Clients

abstract external class Clients

Exposes the JavaScript Clients to Kotlin

Constructors

Clients
Link copied to clipboard
fun Clients()

Functions

claim
Link copied to clipboard
fun claim(): Promise<Unit>
get
Link copied to clipboard
fun get(id: String): Promise<Any?>
matchAll
Link copied to clipboard
fun matchAll(options: ClientQueryOptions = definedExternally): Promise<Array<Client>>
openWindow
Link copied to clipboard
fun openWindow(url: String): Promise<WindowClient?>