SASVideoEvent

enum SASVideoEvent : NSInteger {}

List of all valid video events that can be emitted by a video ad player.

  • Undefined video event.

    Declaration

    Objective-C

    SASVideoEventUndefined
  • The video has loaded.

    Declaration

    Objective-C

    SASVideoEventLoaded
  • The video has started.

    Declaration

    Objective-C

    SASVideoEventStart
  • The video has been paused.

    Declaration

    Objective-C

    SASVideoEventPause
  • The video has been resumed.

    Declaration

    Objective-C

    SASVideoEventResume
  • The video will play again from the start.

    Declaration

    Objective-C

    SASVideoEventRewind
  • The video has reached 25% of its total duration.

    Declaration

    Objective-C

    SASVideoEventFirstQuartile
  • The video has reached 50% of its total duration.

    Declaration

    Objective-C

    SASVideoEventMidpoint
  • The video has reached 75% of its total duration.

    Declaration

    Objective-C

    SASVideoEventThirdQuartile
  • The video has been played completely.

    Declaration

    Objective-C

    SASVideoEventComplete
  • The video has been skipped.

    Declaration

    Objective-C

    SASVideoEventSkip
  • The video is now playing in fullscreen.

    Declaration

    Objective-C

    SASVideoEventEnterFullscreen
  • The video is not playing in fullscreen anymore.

    Declaration

    Objective-C

    SASVideoEventExitFullscreen
  • The video is now playing in fullscreen (replacement of enterFullscreen event).

    Declaration

    Objective-C

    SASVideoEventPlayerExpand
  • The video is not playing in fullscreen anymore (replacement of exitFullscreen event).

    Declaration

    Objective-C

    SASVideoEventPlayerCollapse