|
|
| DECLARE_DELEGATE (FHeartBeatResponse) |
|
| HeartBeat (Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) |
|
| HeartBeat (Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) |
|
void | Startup () |
| | Startup heart beat module.
|
|
void | Shutdown () |
| | Shutdown heart beat module.
|
| void | SetHeartBeatResponseDelegate (FHeartBeatResponse OnHeartBeatResponse, FErrorHandler OnError={}) |
| | set heart beat response
|
| void | SetHeartBeatEnabled (bool bEnable) |
|
bool | IsHeartBeatEnabled () const |
|
| FApiBase (Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) |
|
| FApiBase (Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) |
|
void | SetApiClient (TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) |