BluetoothIOSAdvertisementDataKey enum

Inheritance

Constructors

BluetoothIOSAdvertisementDataKey(String name)
const

Values

CBAdvertisementDataLocalNameKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Local Name")
CBAdvertisementDataTxPowerLevelKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Tx Power Level")
CBAdvertisementDataServiceUUIDsKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Service UUIDs")
CBAdvertisementDataServiceDataKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Service Data")
CBAdvertisementDataManufacturerDataKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Manufacturer Data")
CBAdvertisementDataOverflowServiceUUIDsKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Overflow Service UUIDs")
CBAdvertisementDataIsConnectable → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Device is Connectable")
CBAdvertisementDataSolicitedServiceUUIDsKey → const BluetoothIOSAdvertisementDataKey
const BluetoothIOSAdvertisementDataKey("Solicited Service UUIDs")

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