UserExperior class

Constructors

UserExperior()

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

fw String
final
platformVersion Future<String?>
no setter
sv String
final

Static Methods

endTimer(String timerName) Future<void>
endTimerWithProperties(String timerName, Map<String, dynamic> properties) Future<void>
getOptOutStatus() Future<bool?>
isRecording() Future<bool?>
logEvent(String eventName) Future<void>
logEventWithProperties(String eventName, Map<String, dynamic> properties) Future<void>
logMessage(String messageName) Future<void>
logMessageWithProperties(String messageName, Map<String, dynamic> properties) Future<void>
optIn() Future<void>
optOut() Future<void>
pauseRecording() Future<void>
resumeRecording() Future<void>
setDeviceLocation(double latitude, double longitude) Future<void>
setUserIdentifier(String userIdentifier) Future<void>
setUserProperties(Map<String, dynamic> properties) Future<void>
startRecording(String ueVersionKey) → void
startScreen(String screenName) Future<void>
startTimer(String timerName) Future<void>
startTimerWithProperties(String timerName, Map<String, dynamic> properties) Future<void>
stopRecording() Future<void>