external class InAppBrowserEvent
InAppBrowser event type.
InAppBrowserEvent()
InAppBrowser event type. |
val code: Number? |
|
val data: String? |
|
val message: String? |
|
val type: String |
|
val url: String |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |