MediaStoreSignature
open fun MediaStoreSignature( mimeType: String, dateModified: Long, orientation: Int)
Content copied to clipboard
Constructor for com.bumptech.glide.signature.MediaStoreSignature.
Parameters
mimeType
The mime type of the media store media. Ok to default to empty string "". See MIME_TYPE or MIME_TYPE.
dateModified
The date modified time of the media store media. Ok to default to 0. See DATE_MODIFIED or DATE_MODIFIED.
orientation
The orientation of the media store media. Ok to default to 0. See ORIENTATION.