mediaText property

String get mediaText

The mediaText property of the MediaList interface is a that returns a string representing the MediaList as text, and also allows you to set a new MediaList.

Implementation

external String get mediaText;
set mediaText (String value)

Implementation

external set mediaText(String value);