Typealiases

The following typealiases are available globally.

  • 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 PushReceiveCallback = (_ pushObject: NWPushBase) -> ()