toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.navigator
/
NavigatorBadge
Navigator
Badge
sealed
external
interface
NavigatorBadge
(
source
)
Available only in secure contexts.
Inheritors
Navigator
WorkerNavigator
Members
Functions
clear
App
Badge
Link copied to clipboard
abstract
suspend
fun
clearAppBadge
(
)
MDN Reference
clear
App
Badge
Async
Link copied to clipboard
abstract
fun
clearAppBadgeAsync
(
)
:
Promise
<
Void
>
set
App
Badge
Link copied to clipboard
abstract
suspend
fun
setAppBadge
(
contents
:
JsLong
=
definedExternally
)
MDN Reference
set
App
Badge
Async
Link copied to clipboard
abstract
fun
setAppBadgeAsync
(
contents
:
JsLong
=
definedExternally
)
:
Promise
<
Void
>