SecurityLog.TagBluetoothDisconnection フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

デバイスが接続されているBluetoothデバイスから切断されることを示します。

[Android.Runtime.Register("TAG_BLUETOOTH_DISCONNECTION", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagBluetoothDisconnection = 210040;
[<Android.Runtime.Register("TAG_BLUETOOTH_DISCONNECTION", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagBluetoothDisconnection : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210040
属性

注釈

デバイスが接続されているBluetoothデバイスから切断されることを示します。 ログ エントリには、イベントに関する次の情報が含まれています。 Object 配列にカプセル化され、 SecurityEvent#getData()経由でアクセスできます: <li> [0] 接続されたBluetooth デバイスの MAC アドレス (String) <li> [1] 人間が判読できる切断理由 (省略可能)、空の文字列 (String)

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象