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

getTagsForIfdId

open fun getTagsForIfdId(ifdId: Int): MutableList<ExifTagInfo!>!

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

Parameters

ifdId - Int: an IFD as defined in the exif standard (or with #defineTag).

Return
MutableList<ExifTagInfo!>!: a List of ExifTagInfos.