APSHandleSeekEvent

Objective-C

enum APSHandleSeekEvent {}

Swift

enum APSHandleSeekEvent : Int

Specifies how the unit should handle seeking through multiple ad breaks.

  • This will only trigger the first ad break.

    Declaration

    Objective-C

    APSHandleSeekEventPlayFirstBreak

    Swift

    case playFirstBreak = 0
  • This will only trigger the last ad break.

    Declaration

    Objective-C

    APSHandleSeekEventPlayLastBreak

    Swift

    case playLastBreak = 1
  • This will trigger all ad breaks.

    Declaration

    Objective-C

    APSHandleSeekEventPlayAllBreaks

    Swift

    case playAllBreaks = 2