AccessoryManager.DisableAllAccessoryNotificationTypes Method

Definition

Opt out of getting notifications for toast and application uninstallation.

public:
 static void DisableAllAccessoryNotificationTypes();
 static void DisableAllAccessoryNotificationTypes();
public static void DisableAllAccessoryNotificationTypes();
function disableAllAccessoryNotificationTypes()
Public Shared Sub DisableAllAccessoryNotificationTypes ()

Windows requirements

App capabilities
accessoryManager

Remarks

Only AccessoryNotificationType.AppUninstall and AccessoryNotificationType.Toast will use the settings made by DisableNotificationsForApplication. For example, AlarmNotificationTriggerDetails.AccessoryNotificationType will notify of alarm activity regardless of what is set by these two methods.

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

Applies to