Beamable SDK
Public Member Functions | List of all members
Beamable.Api.Sessions.IHeartbeatService Interface Reference
Inheritance diagram for Beamable.Api.Sessions.IHeartbeatService:
Inheritance graph
[legend]

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...
 

Member Function Documentation

◆ ResetLegacyInterval()

void Beamable.Api.Sessions.IHeartbeatService.ResetLegacyInterval ( )

Reset the interval between heartbeats to the default value 30 seconds.

Implemented in Beamable.Api.Sessions.Heartbeat.

◆ Start()

void Beamable.Api.Sessions.IHeartbeatService.Start ( )

Start sending heartbeats with the SessionService.SendHeartbeat method.

Implemented in Beamable.Api.Sessions.Heartbeat.

◆ UpdateLegacyInterval()

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.

Parameters
secondsThe number of seconds between heartbeats.

Implemented in Beamable.Api.Sessions.Heartbeat.


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