BannerViewVideoPlaybackDelegate
@objc(PBMBannerViewVideoPlaybackDelegate)
public protocol BannerViewVideoPlaybackDelegate : NSObjectProtocol
A protocol for handling events related to banner video playback events.
-
Notifies the delegate that banner video ad has been paused.
Declaration
Swift
@objc func videoPlaybackDidPause(_ banner: BannerView)
-
Notifies the delegate that banner video ad has been resumed.
Declaration
Swift
@objc func videoPlaybackDidResume(_ banner: BannerView)
-
Notifies the delegate that banner video ad has been muted.
Declaration
Swift
@objc func videoPlaybackWasMuted(_ banner: BannerView)
-
Notifies the delegate that banner video ad has been unmuted.
Declaration
Swift
@objc func videoPlaybackWasUnmuted(_ banner: BannerView)
-
Notifies the delegate that banner video ad has completed.
Declaration
Swift
@objc func videoPlaybackDidComplete(_ banner: BannerView)