public static class

Browser.BookmarkColumns

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.Browser.BookmarkColumns

Summary

Constants
String BOOKMARK
String CREATED
String DATE
String FAVICON
String TITLE
String URL
String VISITS
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Public Constructors
Browser.BookmarkColumns()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BOOKMARK

Constant Value: "bookmark"

public static final String CREATED

Constant Value: "created"

public static final String DATE

Constant Value: "date"

public static final String FAVICON

Constant Value: "favicon"

public static final String TITLE

Constant Value: "title"

public static final String URL

Constant Value: "url"

public static final String VISITS

Constant Value: "visits"

Public Constructors

public Browser.BookmarkColumns ()