C# 클래스 PlayFab.ClientModels.RegisterForIOSPushNotificationRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
ConfirmationMessage string
DeviceToken string
SendPushNotificationConfirmation bool?

프로퍼티 상세

ConfirmationMessage 공개적으로 프로퍼티

Message to display when confirming push notification.
public string ConfirmationMessage
리턴 string

DeviceToken 공개적으로 프로퍼티

Unique token generated by the Apple Push Notification service when the title registered to receive push notifications.
public string DeviceToken
리턴 string

SendPushNotificationConfirmation 공개적으로 프로퍼티

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