次の方法で共有


AccessoryManager.IsNotificationEnabledForApplication(String) メソッド

定義

呼び出し元のアクセサリ アプリケーションが、指定したアプリケーションからトースト通知を受信するかどうかを示す値を取得します。

public:
 static bool IsNotificationEnabledForApplication(Platform::String ^ appId);
 static bool IsNotificationEnabledForApplication(winrt::hstring const& appId);
public static bool IsNotificationEnabledForApplication(string appId);
function isNotificationEnabledForApplication(appId)
Public Shared Function IsNotificationEnabledForApplication (appId As String) As Boolean

パラメーター

appId
String

Platform::String

winrt::hstring

アプリケーションの識別子。

戻り値

Boolean

bool

アプリケーションが通知をサポートしている場合は true、それ以外の場合は false を返します。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象