IntentForResultReceivable

public protocol IntentForResultReceivable: IntentReceivable

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

    var requestCode: Int?
  • The source view controller

    Declaration

    Swift

    var delegate: IntentForResultSendable?