次の方法で共有


Context.NfcService フィールド

定義

NFC を使用するために with #getSystemService(String) を使用して取得 android.nfc.NfcManager します。

[Android.Runtime.Register("NFC_SERVICE")]
public const string NfcService;
[<Android.Runtime.Register("NFC_SERVICE")>]
val mutable NfcService : string

フィールド値

属性

注釈

NFC を使用するために with #getSystemService(String) を使用して取得 android.nfc.NfcManager します。

の Java ドキュメントandroid.content.Context.NFC_SERVICE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象