playfab_ex v0.2.0 PlayfabEx.Matchmaker.Default.Matchmaking
Link to this section Summary
Functions
Validates a user with the PlayFab service
Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified
Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified
Instructs the PlayFab game server hosting service to instantiate a new Game Server Instance
Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches
Link to this section Functions
Validates a user with the PlayFab service
@link https://api.playfab.com/documentation/matchmaker/method/AuthUser
player_joined(map()) :: {:ok, map()} | {:error, String.t()}
Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified
@link https://api.playfab.com/documentation/matchmaker/method/PlayerJoined
Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified
@link https://api.playfab.com/documentation/matchmaker/method/PlayerLeft
Instructs the PlayFab game server hosting service to instantiate a new Game Server Instance
@link https://api.playfab.com/documentation/matchmaker/method/StartGame
Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches
@link https://api.playfab.com/documentation/matchmaker/method/UserInfo