Leads class
Leads class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
checkUser(
[Map< String, String> params ]) → Future<Map> - Checks if the user can start the lead. [...]
-
complete(
[Map< String, String> params ]) → Future<Map> - Completes the lead started by user. [...]
-
getStats(
[Map< String, String> params ]) → Future<Map> - Returns lead stats data. [...]
-
getUsers(
[Map< String, String> params ]) → Future<Map> - Returns a list of last user actions for the offer. [...]
-
metricHit(
[Map< String, String> params ]) → Future<Map> - Counts the metric event. [...]
-
start(
[Map< String, String> params ]) → Future<Map> - Creates new session for the user passing the offer. [...]
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited