Data associated with playlist events.

interface RNPlaylistViewStateChangedData {
    playlistEventType: RNPlaylistViewState;
}

Properties

playlistEventType: RNPlaylistViewState

Type of playlist event that occurred.