BeaconStatus enum

Inheritance

Constructors

BeaconStatus()
const

Values

supported → const BeaconStatus

Device supports transmitting as a beacon

notSupportedMinSdk → const BeaconStatus

Android system version on the device is too low (min. is 21)

notSupportedBle → const BeaconStatus

Device doesn't support Bluetooth Low Energy

notSupportedCannotGetAdvertiser → const BeaconStatus

Device's Bluetooth chipset or driver doesn't support transmitting

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<BeaconStatus>
A constant List of the values in this enum, in order of their declaration.