Skip to content

Enumeration: InstallState

device.InstallState

The current installation state of the PWA.

Enumeration members

Installable

Installable = "installable"

The PWA hasn't been installed yet, but we can prompt the user to install.

Defined in

device/index.ts:122


Unsupported

Unsupported = "unsupported"

The player's browser doesn't support PWA installation, or the PWA is misconfigured.

Defined in

device/index.ts:127