WebkitJsResultAndJsPromptResult
WebkitJsPromptResult
Functions:
- Confirm (Result As String) As String
Added in API level 1.
- Initialize (AndroidWebkitJsPromptResult As Object) As String
Initializes the object.
Pass android.webkit.JsPromptResult from Java inline code to initialize instance.
Added in API level 1.
- toObject As Object
Returns Object as android.webkit.JsPromptResult which can be used in inline Java Code.
Added in API level 1.
- IsInitialized As Boolean
Tests whether the object has been initialized.
WebkitJsProperties
Fields:
- DefaultValue As String
- IsInitialized As Boolean
Tests whether the object has been initialized.
- Message As String
- Url As String
Functions:
- Initialize
Initializes the fields to their default value.
WebkitJsResult
Functions:
- Cancel As String
Handle the result if the user cancelled the dialog.
Added in API level 1.
- Confirm As String
Handle a confirmation response from the user.
Added in API level 1.
- Initialize (AndroidWebkitJsResult As Object) As String
Initializes the object.
Pass android.webkit.JsResult from Java inline code to initialize instance.
Added in API level 1.
- toObject As Object
Returns Object as android.webkit.JsResult which can be used in Java Code.
Added in API level 1.
- IsInitialized As Boolean
Tests whether the object has been initialized.