playfab_ex v0.2.0 PlayfabEx.Server.Analytics
Link to this section Summary
Functions
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
write_character_event(params)
write_character_event(map()) :: {:ok, map()} | {:error, String.t()}
Writes a character-based event into PlayStream.
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 to this function
write_title_event(params)
write_title_event(map()) :: {:ok, map()} | {:error, String.t()}
Writes a title-based event into PlayStream.