Browser.ExtraCreateNewTab Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean extra passed along with an Intent to a browser, specifying that a new tab be created.
[Android.Runtime.Register("EXTRA_CREATE_NEW_TAB")]
public const string ExtraCreateNewTab;
[<Android.Runtime.Register("EXTRA_CREATE_NEW_TAB")>]
val mutable ExtraCreateNewTab : string
Field Value
- Attributes
Remarks
Boolean extra passed along with an Intent to a browser, specifying that a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set, a new tab will be used, rather than using the same one.
Java documentation for android.provider.Browser.EXTRA_CREATE_NEW_TAB
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.