C# Class PlayFab.ClientModels.AndroidDevicePushNotificationRegistrationRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo 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

Registration ID provided by the Google Cloud Messaging service when the title registered to receive push notifications (see the GCM documentation, here: http://developer.android.com/google/gcm/client.html).
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?