PlayerAttachedEvent

data class PlayerAttachedEvent(val player: Any?, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

on attach player to view

Constructors

Link copied to clipboard
constructor(player: Any?, source: PlayerEventSource = PlayerEventSource.Player)

Properties

Link copied to clipboard
val player: Any?
Link copied to clipboard
open override val source: PlayerEventSource