PALManagerProtocol

@objc(AASDKPALManagerProtocol)
public protocol PALManagerProtocol

PALManagerProtocol public protocol to interact with Google’s PAL SDK

  • PAL nonce

    Declaration

    Swift

    var nonce: String { get }
  • PAL gesture recognizer

    Declaration

    Swift

    var gestureRecognizer: UIGestureRecognizer { get }
  • PAL send ad click

    Declaration

    Swift

    func sendAdClick()
  • PAL send start playback for the given content playback session

    Declaration

    Swift

    func sendPlaybackStart()
  • PAL send end playback for the given content playback session

    Declaration

    Swift

    func sendPlaybackEnd()