playbackState property
The playbackState property of the
MediaSession interface indicates whether the current media session is
playing or paused.
Implementation
external MediaSessionPlaybackState get playbackState;
Implementation
external set playbackState(MediaSessionPlaybackState value);