My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PlayFab.Public.IScreenTimeTracker Interface Reference

Interface which can be used to implement class responsible for gathering and sending information about session. More...

Inheritance diagram for PlayFab.Public.IScreenTimeTracker:
PlayFab.Public.ScreenTimeTracker

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 ()
 

Detailed Description

Interface which can be used to implement class responsible for gathering and sending information about session.

Member Function Documentation

◆ ClientSessionStart()

void PlayFab.Public.IScreenTimeTracker.ClientSessionStart ( string  entityId,
string  entityType,
string  playFabUserId 
)

◆ OnApplicationFocus()

void PlayFab.Public.IScreenTimeTracker.OnApplicationFocus ( bool  isFocused)

◆ OnApplicationQuit()

void PlayFab.Public.IScreenTimeTracker.OnApplicationQuit ( )

◆ OnDestroy()

void PlayFab.Public.IScreenTimeTracker.OnDestroy ( )

◆ OnDisable()

void PlayFab.Public.IScreenTimeTracker.OnDisable ( )

◆ OnEnable()

void PlayFab.Public.IScreenTimeTracker.OnEnable ( )

◆ Send()

void PlayFab.Public.IScreenTimeTracker.Send ( )

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