EventBuilderHelper
A simple helper class to facilitate creation of common types of events.
Functions
Link copied to clipboard
open fun createAndStoreEvent(name: String, userAccount: UserAccount, className: String, attributes: JSONObject)
Creates and stores an analytics event with the supplied parameters.
Link copied to clipboard
open fun createAndStoreEventSync(name: String, userAccount: UserAccount, className: String, attributes: JSONObject)
Creates and stores an analytics event with the supplied parameters.
Link copied to clipboard
This method allows event creation/storage to be disabled across the board.