GoogleIMAAdPlayer

public protocol GoogleIMAAdPlayer : AdPlayer

Undocumented

  • streamId Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var streamId: String? { get }
  • API to update focus on AVPlayerViewControler over player controls and google UI components

    Declaration

    Swift

    var preferredFocusEnvironments: [UIFocusEnvironment]? { get }
  • Replaces all of the ad tag parameters used for upcoming ad requests for a live stream.

    Note

    that this call is a no-op for VOD streams.

    Declaration

    Swift

    func replaceAdTag(parameters: [String : String])