Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Player.SdkEvent Class Reference

Public Member Functions

 SdkEvent (string source, string evt, params string[] args)
 

Properties

string Source [get]
 The source of the event. This can be any string. An example of a Source value might be, "AuthService", or "InventoryService".
 
string Event [get]
 The event name. This can be any string. A few examples of event names could be "register", "add", "remove", or "update".
 
string[] Args [get]
 Events can have string parameters that represent context about the event. If the SdkEvent was representing a currency update, it might have 2 args, the currency id, and the amount to update. The arguments are kept in a simple string array so that they are always serializable.
 

The documentation for this class was generated from the following file: