Umami
constructor(website: Uuid, enableEventQueue: Boolean = true, umamiOptions: UmamiOptionsBuilder.() -> Unit = {})
Parameters
enableEventQueue
A flag to enable or disable the event queue.
umamiOptions
A builder for configuring Umami options.
Creates an Umami instance.
Parameters
website
The UUID of the website to track events for (as a String).
umamiOptions
A builder for configuring Umami options, such as the base URL, hostname, and queue capacity.
Creates an Umami instance.
Parameters
website
The UUID of the website to track events for.
umamiOptions
A builder for configuring Umami options, such as the base URL, hostname, and queue capacity.