| Package | com.myflashlab.air.extensions.richWebView.android |
| Class | public class EmbeddedBrowserSettings |
| Inheritance | EmbeddedBrowserSettings Object |
| Property | Defined By | ||
|---|---|---|---|
| closeBtnIcon : String [write-only] | EmbeddedBrowserSettings | ||
| defaultShareMenuItem : Boolean [write-only] Adds a default share item to the menu. | EmbeddedBrowserSettings | ||
| enableUrlBarHiding : Boolean [write-only] Enables the url bar to hide as the user scrolls down on the page. | EmbeddedBrowserSettings | ||
| isWeakActivity : Boolean [write-only]
If set to true, the embedded browser will close automatically if you hit the home button or if you
bring another activity/app over your app. | EmbeddedBrowserSettings | ||
| secondaryToolbarColor : String [write-only] | EmbeddedBrowserSettings | ||
| showTitle : Boolean [write-only] Sets whether the title should be shown in the custom tab. | EmbeddedBrowserSettings | ||
| toolbarColor : String [write-only] | EmbeddedBrowserSettings | ||
| Method | Defined By | ||
|---|---|---|---|
constructor to create a new instance of this class. | EmbeddedBrowserSettings | ||
actionButton($actionBtnIcon:String, $actionBtnDescription:String):void
Sets the action button that is displayed in the Toolbar
| EmbeddedBrowserSettings | ||
addMenuItem($label:String):void | EmbeddedBrowserSettings | ||
| closeBtnIcon | property |
closeBtnIcon:String [write-only] public function set closeBtnIcon(value:String):void| defaultShareMenuItem | property |
defaultShareMenuItem:Boolean [write-only] Adds a default share item to the menu.
public function set defaultShareMenuItem(value:Boolean):void| enableUrlBarHiding | property |
enableUrlBarHiding:Boolean [write-only] Enables the url bar to hide as the user scrolls down on the page.
public function set enableUrlBarHiding(value:Boolean):void| isWeakActivity | property |
isWeakActivity:Boolean [write-only]
If set to true, the embedded browser will close automatically if you hit the home button or if you
bring another activity/app over your app.
By default, this is set to false
public function set isWeakActivity(value:Boolean):void| secondaryToolbarColor | property |
secondaryToolbarColor:String [write-only] public function set secondaryToolbarColor(value:String):void| showTitle | property |
showTitle:Boolean [write-only] Sets whether the title should be shown in the custom tab.
public function set showTitle(value:Boolean):void| toolbarColor | property |
toolbarColor:String [write-only] public function set toolbarColor(value:String):void| EmbeddedBrowserSettings | () | Constructor |
public function EmbeddedBrowserSettings()constructor to create a new instance of this class.
| actionButton | () | method |
public function actionButton($actionBtnIcon:String, $actionBtnDescription:String):voidSets the action button that is displayed in the Toolbar
Parameters
$actionBtnIcon:String | |
$actionBtnDescription:String |
| addMenuItem | () | method |
public function addMenuItem($label:String):voidParameters
$label:String |