FRDIntentReceivable
@objc public protocol FRDIntentReceivable
The protocol to abstract the view controller tha can receive the Intent.
-
Initialzier with extra data.
Declaration
Swift
init(extras: [String: AnyObject]?)
Parameters
extras
The extra data.
-
Check the validation of the received intent.
Declaration
Swift
@objc optional func validate(intent: FRDIntent) -> Bool
Parameters
intent
The received intent.