C# Класс PlayFab.ClientModels.AndroidDevicePushNotificationRegistrationRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ConfirmationMessage string
DeviceToken string
SendPushNotificationConfirmation bool?

Описание свойств

ConfirmationMessage публичное свойство

Message to display when confirming push notification.
public string ConfirmationMessage
Результат string

DeviceToken публичное свойство

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
Результат string

SendPushNotificationConfirmation публичное свойство

If true, send a test push message immediately after sucessful registration. Defaults to false.
public bool? SendPushNotificationConfirmation
Результат bool?