Beamable SDK
|
Public Member Functions | |
void | Unsubscribe () |
A utility method to unregister the consumer from SdkEventService. | |
Promise | RunAfterReconnection (SdkEvent evt) |
A utility method that will add the SdkEvent back to the SdkEventService after internet connectivity has been established. More... | |
Properties | |
string | Source [getset] |
The source of the consumer. This consumer only operates on SdkEvent's that have the same SdkEvent.Source property. | |
SdkEventHandler | Handler [getset] |
The SdkEventHandler that executes anytime a source matching SdkEvent is processed. | |
SdkEventService | Service [getset] |
A reference back to the SdkEventService that spawned this SdkEventConsumer. | |
A utility method that will add the SdkEvent back to the SdkEventService after internet connectivity has been established.
evt | A SdkEvent |