Send telemetry data securely and the server should be logged in. More...
Public Member Functions | |
| void | SetBatchFrequency (TimeSpan interval) |
| Set the interval of sending telemetry event to the backend. By default it sends the queued events once a minute. Should not be less than 5 seconds. | |
| void | SetBatchFrequency (int intervalSeconds) |
| Set the interval of sending telemetry event to the backend. By default it sends the queued events once a minute. Should not be less than 5 seconds. | |
| void | SetImmediateEventList (List< string > eventList) |
| Set list of event that need to be sent immediately without the needs to jobQueue it. | |
| void | Send (TelemetryBody telemetryBody, ResultCallback callback) |
| Send/enqueue a single authorized telemetry data. Server should be logged in. See DedicatedServer.LoginWithClientCredentials(). | |
| void | SendTelemetryBatch (ResultCallback callback) |
| Send telemetry data in the batch. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
Send telemetry data securely and the server should be logged in.
|
inline |
Send/enqueue a single authorized telemetry data. Server should be logged in. See DedicatedServer.LoginWithClientCredentials().
| telemetryBody | Telemetry request with arbitrary payload. |
| callback | Returns boolean status via callback when completed. |
|
inline |
Send telemetry data in the batch.
| callback | Callback after sending telemetry data is complete |
|
inline |
Set the interval of sending telemetry event to the backend. By default it sends the queued events once a minute. Should not be less than 5 seconds.
| intervalSeconds | The seconds interval between telemetry event. |
|
inline |
Set the interval of sending telemetry event to the backend. By default it sends the queued events once a minute. Should not be less than 5 seconds.
| interval | The interval between telemetry event. |
|
inline |
Set list of event that need to be sent immediately without the needs to jobQueue it.
| eventList | String list of payload EventName. |