|
Beamable SDK
|

Public Member Functions | |
| void | Start () |
| Start sending heartbeats with the SessionService.SendHeartbeat method. More... | |
| void | ResetLegacyInterval () |
| Reset the interval between heartbeats to the default value 30 seconds. More... | |
| void | UpdateLegacyInterval (int seconds) |
| Change how often a heartbeat is sent to the session. ResetInterval will revert the interval back to the default setting. More... | |
| void Beamable.Api.Sessions.IHeartbeatService.ResetLegacyInterval | ( | ) |
Reset the interval between heartbeats to the default value 30 seconds.
Implemented in Beamable.Api.Sessions.Heartbeat.
| void Beamable.Api.Sessions.IHeartbeatService.Start | ( | ) |
Start sending heartbeats with the SessionService.SendHeartbeat method.
Implemented in Beamable.Api.Sessions.Heartbeat.
| void Beamable.Api.Sessions.IHeartbeatService.UpdateLegacyInterval | ( | int | seconds | ) |
Change how often a heartbeat is sent to the session. ResetInterval will revert the interval back to the default setting.
| seconds | The number of seconds between heartbeats. |
Implemented in Beamable.Api.Sessions.Heartbeat.