public static class

Browser.BookmarkColumns

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

Summary

Constants
StringBOOKMARK
StringCREATED
StringDATE
StringFAVICON
StringTITLE
StringURL
StringVISITS
[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

Since: API Level 1

Constant Value: "bookmark"

public static final String CREATED

Since: API Level 1

Constant Value: "created"

public static final String DATE

Since: API Level 1

Constant Value: "date"

public static final String FAVICON

Since: API Level 1

Constant Value: "favicon"

public static final String TITLE

Since: API Level 1

Constant Value: "title"

public static final String URL

Since: API Level 1

Constant Value: "url"

public static final String VISITS

Since: API Level 1

Constant Value: "visits"

Public Constructors

public Browser.BookmarkColumns ()

Since: API Level 1