Share via


AccessoryManager.EnableAccessoryNotificationTypes(Int32) Method

Definition

Opt into getting notifications for toast or app uninstallation.

public:
 static void EnableAccessoryNotificationTypes(int accessoryNotificationTypes);
 static void EnableAccessoryNotificationTypes(int const& accessoryNotificationTypes);
public static void EnableAccessoryNotificationTypes(int accessoryNotificationTypes);
function enableAccessoryNotificationTypes(accessoryNotificationTypes)
Public Shared Sub EnableAccessoryNotificationTypes (accessoryNotificationTypes As Integer)

Parameters

accessoryNotificationTypes
Int32

int

One of the values specified by the AccessoryNotificationType enumeration.

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