Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
ServerModels
SendPushNotificationRequest
C# Class PlayFab.ServerModels.SendPushNotificationRequest
Inheritance:
PlayFabRequestCommon
Show file
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
Message
string
Recipient
string
Subject
string
Property Details
Message
public property
Text of message to send.
public
string
Message
return
string
Recipient
public property
PlayFabId of the recipient of the push notification.
public
string
Recipient
return
string
Subject
public property
Subject of message to send (may not be displayed in all platforms.
public
string
Subject
return
string