次の方法で共有


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)

android.app.admin.SecurityLog.TAG_BLUETOOTH_DISCONNECTIONJava ドキュメント。

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

適用対象