Since: 1.3.0

interface JavascriptInterface (View source)

Interface JavascriptInterface

Methods

string
getCode()

Returns the JavascriptInterface's code

object|null
getScope()

Returns the JavascriptInterface's scope document

string
__toString()

Returns the JavascriptInterface's code

Details

string getCode()

Since: 1.3.0

Returns the JavascriptInterface's code

Return Value

string

object|null getScope()

Since: 1.3.0

Returns the JavascriptInterface's scope document

Return Value

object|null

string __toString()

Since: 1.3.0

Returns the JavascriptInterface's code

Return Value

string