Protocols

The following protocols are available globally.

Delegate Protocol

  • This protocol needs to be applied to any class that will use the SDK. The SDK requires a delegate.

    All methods are required.

    These are likely to be called in non-main threads, so caveat emptor.

    See more

    Declaration

    Swift

    public protocol RVP_Cocoa_SDK_Delegate : AnyObject