次の方法で共有


AccessoryManager.EnableNotificationsForApplication(String) メソッド

定義

指定したアプリからトーストとアプリのアンインストール通知を受け取ることを選択します。

public:
 static void EnableNotificationsForApplication(Platform::String ^ appId);
 static void EnableNotificationsForApplication(winrt::hstring const& appId);
public static void EnableNotificationsForApplication(string appId);
function enableNotificationsForApplication(appId)
Public Shared Sub EnableNotificationsForApplication (appId As String)

パラメーター

appId
String

Platform::String

winrt::hstring

通知を提供するアプリケーションの ID を含む文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象

こちらもご覧ください