MKPlayerConfiguration

class MKPlayerConfiguration: MKConfiguration

TODO:-Define the properties and functions of this class This class contains the configuration required for creating the player instance

Fields

Name Description
var isUiEnabled: Boolean
var autoplay: Boolean
var isMuted: Boolean
var isLoggingEnabled: Boolean

Constructors

<init>

constructor()

<init>

constructor(url: String)

Url of the asset to be played

Parameters

Name Description
url: String

Methods

getPlayerConfiguration

fun getPlayerConfiguration(): PlayerConfiguration

ReturnValue

Name Description
PlayerConfiguration