PopupEventPlayerDelegate
protocol PopupEventPlayerDelegate : AnyObject
Undocumented
-
Called when
PopupEventPlayeris successfully initialized and the view is added to the view hierarchy.Declaration
Swift
func popupDidShow(sender: PopupEventPlayer) -
Called when
PopupEventPlayeris dismissed, whether by tapping or waiting for the duration.Declaration
Swift
func popupDidHide(sender: PopupEventPlayer) -
Called when
PopupEventPlayeris tapped to hide.Declaration
Swift
func popupWasTapped(sender: PopupEventPlayer)
PopupEventPlayerDelegate Protocol Reference