Helpers that don't fit neatly into a feature group.
◆ GetGameInfo()
Get meta information about the game.
- Parameters
-
| onComplete | onComplete Action for handling the response |
◆ GetLastActivePlatform()
| static LL_AuthPlatforms LootLocker.Requests.LootLockerSDKManager.GetLastActivePlatform |
( |
string |
forPlayerWithUlid = null | ) |
|
|
inlinestatic |
Get the Platform the user last used.
This can be used to know what login method to prompt.
- Parameters
-
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
- Returns
- The platform that was last used by the user
◆ Ping()
| static void LootLocker.Requests.LootLockerSDKManager.Ping |
( |
Action< LootLockerPingResponse > |
onComplete, |
|
|
string |
forPlayerWithUlid = null |
|
) |
| |
|
inlinestatic |
Ping the server, contains information about the current time of the server.
- Parameters
-
| onComplete | onComplete Action for handling the response of type LootLockerPingResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |