×
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
|
Properties
|
List of all members
OOAdSpotPlugin Class Reference
#import <
OOAdSpotPlugin.h
>
Inheritance diagram for OOAdSpotPlugin:
Instance Methods
(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...
Properties
Float64
lastAdModeTime
OOAdSpotManager
*
adSpotManager
id<
OOAdSpotPluginDelegate
>
delegate
Method Documentation
- (BOOL) playAdsBeforeTime
Property Documentation
- (
OOAdSpotManager
*) adSpotManager
read
atomic
assign
- (id<
OOAdSpotPluginDelegate
>) delegate
read
write
nonatomic
weak
- (Float64) lastAdModeTime
read
write
nonatomic
assign
The documentation for this class was generated from the following file:
OOAdSpotPlugin.h
Send Feedback