AndroidBluetoothLack enum

标示android平台缺少哪些蓝牙必须功能的枚举类

Inheritance

Constructors

AndroidBluetoothLack()
const

Values

bluetoothPermission → const AndroidBluetoothLack

没有授予定位权限

locationPermission → const AndroidBluetoothLack

没有授予定位权限

locationFunction → const AndroidBluetoothLack

没有开启定位功能

bluetoothFunction → const AndroidBluetoothLack

没有开启蓝牙功能

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AndroidBluetoothLack>
A constant List of the values in this enum, in order of their declaration.