pl.wendigo.chrome.api.runtime / BindingCalledEvent

BindingCalledEvent

data class BindingCalledEvent : Event (source)

Notification is issued every time when binding is called.

Link
Runtime#bindingCalled event documentation.

Constructors

<init>

BindingCalledEvent(name: String, payload: String, executionContextId: ExecutionContextId)

Notification is issued every time when binding is called.

Properties

executionContextId

val executionContextId: ExecutionContextId

Identifier of the context where the call was made.

name

val name: String

payload

val payload: String

Inherited Functions

protocolDomain

fun protocolDomain(): String