1 out of 1 rated this helpful - Rate this topic

Reminder Class

July 26, 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.

  NameDescription
Public methodReminderInitializes a new instance of the Reminder class.
Top
  NameDescription
Public propertyBeginTimeGets or sets the time at which the action’s schedule begins. (Inherited from ScheduledAction.)
Public propertyContentGets or sets the text content of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.)
Public propertyExpirationTimeGets or sets the time at which the action’s schedule expires. (Inherited from ScheduledAction.)
Public propertyIsEnabledThis value is not used in the current release. (Inherited from ScheduledAction.)
Public propertyIsScheduledGets the scheduled status of the action. (Inherited from ScheduledAction.)
Public propertyNameGets the name of the scheduled action. (Inherited from ScheduledAction.)
Public propertyNavigationUriGets or sets the navigation URI that is passed to the application when it is launched from the reminder.
Public propertyRecurrenceTypeGets or sets the recurrence type for a notification. (Inherited from ScheduledNotification.)
Public propertyTitleGets the title of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (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)
© 2013 Microsoft. All rights reserved.