MediaList

abstract external class MediaList : ItemArrayLike<String>

Constructors

Link copied to clipboard
fun MediaList()

Functions

Link copied to clipboard
fun appendMedium(medium: String)
Link copied to clipboard
fun deleteMedium(medium: String)
Link copied to clipboard
open override fun item(index: Int): String?

Properties

Link copied to clipboard
abstract val length: Int
Link copied to clipboard
open var mediaText: String

Extensions

Link copied to clipboard

Returns the view of this ItemArrayLike<T> collection as List<T>

Link copied to clipboard
inline operator fun MediaList.get(index: Int): String?