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