Protocols

The following protocols are available globally.

  • An interface with methods to process invocation requests coming from a UIWebView

    See more

    Declaration

    Objective-C

    @protocol InvocationProcessor <NSObject>

    Swift

    protocol InvocationProcessor : NSObjectProtocol