| BrainCloudServiceClientEvent_SendEvent Method |
[This is preliminary documentation and is subject to change.]
Sends an event to the designated profile id with the attached json data.
Any events that have been sent to a user will show up in their
incoming event mailbox. If the recordLocally flag is set to true,
a copy of this event (with the exact same event id) will be stored
in the sending user's "sent" event mailbox.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public string Event_SendEvent(
string toProfileId,
string eventType,
string jsonEventData,
int clientIndex
)
Parameters
- toProfileId
- Type: SystemString
The id of the user who is being sent the event - eventType
- Type: SystemString
The user-defined type of the event. - jsonEventData
- Type: SystemString
The user-defined data for this event encoded in JSON. - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
Return Value
Type:
String[Missing <returns> documentation for "M:Ruyi.SDK.BrainCloudApi.BrainCloudService.Client.Event_SendEvent(System.String,System.String,System.String,System.Int32)"]
See Also