playfab_ex v0.2.2 PlayfabEx.Client.Default.PlayStream
Link to this section Summary
Functions
List all segments that a player currently belongs to at this moment in time
Get all tags with a given Namespace (optional) from a player profile
Link to this section Functions
Link to this function
get_player_segments(params)
get_player_segments(map()) :: {:ok, map()} | {:error, String.t()}
List all segments that a player currently belongs to at this moment in time.
@link https://api.playfab.com/documentation/client/method/GetPlayerSegments
Link to this function
get_player_tags(params)
get_player_tags(map()) :: {:ok, map()} | {:error, String.t()}
Get all tags with a given Namespace (optional) from a player profile.
@link https://api.playfab.com/documentation/client/method/GetPlayerTags