BeaconBroadcast class

Constructors

BeaconBroadcast()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkTransmissionSupported() Future<BeaconStatus>
Checks if device supports transmission. For iOS it returns always true.
getAdvertisingStateChange() Stream<bool>
Returns Stream of booleans indicating if beacon is advertising.
isAdvertising() Future<bool?>
Returns true if beacon is advertising
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAdvertiseMode(AdvertiseMode advertiseMode) BeaconBroadcast
Sets advertise mode for beacon.
setExtraData(List<int> extraData) BeaconBroadcast
Sets extra data.
setIdentifier(String identifier) BeaconBroadcast
Sets identifier for beacon.
setLayout(String layout) BeaconBroadcast
Sets beacon layout.
setMajorId(int majorId) BeaconBroadcast
Sets major id for beacon.
setManufacturerId(int manufacturerId) BeaconBroadcast
Sets manufacturer id.
setMinorId(int minorId) BeaconBroadcast
Sets minor id for beacon.
setTransmissionPower(int transmissionPower) BeaconBroadcast
Sets transmission power for beacon.
setUUID(String uuid) BeaconBroadcast
Sets UUID for beacon.
start() Future<void>
Starts beacon advertising.
stop() Future<void>
Stops beacon advertising
toString() String
A string representation of this object.
inherited

Operators

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