TokenResult

enum TokenResult : Hashable, Sendable

The result of a device-token registration attempt.

  • Registration failed.

    Declaration

    Swift

    case failed
  • Registration succeeded with the given raw token data.

    Declaration

    Swift

    case token(Data)