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 more

    Declaration

    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 more

    Declaration

    Swift

    @objc public protocol FRDIntentForResultReceivable: FRDIntentReceivable
  • The protocol for abstract the way of how display the destination view controller.

    See more

    Declaration

    Swift

    @objc public protocol FRDControllerDisplay
  • The protocol to abstract the view controller tha can receive the Intent.

    See more

    Declaration

    Swift

    @objc public protocol FRDIntentReceivable