kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent

InAppBrowserEvent

external class InAppBrowserEvent

InAppBrowser event type.

Constructors

<init>

InAppBrowserEvent()

InAppBrowser event type.

Properties

code

val code: Number?

data

val data: String?

message

val message: String?

type

val type: String

url

val url: String

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.