SkipAd
data class SkipAd(val id: String, val error: MediaPlayerState.PlayerError? = null) : MediaPlayerState.PlayerEvent
This event should be triggered when the player skipped the current media file (ad creative). Specifies the instanceId from AdData as the required id parameter and an optional PlayerError. error: PlayerError should be passed when the skip action is done due to Playback Exceptions.