Refiner class

Constructors

Refiner()

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

addListener(String name, dynamic callBackFunc(Map value)) → void
addToResponse(Map<String, dynamic>? contextualData) Future
closeForm(String formUuid) Future
dismissForm(String formUuid) Future
identifyUser({required String userId, required Map<String, dynamic> userTraits, String? locale, String? signature, String? writeOperation}) Future
initialize({required String projectId, bool debugMode = false}) Future
ping() Future
removeListener(String name) → void
resetUser() Future
setProject({required String projectId}) Future
setUser({required String userId, required Map<String, dynamic> userTraits, String? locale, String? signature}) Future
showForm(String formUuid, {bool force = false}) Future
startSession() Future
trackEvent(String eventName) Future
trackScreen(String screenName) Future