Browser

external interface Browser

Represents the browser information extracted from the user agent string

Properties

Link copied to clipboard
abstract val major: String?

major Major number derived from the first number in version

Link copied to clipboard
abstract val name: String?

name The name of the browser (e.g., Chrome, Firefox)

Link copied to clipboard
abstract val type: String?

type Type of current browser (email, inapp, crawler)

Link copied to clipboard
abstract val version: String?

version The version of the browser