Method | Description | |
---|---|---|
AuthUser ( |
Validates a user with the PlayFab service
|
|
PlayerJoined ( |
Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified
|
|
PlayerLeft ( |
Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified
|
|
StartGame ( |
Instructs the PlayFab game server hosting service to instantiate a new Game Server Instance
|
|
UserInfo ( |
Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches
|
public static AuthUser ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
return | void |
public static PlayerJoined ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
return | void |
public static PlayerLeft ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
return | void |
public static StartGame ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
return | void |
public static UserInfo ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
return | void |