FRDIntentForResultReceivable
@objc public protocol FRDIntentForResultReceivable: FRDIntentReceivable
The protocol to abstract the view controller tha can receive the Intent for request a result from the destination.
-
The integer request code originally supplied to startControllerForResult(), allowing you to identify who this result came from.
Declaration
Swift
func setRequestCode(_ requestCode: Int)
-
The source view controller
Declaration
Swift
func setDelegate(_ delegate: FRDIntentForResultSendable?)