void switchTabString(String, boolean, boolean, String)
Switch the current visible tab
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
title |
String The sequence of the tab to match. |
isUrl |
boolean True if the sequence is intended to match the url. False to match the title. |
isRegex |
boolean True if the sequence is a regular expression. False if it is a basic contains match. |
browserName |
(Optional) String Name of the browser. If null, it will default to the main browser. |
Requirements
KioWare for Android version 4.0 or greater.