TBLEventsManager class

Manage the all events that are sent from the SDK

Constructors

TBLEventsManager(TBLTrackingManager _tblTrackingManager, TBLBeaconHandler _tblBeaconHandler)

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
sendEventToBeacon(TBLBeaconEvent event) → void
send the event to Beacon
toString() String
A string representation of this object.
inherited
trySendTrackingGrantedEventToBeacon(WHERE_CALLED_FROM called_from) Future<void>
send the tracking granted event to beacon, if there is no event sent yet and the tracking is granted and there is no request in progress. In the future, we can add a retry mechanism if the request fails.

Operators

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