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

A push token ID for iOS devices.

Attributes

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

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: any(),
  apns_environment: any()
}

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.