Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias NWCallback = (_ error: NWError?, _ params: [String : Any]?) -> ()
  • The global callback invoked when the login flow has finished

    Declaration

    Swift

    public typealias FlowCompleteCallback = (_ error: NWError?) -> ()
  • The callback invoked as soon as a push notification arrives. It carries the NWPush Object

    Declaration

    Swift

    public typealias GetOfferForCallback = (_ error: NWError?, _ offerId: String?) -> ()
  • Undocumented

    Declaration

    Swift

    public typealias AddPaymentCallback = (_ error: NWError?) -> ()
  • The callback invoked as soon as a push notification arrives. It carries the NWPush Object

    Declaration

    Swift

    public typealias PushReceiveCallback = (_ pushObject: NWPushBase) -> ()