BeaconsPlugin class

Constructors

BeaconsPlugin()

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

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

Static Methods

addBeaconLayoutForAndroid(String layout) Future<void>
addRegion(String identifier, String uuid) Future<void>
addRegionForIOS(String uuid, int major, int minor, String name) Future<void>
clearDisclosureDialogShowFlag(bool clearFlag) Future<void>
clearRegions() Future<void>
listenToBeacons(StreamController controller) → dynamic
printDebugMessage(String? msg, int msgDebugLevel) → void
runInBackground(bool runInBackground) Future<void>
setBackgroundScanPeriodForAndroid({int backgroundScanPeriod = 1100, int backgroundBetweenScanPeriod = 0}) Future<void>
setDebugLevel(int value) → void
Set the message level value value for debugging purpose. 0 = no messages, 1 = errors, 2 = all
setDisclosureDialogMessage({String? title, String? message}) Future<void>
setForegroundScanPeriodForAndroid({int foregroundScanPeriod = 1100, int foregroundBetweenScanPeriod = 0}) Future<void>
startMonitoring() Future<void>
stopMonitoring() Future<void>

Constants

channel → const MethodChannel
event_channel → const EventChannel