ReminderNotificationTriggerDetails Class
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.
Represents all information necessary to render a reminder notification on an accessory.
public ref class ReminderNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class ReminderNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class ReminderNotificationTriggerDetails
Public NotInheritable Class ReminderNotificationTriggerDetails
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
App capabilities |
accessoryManager
|
Remarks
Trigger details contain only notification data. They do not contain any information about how the notification should be displayed.
Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.
Properties
AccessoryNotificationType |
Specifies the type of notification received. For reminders, this value is AccessoryNotificationType.Reminder. |
AppDisplayName |
The display name of the app that generated the notification. |
AppId |
The instance ID of the app that generated the notification. |
Appointment |
An Appointment object that contains additional details about the reminder. |
Description |
The description of the reminder. |
Details |
Additional details for the reminder. |
InstanceId |
Gets an identifier that disambiguates between multiple instances of reminders. |
ReminderId |
The unique ID of the corresponding reminder for the notification. |
ReminderState |
A ReminderState value that represents the state of the reminder. |
StartedProcessing |
Specifies whether the accessory has started processing the notification. |
TimeCreated |
The date and time at which the notification was created. |
Timestamp |
Represents the date and time at which the notification was delivered from Accessory Manager service to the accessory app. |
Title |
The title of the reminder. |