AccountEventTemplate

A class that represents a custom account event template for the application.

Properties

Link copied to clipboard
The account event template type.
Link copied to clipboard
val LOGGED_IN: String = "logged_in"
The logged in event name.
Link copied to clipboard
val LOGGED_OUT: String = "logged_out"
The logged out event name.
Link copied to clipboard
val REGISTERED_ACCOUNT_EVENT: String = "registered_account"
The registered account event name.

Functions

Link copied to clipboard
Creates the custom account event.
Link copied to clipboard
Creates a registered account event template with logged in as template id.
Link copied to clipboard
Creates a registered account event template with logged out as template id.
Link copied to clipboard
Creates a registered account event template.
Link copied to clipboard
Set the category.
Link copied to clipboard
Set the transaction ID.
Link copied to clipboard
Set the type.
Link copied to clipboard
Set the user id.
Link copied to clipboard