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

jsMain.web.remoteplayback.RemotePlayback.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.remoteplayback

import js.core.Void
import web.events.Event
import web.events.EventHandler
import web.events.EventTarget
import kotlin.js.Promise

sealed external class RemotePlayback :
    EventTarget {
    var onconnect: EventHandler?
    var onconnecting: EventHandler?
    var ondisconnect: EventHandler?
    val state: RemotePlaybackState
    fun cancelWatchAvailability(id: Number = definedExternally): Promise
    fun prompt(): Promise
    fun watchAvailability(callback: RemotePlaybackAvailabilityCallback): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy