All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.push.PushSubscription.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.push

import js.buffer.ArrayBuffer
import js.core.EpochTimeStamp
import kotlin.js.Promise

sealed external class PushSubscription {
    val endpoint: String
    val expirationTime: EpochTimeStamp?
    val options: PushSubscriptionOptions
    fun getKey(name: PushEncryptionKeyName): ArrayBuffer?
    fun toJSON(): PushSubscriptionJSON
    fun unsubscribe(): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy