次の方法で共有


AccessoryManager.GetUserConsent メソッド

定義

エンドユーザーが通知を受信するアクセサリ アプリケーションに同意したかどうかを示すブール値を取得します。

public:
 static bool GetUserConsent();
 static bool GetUserConsent();
public static bool GetUserConsent();
function getUserConsent()
Public Shared Function GetUserConsent () As Boolean

戻り値

Boolean

bool

エンド ユーザーが同意した場合は true、それ以外の場合は false を返します。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象