Protocols

The following protocols are available globally.

  • This delegate receives state changes and other events relevant to playback on IVSPlayer. All are invoked on the main queue.

    See more

    Declaration

    Objective-C

    @protocol IVSPlayerDelegate <NSObject>

    Swift

    protocol Delegate : NSObjectProtocol