C# 클래스 PlayFab.ClientModels.AndroidDevicePushNotificationRegistrationRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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?