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 = 0

    Swift

    case ADPLAYER_CONTENT = 0
  • Ads and content are played using separate video player instances.

    Declaration

    Objective-C

    ADPLAYER_SEPARATE

    Swift

    case ADPLAYER_SEPARATE = 1
  • The ad player is unknown.

    Declaration

    Objective-C

    ADPLAYER_UNKNOWN = 99

    Swift

    case ADPLAYER_UNKNOWN = 99