1 out of 1 rated this helpful - Rate this topic

Reminder Class

Windows Phone

March 22, 2012

A notification that can pass contextual information to the parent application.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public sealed class Reminder : ScheduledNotification

The Reminder type exposes the following members.

  Name Description
Public method Reminder Initializes a new instance of the Reminder class.
Top
  Name Description
Public property BeginTime Gets or sets the time at which the action’s schedule begins. (Inherited from ScheduledAction.)
Public property Content Gets or sets the text content of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.)
Public property ExpirationTime Gets or sets the time at which the action’s schedule expires. (Inherited from ScheduledAction.)
Public property IsEnabled This value is not used in the current release. (Inherited from ScheduledAction.)
Public property IsScheduled Gets the scheduled status of the action. (Inherited from ScheduledAction.)
Public property Name Gets the name of the scheduled action. (Inherited from ScheduledAction.)
Public property NavigationUri Gets or sets the navigation URI that is passed to the application when it is launched from the reminder.
Public property RecurrenceType Gets or sets the recurrence type for a notification. (Inherited from ScheduledNotification.)
Public property Title Gets the title of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

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.

Windows Phone OS

Supported in: 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)