Umami

constructor(baseUrl: Url = Url("https://api.umami.is"), website: Uuid, hostname: Hostname? = null, language: Language? = null, screen: ScreenSize? = null, ip: Ip? = null, userAgent: String = createUserAgent(), eventQueueCapacity: Int = EVENT_QUEUE_CAPACITY)

Creates an instance of Umami with the specified parameters using typesafe parameters.