WebkitSafeBrowsingResponse
WebkitSafeBrowsingResponse
Fields:
- ThreatType As Int
- ThreatTypeString As String
Functions:
- BackToSafety (ParamBoolean As Boolean) As String
Act as if the user clicked the "back to safety" button.
ParamBoolean As Boolean: true to enable Safe Browsing reporting.
Added in API level 27.
- Initialize (AndroidWebkitSafeBrowsingResponse As Object) As String
Initializes the object.
Pass android.webkit.SafeBrowsingResponse from inline Java code to initialize an existing instance.
Added in API level 27.
- Proceed (ParamBoolean As Boolean) As String
Act as if the user clicked the "visit this unsafe site" button.
ParamBoolean As Boolean: true to enable Safe Browsing reporting.
Added in API level 27.
- ShowInterstitial (ParamBoolean As Boolean) As String
Display the default interstitial.
ParamBoolean As Boolean: true if the interstitial should show a reporting checkbox.
Added in API level 27.
- ToObject As Object
Returns Object as android.webkit.SafeBrowsingResponse which can be used in Java Code.
Added in API level 27.
- IsInitialized As Boolean
Tests whether the object has been initialized.