TBLAttBeaconEvent class

This class is a subclass of TBLBeaconEvent and is responsible for sending the ATT( Application Tracking Transparency https://developer.apple.com/documentation/apptrackingtransparency) event to Beacon. It uses the WHERE_CALLED_FROM

Inheritance

Constructors

TBLAttBeaconEvent(WHERE_CALLED_FROM called_from)

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

getEventType() String
override
getJsonBody() Future<Map<String, dynamic>>
override
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