AppbaseSettings class

AppbaseSettings allows you to customize the analytics experience when appbase.io is used as a backend.

Constructors

AppbaseSettings({bool? recordAnalytics, bool? enableQueryRules, String? userId, Map<String, String>? customEvents})

Properties

customEvents Map<String, String>?
It allows you to set the custom events which can be used to build your own analytics on top of appbase.io analytics.
getter/setter pair
enableQueryRules bool?
If false, then appbase.io will not apply the query rules on the search requests.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recordAnalytics bool?
It allows recording search analytics (and click analytics) when set to true and appbase.io is used as a backend.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
It allows you to define the user id to be used to record the appbase.io analytics.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited