playfab_ex v0.2.2 PlayfabEx.Server.Matchmaking
Link to this section Summary
Functions
Inform the matchmaker that a Game Server Instance is removed
Informs the PlayFab match-making service that the user specified has left the Game Server Instance
Validates a Game Server session ticket and returns details about the user
Set the state of the indicated Game Server Instance. Also update the heartbeat for the instance
Inform the matchmaker that a new Game Server Instance is added
Sets the custom data of the indicated Game Server Instance
Set the state of the indicated Game Server Instance
Set custom tags for the specified Game Server Instance
Link to this section Functions
deregister_game(map()) :: {:ok, map()} | {:error, String.t()}
Inform the matchmaker that a Game Server Instance is removed.
notify_matchmaker_player_left(map()) :: {:ok, map()} | {:error, String.t()}
Informs the PlayFab match-making service that the user specified has left the Game Server Instance
redeem_matchmaker_ticket(map()) :: {:ok, map()} | {:error, String.t()}
Validates a Game Server session ticket and returns details about the user
refresh_game_server_instance_heartbeat(map()) :: {:ok, map()} | {:error, String.t()}
Set the state of the indicated Game Server Instance. Also update the heartbeat for the instance.
register_game(map()) :: {:ok, map()} | {:error, String.t()}
Inform the matchmaker that a new Game Server Instance is added.
set_game_server_instance_data(map()) :: {:ok, map()} | {:error, String.t()}
Sets the custom data of the indicated Game Server Instance
set_game_server_instance_state(map()) :: {:ok, map()} | {:error, String.t()}
Set the state of the indicated Game Server Instance.
set_game_server_instance_tags(map()) :: {:ok, map()} | {:error, String.t()}
Set custom tags for the specified Game Server Instance