playfab_ex v0.2.0 PlayfabEx.Client.Analytics

Link to this section Summary

Functions

Write a PlayStream event to describe the provided player device information. This API method is not designed to be called directly by developers. Each PlayFab client SDK will eventually report this information automatically

Writes a character-based event into PlayStream

Writes a player-based event into PlayStream

Writes a title-based event into PlayStream

Link to this section Functions

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

Write a PlayStream event to describe the provided player device information. This API method is not designed to be called directly by developers. Each PlayFab client SDK will eventually report this information automatically.

online docs

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

Writes a character-based event into PlayStream.

online docs

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

Writes a player-based event into PlayStream.

online docs

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

Writes a title-based event into PlayStream.

online docs