AdPlayer
enum AdPlayer {}
All possible video player in charge of rendering video advertisement.
-
Ads and content are played using the same video player instance.
Declaration
Objective-C
ADPLAYER_CONTENT = 0Swift
case ADPLAYER_CONTENT = 0 -
Ads and content are played using separate video player instances.
Declaration
Objective-C
ADPLAYER_SEPARATESwift
case ADPLAYER_SEPARATE = 1 -
The ad player is unknown.
Declaration
Objective-C
ADPLAYER_UNKNOWN = 99Swift
case ADPLAYER_UNKNOWN = 99
AdPlayer Enumeration Reference