Share via


AccessoryManager.SnoozeReminder Method

Definition

Overloads

SnoozeReminder(Guid)

Snoozes a reminder.

SnoozeReminder(Guid, TimeSpan)

Snoozes a reminder for the specified time span.

SnoozeReminder(Guid)

Snoozes a reminder.

public:
 static void SnoozeReminder(Platform::Guid reminderId);
/// [Windows.Foundation.Metadata.Overload("SnoozeReminder")]
 static void SnoozeReminder(winrt::guid const& reminderId);
[Windows.Foundation.Metadata.Overload("SnoozeReminder")]
public static void SnoozeReminder(Guid reminderId);
function snoozeReminder(reminderId)
Public Shared Sub SnoozeReminder (reminderId As Guid)

Parameters

reminderId
Guid

Platform::Guid

winrt::guid

The reminder identifier.

Attributes

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

See also

Applies to

SnoozeReminder(Guid, TimeSpan)

Snoozes a reminder for the specified time span.

public:
 static void SnoozeReminder(Platform::Guid reminderId, TimeSpan timeSpan);
/// [Windows.Foundation.Metadata.Overload("SnoozeReminderForSpecifiedTime")]
 static void SnoozeReminder(winrt::guid const& reminderId, TimeSpan const& timeSpan);
[Windows.Foundation.Metadata.Overload("SnoozeReminderForSpecifiedTime")]
public static void SnoozeReminder(Guid reminderId, System.TimeSpan timeSpan);
function snoozeReminder(reminderId, timeSpan)
Public Shared Sub SnoozeReminder (reminderId As Guid, timeSpan As TimeSpan)

Parameters

reminderId
Guid

Platform::Guid

winrt::guid

The reminder identifier.

timeSpan
TimeSpan TimeSpan

The amount of time to dismiuss the reminder.

Attributes

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

See also

Applies to