Protocols

The following protocols are available globally.

  • The Connection delegate protocol defines the event methods available for channel Connection/DisConnection.

    See more

    Declaration

    Swift

    @objc public protocol ConnectionDelegate: class
  • The channel delegate protocol defines the event methods available for a channel

    See more

    Declaration

    Swift

    @objc public protocol ChannelDelegate: class
  • The Video Player delegate protocol defines the event methods available for a Video.

    See more

    Declaration

    Swift

    @objc public protocol VideoPlayerDelegate: class
  • The Photo Player delegate protocol defines the event methods available for a Photo.

    See more

    Declaration

    Swift

    @objc public protocol PhotoPlayerDelegate: class
  • This protocol defines the methods for ServiceSearch discovery

    See more

    Declaration

    Swift

    @objc public protocol ServiceSearchDelegate: class