PluginTealeaf class

Constructors

PluginTealeaf()

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 Properties

appKey Future<String>
no setter
platformVersion Future<String>
no setter
pluginVersion Future<String>
no setter
tealeafSessionId Future<String>
no setter
tealeafVersion Future<String>
no setter

Static Methods

aspectdTest() bool
badCall() Future<void>
getGlobalConfiguration() Future<String>
maskText(String text, [String? page]) Future<String>
onScreenview(String tlType, Duration timestamp, [List<Map<String, dynamic>>? layoutParameters]) Future<void>
onTlException({required Map data}) Future<void>
onTlGestureEvent({required String? gesture, required String id, required String target, Map<String, dynamic>? data, List<Map<String, dynamic>>? layoutParameters}) Future<void>
onTlPointerEvent({required Map fields}) Future<void>
tlApplicationCaughtException({Exception? caughtException, StackTrace? stack, Map<String, String>? appData}) Future<void>
tlApplicationCustomEvent({required String? eventName, Map<String, String>? customData, int? logLevel}) Future<void>
tlConnection({required String url, required int statusCode, String description = '', int responseSize = 0, int initTime = 0, int loadTime = 0, dynamic responseTime = 0}) Future<void>
tlSetEnvironment({required int screenWidth, required int screenHeight}) Future<void>