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

setTags

open fun setTags(tags: MutableCollection<ExifTagInfo!>!): Unit

Puts a collection of ExifTags into this ExifInterface objects's tags. Any previous ExifTags with the same TID and IFDs will be removed.

Parameters

tags - MutableCollection<ExifTagInfo!>!: a Collection of ExifTags.

See Also
#setTag