Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.navigator
/
NavigatorBadge
Navigator
Badge
sealed
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
:
UInt53
=
definedExternally
)
MDN Reference
set
App
Badge
Async
Link copied to clipboard
abstract
fun
setAppBadgeAsync
(
contents
:
UInt53
=
definedExternally
)
:
Promise
<
Void
>