Reminder Class
Windows Phone
March 22, 2012
A notification that can pass contextual information to the parent application.
System.Object
Microsoft.Phone.Scheduler.ScheduledAction
Microsoft.Phone.Scheduler.ScheduledNotification
Microsoft.Phone.Scheduler.Reminder
Microsoft.Phone.Scheduler.ScheduledAction
Microsoft.Phone.Scheduler.ScheduledNotification
Microsoft.Phone.Scheduler.Reminder
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The Reminder type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginTime | Gets or sets the time at which the action’s schedule begins. (Inherited from ScheduledAction.) |
|
Content | Gets or sets the text content of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.) |
|
ExpirationTime | Gets or sets the time at which the action’s schedule expires. (Inherited from ScheduledAction.) |
|
IsEnabled | This value is not used in the current release. (Inherited from ScheduledAction.) |
|
IsScheduled | Gets the scheduled status of the action. (Inherited from ScheduledAction.) |
|
Name | Gets the name of the scheduled action. (Inherited from ScheduledAction.) |
|
NavigationUri | Gets or sets the navigation URI that is passed to the application when it is launched from the reminder. |
|
RecurrenceType | Gets or sets the recurrence type for a notification. (Inherited from ScheduledNotification.) |
|
Title | Gets the title of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.) |
When a reminder is invoked and displayed to the user, the user can tap the notification to launch the application that created it. When it is launched in this manner, the application can query the NavigationUri property to obtain the contextual information that was set when the reminder was created.
This class inherits from ScheduledNotification and ScheduledAction. To create a notification that plays a custom sound when invoked, use Alarm.