playfab_ex v0.2.0 PlayfabEx.Client.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.

online docs

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.

online docs