C# Class PlayFab.ClientModels.RegisterForIOSPushNotificationRequest

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ConfirmationMessage string
DeviceToken string
SendPushNotificationConfirmation bool?

Property Details

ConfirmationMessage public property

Message to display when confirming push notification.
public string ConfirmationMessage
return string

DeviceToken public property

Unique token generated by the Apple Push Notification service when the title registered to receive push notifications.
public string DeviceToken
return string

SendPushNotificationConfirmation public property

If true, send a test push message immediately after sucessful registration. Defaults to false.
public bool? SendPushNotificationConfirmation
return bool?