kutils / com.celites.kutils / androidx.documentfile.provider.DocumentFile

Extensions for androidx.documentfile.provider.DocumentFile

hasPreview

val DocumentFile.hasPreview: Boolean

isAudio

val DocumentFile.isAudio: Boolean

Determines if current DocumentFile is an Audio Courtesy: Code of Amaze file manager

isImage

val DocumentFile.isImage: Boolean

Determines if current DocumentFile is an image Courtesy: Code of Amaze file manager

isVideo

val DocumentFile.isVideo: Boolean

Determines if current DocumentFile is a Video Courtesy: Code of Amaze file manager