Skip to content

Commit

Permalink
docs: add Javadoc parameter comments for buildEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Apr 16, 2024
1 parent f4bb8a2 commit 68eec00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ internal class EventsBuilder(
* @param action Action to use (e.g. pageview, heartbeat, videostart, vheartbeat)
* @param metadata Metadata to attach to the event.
* @param extraData A Map of additional information to send with the event.
* @param uuid A unique identifier for the event.
* @param siteIdSource The source of the site ID to use for the event.
* @return A Map object representing the event to be sent to Parse.ly.
*/
fun buildEvent(
Expand Down

0 comments on commit 68eec00

Please sign in to comment.