| BrainCloudServiceClientPushNotification_SendRichPushNotificationWithParams Method |
[This is preliminary documentation and is subject to change.]
Sends a notification to a user based on a brainCloud portal configured notification template.
Includes JSON defining the substitution params to use with the template.
See the Portal documentation for more info.
NOTE: It is possible to send a push notification to oneself.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public string PushNotification_SendRichPushNotificationWithParams(
string toProfileId,
int notificationTemplateId,
string substitutionJson,
int clientIndex
)
Parameters
- toProfileId
- Type: SystemString
The braincloud profileId of the user to receive the notification - notificationTemplateId
- Type: SystemInt32
Id of the notification template - substitutionJson
- Type: SystemString
JSON defining the substitution params to use with the template - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
Return Value
Type:
String[Missing <returns> documentation for "M:Ruyi.SDK.BrainCloudApi.BrainCloudService.Client.PushNotification_SendRichPushNotificationWithParams(System.String,System.Int32,System.String,System.Int32)"]
See Also