C# Class PlayFab.ServerModels.SendPushNotificationRequest

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

Méthodes publiques

Свойство Type Description
Message string
Recipient string
Subject string

Property Details

Message public_oe property

Text of message to send.
public string Message
Résultat string

Recipient public_oe property

PlayFabId of the recipient of the push notification.
public string Recipient
Résultat string

Subject public_oe property

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