Share via


Browser.BookmarkColumns.Bookmark Field

Definition

Flag indicating that an item is a bookmark.

[Android.Runtime.Register("BOOKMARK")]
public const string Bookmark;
[<Android.Runtime.Register("BOOKMARK")>]
val mutable Bookmark : string

Field Value

Attributes

Remarks

Flag indicating that an item is a bookmark. A value of 1 indicates a bookmark, a value of 0 indicates a history item.

Type: INTEGER (boolean)

Java documentation for android.provider.Browser.BookmarkColumns.BOOKMARK.

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.

Applies to