Game Jolt Unity API  v2.5.8
Namespaces | Classes | Enumerations
GameJolt.API Namespace Reference

Namespaces

Classes

class  AutoLoginEvent
 UnityEvent used for the inital auto login. More...
 
class  Constants
 
class  DataStore
 The DataStore API methods. More...
 
class  Friends
 Friends API methods. More...
 
class  GameJoltAPI
 The Core API Manager. More...
 
class  LogHelper
 Static helper class for logging. More...
 
class  Misc
 Misc API methods. More...
 
class  Scores
 Scores API methods More...
 
class  Sessions
 Sessions API methods More...
 
class  Settings
 API Settings Config Object. More...
 
class  Trophies
 Trophies API methods More...
 
class  Users
 Users API methods More...
 

Enumerations

enum  AutoLoginResult { AutoLoginResult.MissingCredentials, AutoLoginResult.Failed, AutoLoginResult.Success }
 This enum represents the result of an automatic login attempt. More...
 
enum  DataStoreOperation {
  Add, Subtract, Multiply, Divide,
  Append, Prepend
}
 DataStore operations. More...
 
enum  SessionStatus { Active, Idle }
 Session statuses. More...
 
enum  TryUnlockResult { TryUnlockResult.Failure, TryUnlockResult.Unlocked, TryUnlockResult.AlreadyUnlocked }
 Defines whether an unlock try succeeded and if so, whether the trophy was already unlocked before or not. More...
 

Enumeration Type Documentation

◆ AutoLoginResult

This enum represents the result of an automatic login attempt.

Enumerator
MissingCredentials 

There were no user credentials present.

Failed 

The login failed due to wrong credentials or an network error.

Success 

The user was logged in successfully.

◆ DataStoreOperation

DataStore operations.

◆ SessionStatus

Session statuses.

◆ TryUnlockResult

Defines whether an unlock try succeeded and if so, whether the trophy was already unlocked before or not.

Enumerator
Failure 

Request failed, the Trophy could not be unlocked.

Unlocked 

The Trophy was successfully unlocked.

AlreadyUnlocked 

The Trophy was already unlocked.