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

main.uikit.util.Player.kt Maven / Gradle / Ivy

There is a newer version: 3.13.7-pre.21
Show newest version
package uikit.util

import uikit.UIKitElement

external interface PlayerUtil {
    fun play(el: UIKitElement? = definedExternally)
    fun pause(el: UIKitElement? = definedExternally)
    fun mute(el: UIKitElement? = definedExternally)
    fun isVideo(el: UIKitElement? = definedExternally): Boolean
    fun isHTML5(el: UIKitElement? = definedExternally): Boolean
    fun isIFrame(el: UIKitElement? = definedExternally): Boolean
    fun isYoutube(el: UIKitElement? = definedExternally): Boolean
    fun isVimeo(el: UIKitElement? = definedExternally): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy