Event
brainCloud Events allow communication of custom messages between brainCloud users. By using the brainCloud Event API you are able to send and receive event objects. These events can encapsulate anything you want by using the custom JSON data payload.
API Summary
Messaging
- SendEvent - This service allows you to send events to specified players.
- SysSendEventRTTOnly - Sends an event to the designated user ID with the attached json data. Will only deliver the event via RTT. Will not persist the event.
- SysSendEventToProfiles - Sends an event to multiple users.
tip
All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S messaging APIs (if they are not listed at this section below), refer to brainCloud client event APIs.
📄️ SendEvent
This service allows you to send events to specified players.