UserActionApi

interface UserActionApi: MKPlayerApi, Any

Defines the user action's while playback.

Methods

enterFullscreen

abstract fun enterFullscreen()

The playback will enter to the full screen on user action

ReturnValue

Name Description
Unit

exitFullscreen

abstract fun exitFullscreen()

The playback will leave/exit full screen on user action

ReturnValue

Name Description
Unit

isFullscreen

abstract fun isFullscreen(): Boolean

This method will return state of the full screen

ReturnValue

Name Description
Boolean

state of full screen