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

setTags

fun setTags(tags: java.util.Collection<ExifTagInfo>): void

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 - java.util.Collection<ExifTagInfo>: a Collection of ExifTags.

See Also
#setTag