lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
org.dmfs.tasks.contract
/
TaskContract
/
Alarms
Alarms
class
Alarms
:
TaskContract.AlarmsColumns
Members
Constructors
Alarms
Link copied to clipboard
constructor
(
)
Properties
ALARM_
ID
Link copied to clipboard
val
ALARM_ID
:
String
=
"alarm_id"
CONTENT_
URI_
PATH
Link copied to clipboard
val
CONTENT_URI_PATH
:
String
=
"alarms"
LAST_
TRIGGER
Link copied to clipboard
val
LAST_TRIGGER
:
String
=
"last_trigger"
NEXT_
TRIGGER
Link copied to clipboard
val
NEXT_TRIGGER
:
String
=
"next_trigger"
Functions
get
Content
Uri
Link copied to clipboard
open
fun
getContentUri
(
authority
:
String
)
:
Uri
Get the alarms content
Uri
using the given authority.