lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
org.dmfs.tasks.contract
/
TaskContract
/
Categories
Categories
class
Categories
:
TaskContract.CategoriesColumns
Members
Constructors
Categories
Link copied to clipboard
constructor
(
)
Properties
_
ID
Link copied to clipboard
val
_ID
:
String
=
"_id"
ACCOUNT_
NAME
Link copied to clipboard
val
ACCOUNT_NAME
:
String
=
"account_name"
ACCOUNT_
TYPE
Link copied to clipboard
val
ACCOUNT_TYPE
:
String
=
"account_type"
COLOR
Link copied to clipboard
val
COLOR
:
String
=
"color"
CONTENT_
URI_
PATH
Link copied to clipboard
val
CONTENT_URI_PATH
:
String
=
"categories"
DEFAULT_
SORT_
ORDER
Link copied to clipboard
val
DEFAULT_SORT_ORDER
:
String
=
"name"
NAME
Link copied to clipboard
val
NAME
:
String
=
"name"
Functions
get
Content
Uri
Link copied to clipboard
open
fun
getContentUri
(
authority
:
String
)
:
Uri
Get the categories content
Uri
using the given authority.