APNSTokenResponse.installation_idPayload
ENUM
Contents
- Cases
development
production
@frozen public enum installation_idPayload: String, Codable, Hashable, Sendable, CaseIterable
(Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in production
.
- Remark: Generated from
#/components/schemas/APNSTokenResponse/installation_id
.
Cases
development
case development = "development"
production
case production = "production"