Clients

JS
1.1
abstract class Clients

Exposes the JavaScript Clients to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript Clients to Kotlin

Clients()

Functions

JS
1.1

claim

fun claim(): Promise<Unit>
JS
1.1

get

fun get(id: String): Promise<Any?>
JS
1.1

matchAll

fun matchAll(
    options: ClientQueryOptions = definedExternally
): Promise<Array<Client>>
JS
1.1

openWindow

fun openWindow(url: String): Promise<WindowClient?>