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

@link https://api.playfab.com/documentation/client/method/ReportDeviceInfo

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

Writes a character-based event into PlayStream.

@link https://api.playfab.com/documentation/client/method/WriteCharacterEvent

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

Writes a player-based event into PlayStream.

@link https://api.playfab.com/documentation/client/method/WritePlayerEvent

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

Writes a title-based event into PlayStream.

@link https://api.playfab.com/documentation/client/method/WriteTitleEvent