PlayerContext

public enum PlayerContext

Player’s current context

  • The player is playing the main context, which means the actual content.

    Declaration

    Swift

    case main
  • ad

    The player is playing the ad context, which means the ad content.

    Declaration

    Swift

    case ad
  • The player is playing the promo context, which means the promo content.

    Declaration

    Swift

    case promo