×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
Instance Methods
|
List of all members
OOManagedAdsPlugin Class Reference
#import <
OOManagedAdsPlugin.h
>
Inheritance diagram for OOManagedAdsPlugin:
Instance Methods
(instancetype)
-
initWithPlayer:
(void)
-
insertAd:
Instance Methods inherited from
OOAdSpotPlugin
(BOOL)
-
playAdsBeforeTime
Instance Methods inherited from
<OOAdPlugin>
(BOOL)
-
onContentChanged
This is called when content changed.
More...
(BOOL)
-
onInitialPlay
This is called before start playing content so plugin can play preroll.
More...
(BOOL)
-
onPlayheadUpdate:
This is called when playhead is updated so plugin can play midroll.
More...
(BOOL)
-
onContentFinished
This is called before finishing playing content so plugin can play postroll.
More...
(BOOL)
-
onCuePoint:
This is called when a cue point is reached so plugin can play midroll.
More...
(BOOL)
-
onContentError:
This is called when an error occured when playing back content.
More...
(void)
-
onAdModeEntered
This is called when control is handed over to the plugin.
More...
(id<
OOPlayerProtocol
>)
-
player
This is called ooyala UI pass down UI related events.
More...
(void)
-
resetAds
This is called to reset all ads to unplayed.
More...
(void)
-
skipAd
This is called to skip the current ad.
More...
(void)
-
clickAd
This is called when the ad is clicked.
More...
(NSSet *)
-
getCuePointsAtSeconds
(void)
-
onAdIconClicked:
Called when an icon is clicked.
More...
(BOOL)
-
hasNotNilAds
Called to check if we're not dealing with nil ads.
More...
Instance Methods inherited from
<OOLifeCycle>
(void)
-
reset
This is called when plugin should be reset.
More...
(void)
-
suspend
This is called when plugin should be suspended.
More...
(void)
-
resume
This is called when plugin should be resumed.
More...
(void)
-
resume:stateToResume:
This is called when plugin should be resumed.
More...
(void)
-
destroy
This is called when plugin should be destryed.
More...
Instance Methods inherited from
<OOAdSpotPluginDelegate>
(BOOL)
-
playAd:
(void)
-
onError
(void)
-
skipAd
Additional Inherited Members
Properties inherited from
OOAdSpotPlugin
Float64
lastAdModeTime
OOAdSpotManager
*
adSpotManager
id<
OOAdSpotPluginDelegate
>
delegate
Method Documentation
- (instancetype) initWithPlayer:
(
OOOoyalaPlayer
*)
p
- (void) insertAd:
(
OOManagedAdSpot
*)
ad
The documentation for this class was generated from the following file:
OOManagedAdsPlugin.h
Send Feedback