C# Class PlayFab.ClientModels.RegisterForIOSPushNotificationRequest

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

Public Properties

Property Type Description
ConfirmationMessage string
DeviceToken string
SendPushNotificationConfirmation bool?

Property Details

ConfirmationMessage public_oe property

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

DeviceToken public_oe 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_oe property

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