BeaconBroadcast class
Class for managing Beacon Broadcast object.
Constructors
- BeaconBroadcast({String? identifier = 'com.flutterBeacon', required String proximityUUID, required int major, required int minor, int? txPower, AdvertisingMode? advertisingMode = AdvertisingMode.low, AdvertisingTxPowerLevel? advertisingTxPowerLevel = AdvertisingTxPowerLevel.high})
Properties
- advertisingMode → AdvertisingMode?
-
final
- advertisingTxPowerLevel → AdvertisingTxPowerLevel?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
The unique identifier of region.
final
- major → int
-
The major value of beacon.
final
- minor → int
-
The minor value of beacon.
final
- proximityUUID → String
-
The proximity UUID of beacon.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJson → dynamic
-
Serialize current instance object into Map.
no setter
- txPower → int?
-
The txPower value of beacon. Specify null to use the default value for the device.
final
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