IntentReceivable

public protocol IntentReceivable

The protocol to abstract the view controller tha can receive the Intent.

  • Initialzier with extra data.

    Declaration

    Swift

    init(extras: Dictionary<String, Any>?)

    Parameters

    extras

    The extra data.