Browser Class

Definition

[Android.Runtime.Register("android/provider/Browser", DoNotGenerateAcw=true)]
public class Browser : Java.Lang.Object
[<Android.Runtime.Register("android/provider/Browser", DoNotGenerateAcw=true)>]
type Browser = class
    inherit Object
Inheritance
Browser
Attributes

Remarks

Android platform documentation

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.

Constructors

Browser()
Browser(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Fields

ExtraApplicationId

The name of the extra data when starting the Browser from another application.

ExtraCreateNewTab

Boolean extra passed along with an Intent to a browser, specifying that a new tab be created.

ExtraHeaders

The name of the extra data in the VIEW intent.

InitialZoomLevel

The name of extra data when starting Browser with ACTION_VIEW or ACTION_SEARCH intent.

TruncateHistoryProjectionIdIndex
TruncateNOldest

Properties

BookmarksUri

A table containing both bookmarks and history items.

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
HistoryProjection
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
SearchesProjection

A projection of #SEARCHES_URI that contains SearchColumns#_ID, SearchColumns#SEARCH, and SearchColumns#DATE.

SearchesUri

A table containing a log of browser searches.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

TruncateHistoryProjection

Methods

AddSearchUrl(ContentResolver, String)

Add a search string to the searches database.

CanClearHistory(ContentResolver)

Returns whether there is any history to clear.

ClearHistory(ContentResolver)

Delete all entries from the bookmarks/history table which are not bookmarks.

ClearSearches(ContentResolver)

Remove all searches from the search database.

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
DeleteFromHistory(ContentResolver, String)

Remove a specific url from the history database.

DeleteHistoryTimeFrame(ContentResolver, Int64, Int64)

Delete all history items from begin to end.

Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetAllBookmarks(ContentResolver)

Return a cursor pointing to a list of all the bookmarks.

GetAllVisitedUrls(ContentResolver)

Return a cursor pointing to a list of all visited site urls.

GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
RequestAllIcons(ContentResolver, String, WebIconDatabase+IIconListener)

Request all icons from the database.

SaveBookmark(Context, String, String)

Open an activity to save a bookmark.

SendString(Context, String)

Sends the given string using an Intent with Intent#ACTION_SEND and a mime type of text/plain.

SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
TruncateHistory(ContentResolver)

If there are more than MAX_HISTORY_COUNT non-bookmark history items in the bookmark/history table, delete TRUNCATE_N_OLDEST of them.

UnregisterFromRuntime() (Inherited from Object)
UpdateVisitedHistory(ContentResolver, String, Boolean)

Update the visited history to acknowledge that a site has been visited.

Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to