playfab_ex v0.2.2 PlayfabEx.Matchmaker.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

Link to this function auth_user(params)
auth_user(map()) :: {:ok, map()} | {:error, String.t()}

Validates a user with the PlayFab service

online docs

Link to this function player_joined(params)
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

online docs

Link to this function player_left(params)
player_left(map()) :: {:ok, map()} | {:error, String.t()}

Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified

online docs

Link to this function start_game(params)
start_game(map()) :: {:ok, map()} | {:error, String.t()}

Instructs the PlayFab game server hosting service to instantiate a new Game Server Instance

online docs

Link to this function user_info(params)
user_info(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches

online docs