Protocols
The following protocols are available globally.
-
The protocol to abstract the view controller tha can send the Intent for request a result from the destination.
See moreDeclaration
Swift
@objc public protocol FRDIntentForResultSendable
-
The protocol to abstract the view controller tha can receive the Intent for request a result from the destination.
See moreDeclaration
Swift
@objc public protocol FRDIntentForResultReceivable: FRDIntentReceivable
-
The protocol for abstract the way of how display the destination view controller.
See moreDeclaration
Swift
@objc public protocol FRDControllerDisplay
-
The protocol to abstract the view controller tha can receive the Intent.
See moreDeclaration
Swift
@objc public protocol FRDIntentReceivable