PushResponse

public struct PushResponse

A struct to encapsulate the push notification messages coming from the D1 server.

Since

2.4.0
  • Key

    An enum representing the different push notification messages.

    See more

    Declaration

    Swift

    public enum Key
  • The message received is not recognized by the SDK.

    Declaration

    Swift

    public static let typeUnknown: String
  • The message received is of an Authn type.

    Declaration

    Swift

    public static let typeAuthn: String