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