Protocols
The following protocols are available globally.
-
An interface with methods to process invocation requests coming from a UIWebView
See moreDeclaration
Objective-C
@protocol InvocationProcessor <NSObject>
Swift
protocol InvocationProcessor : NSObjectProtocol