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

getTagsForTagId

open fun getTagsForTagId(tagId: Short): MutableList<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
MutableList<ExifTagInfo!>!: a List of ExifTagInfos.