ly.img.android.pesdk.backend.exif / Exify / getTagsForTagId

getTagsForTagId

fun getTagsForTagId(tagId: short): java.util.List<ExifTagInfo>

Returns a list of ExifTags that share a TID (which can be obtained by calling #getTrueTagKey on a defined tag constant) or null if none exist.

Parameters

tagId - short: a TID as defined in the exif standard (or with #defineTag).

Return
java.util.List<ExifTagInfo>: a List of ExifTagInfos.