My Project
|
Interface which can be used to implement class responsible for gathering and sending information about session. More...
Public Member Functions | |
void | OnEnable () |
void | OnDisable () |
void | OnDestroy () |
void | OnApplicationQuit () |
void | OnApplicationFocus (bool isFocused) |
void | ClientSessionStart (string entityId, string entityType, string playFabUserId) |
void | Send () |
Interface which can be used to implement class responsible for gathering and sending information about session.
void PlayFab.Public.IScreenTimeTracker.ClientSessionStart | ( | string | entityId, |
string | entityType, | ||
string | playFabUserId | ||
) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.OnApplicationFocus | ( | bool | isFocused | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.OnApplicationQuit | ( | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.OnDestroy | ( | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.OnDisable | ( | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.OnEnable | ( | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.
void PlayFab.Public.IScreenTimeTracker.Send | ( | ) |
Implemented in PlayFab.Public.ScreenTimeTracker.