string getLastBlockedUrl()

Gets the last URL that was blocked by the browsing access list. This function is most useful when using a custom blocked URL page. Additional block settings can be found in the Configuration Tool. The default browser navigation blocked and error pages can be overridden by putting a default.html or error.html page in sdcard/Android/data/com.adsi.kioware.client.mobile.app/NavBlocked. The error.html page has three constants that will be searched for and replaced in your error page:

$$ERRURL$$: The URL.
$$ERRCODE$$: The Android browser error code.
$$ERRDESC$$: The Android browser error code description.

Return

The last blocked URL.