google_api_games v0.11.0 GoogleApi.Games.V1.Model.PushTokenIdIos View Source

A push token ID for iOS devices.

Attributes

  • apns_device_token (type: String.t, default: nil) - Device token supplied by an iOS system call to register for remote notifications. Encode this field as web-safe base64.
  • apns_environment (type: String.t, default: nil) - Indicates whether this token should be used for the production or sandbox APNS server.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Games.V1.Model.PushTokenIdIos{
  apns_device_token: String.t(),
  apns_environment: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.