ServiceWorkerRegistration  
    Exposes the JavaScript ServiceWorkerRegistration to Kotlin
Since Kotlin
1.1Properties
Functions
Link copied to clipboard
                  fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Since Kotlin 1.1
Link copied to clipboard
                  Since Kotlin 1.1
Link copied to clipboard
                  fun getNotifications(filter: GetNotificationOptions = definedExternally): Promise<Array<Notification>>
Since Kotlin 1.1
Link copied to clipboard
                  Since Kotlin 1.1
Link copied to clipboard
                  fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
fun removeEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Since Kotlin 1.1
Link copied to clipboard
                  fun showNotification(title: String, options: NotificationOptions = definedExternally): Promise<Unit>
Since Kotlin 1.1
Link copied to clipboard
                  Since Kotlin 1.1