AvailableMediaItem

constructor(fileName: String, mediaType: MediaType, dateTime: LocalDateTime?)

Parameters

fileName

The file name of the media item

mediaType

The type of the media item, either MediaType.Picture or MediaType.Video.

dateTime

The dateTime of the given available media item of when it was recorded. With similar reasoning as in MediaItem.dateTime, this field is nullable, however should never be null (but apps should not crash if this is null).