Intent.ActionCreateReminder Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: Creates a reminder.
[Android.Runtime.Register("ACTION_CREATE_REMINDER", ApiSince=30)]
public const string ActionCreateReminder;
[<Android.Runtime.Register("ACTION_CREATE_REMINDER", ApiSince=30)>]
val mutable ActionCreateReminder : string
Field Value
Implements
- Attributes
Remarks
Activity Action: Creates a reminder.
Input: #EXTRA_TITLE
The title of the reminder that will be shown to the user. #EXTRA_TEXT
The reminder text that will be shown to the user. The intent should at least specify a title or a text. #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.
Java documentation for android.content.Intent.ACTION_CREATE_REMINDER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.