C# Class PlayFab.ClientModels.AndroidDevicePushNotificationRegistrationRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
ConfirmationMessage string
DeviceToken string
SendPushNotificationConfirmation bool?

Property Details

ConfirmationMessage public_oe property

Message to display when confirming push notification.
public string ConfirmationMessage
Résultat 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
Résultat string

SendPushNotificationConfirmation public_oe property

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