ACTION_CREATE_REMINDER constant

String const ACTION_CREATE_REMINDER

Activity Action: Creates a reminder.

Input: {@link #EXTRA_TITLE} The title of the reminder that will be shown to the user. {@link #EXTRA_TEXT} The reminder text that will be shown to the user. The intent should at least specify a title or a text. {@link #EXTRA_TIME} The time when the reminder will be shown to the user. The time is specified in milliseconds since the Epoch (optional).

Output: Nothing.

@see #EXTRA_TITLE @see #EXTRA_TEXT @see #EXTRA_TIME

Implementation

static const String ACTION_CREATE_REMINDER =
    'android.intent.action.CREATE_REMINDER';