Class PushTokenId.IosData
A push token ID for iOS devices.
Inheritance
System.Object
PushTokenId.IosData
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class IosData : object
Properties
ApnsDeviceToken
Device token supplied by an iOS system call to register for remote notifications. Encode this field as web-safe base64.
Declaration
public virtual string ApnsDeviceToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ApnsEnvironment
Indicates whether this token should be used for the production or sandbox APNS server.
Declaration
public virtual string ApnsEnvironment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |