Property | Type | Description | |
---|---|---|---|
GetIdToken | void | ||
PlayGamesLocalUser | System |
Method | Description | |
---|---|---|
Authenticate ( string>.Action |
Authenticates the local user. Equivalent to calling PlayGamesPlatform.Authenticate.
|
|
Authenticate ( string>.Action |
Authenticates the local user. Equivalent to calling PlayGamesPlatform.Authenticate.
|
|
Authenticate ( Action |
Authenticates the local user. Equivalent to calling PlayGamesPlatform.Authenticate.
|
|
Authenticate ( Action |
Authenticates the local user. Equivalent to calling PlayGamesPlatform.Authenticate.
|
|
GetStats ( PlayerStats>.Action |
Gets the player's stats.
|
|
LoadFriends ( Action |
Loads all friends of the authenticated user.
|
Method | Description | |
---|---|---|
GetIdToken ( Action |
||
PlayGamesLocalUser ( |
public Authenticate ( string>.Action |
||
callback | string>.Action | |
return | void |
public Authenticate ( string>.Action |
||
callback | string>.Action | |
silent | bool | |
return | void |
public Authenticate ( Action |
||
callback | Action |
|
return | void |
public Authenticate ( Action |
||
callback | Action |
|
silent | bool | |
return | void |
public GetStats ( PlayerStats>.Action |
||
callback | PlayerStats>.Action | Callback when they are available. |
return | void |
public LoadFriends ( Action |
||
callback | Action |
|
return | void |