The members of Android.Provider.Browser are listed below.
See Also: Inherited members from Java.Lang.Object
Browser() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ExtraApplicationId | string. The name of the extra data when starting the Browser from another application. |
const | ExtraCreateNewTab | string. Boolean extra passed along with an Intent to a browser, specifying that a new tab be created. |
const | ExtraHeaders | string. The name of the extra data in the VIEW intent. |
const | InitialZoomLevel | string. The name of extra data when starting Browser with ACTION_VIEW or ACTION_SEARCH intent. |
const | TruncateHistoryProjectionIdIndex | int (0). |
const | TruncateNOldest | int (5). |
[read-only] static | BookmarksUri | Android.Net.Uri. A table containing both bookmarks and history items. |
[read-only] static | HistoryProjection | IList<string>. |
[read-only] static | SearchesProjection | IList<string>. A projection of Browser.SearchesUri that contains BaseColumns.Id, NoType:android/provider/Browser$SearchColumns;Href=../../../reference/android/provider/Browser.SearchColumns.html#SEARCH, and NoType:android/provider/Browser$SearchColumns;Href=../../../reference/android/provider/Browser.SearchColumns.html#DATE. |
[read-only] static | SearchesUri | Android.Net.Uri. A table containing a log of browser searches. |
[read-only] static | TruncateHistoryProjection | IList<string>. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | AddSearchUrl(Android.Content.ContentResolver, string)Add a search string to the searches database. | |
static | CanClearHistory(Android.Content.ContentResolver)Returns whether there is any history to clear. | |
static | ClearHistory(Android.Content.ContentResolver)Delete all entries from the bookmarks/history table which are not bookmarks. | |
static | ClearSearches(Android.Content.ContentResolver)Remove all searches from the search database. | |
static | DeleteFromHistory(Android.Content.ContentResolver, string)Remove a specific url from the history database. | |
static | DeleteHistoryTimeFrame(Android.Content.ContentResolver, long, long)Delete all history items from begin to end. | |
static | GetAllBookmarks(Android.Content.ContentResolver)Return a cursor pointing to a list of all the bookmarks. | |
static | GetAllVisitedUrls(Android.Content.ContentResolver)Return a cursor pointing to a list of all visited site urls. | |
static | RequestAllIcons(Android.Content.ContentResolver, string, Android.Webkit.WebIconDatabase.IIconListener)Request all icons from the database. | |
static | SaveBookmark(Android.Content.Context, string, string)Open an activity to save a bookmark. | |
static | SendString(Android.Content.Context, string)Sends the given string using an Intent with Android.Content.Intent.ActionSend and a mime type of text/plain. | |
static | TruncateHistory(Android.Content.ContentResolver)If there are more than MAX_HISTORY_COUNT non-bookmark history items in the bookmark/history table, delete TRUNCATE_N_OLDEST of them. | |
static | UpdateVisitedHistory(Android.Content.ContentResolver, string, bool)Update the visited history to acknowledge that a site has been visited. |