C# Class PlayFab.ServerModels.SendPushNotificationRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Message string
Recipient string
Subject string

Property Details

Message public_oe property

Text of message to send.
public string Message
return string

Recipient public_oe property

PlayFabId of the recipient of the push notification.
public string Recipient
return string

Subject public_oe property

Subject of message to send (may not be displayed in all platforms.
public string Subject
return string