AnalyticsConfigBuilder class
Constructors
Properties
- accountId ↔ String
-
getter/setter pair
- cryptKey ↔ String
-
getter/setter pair
- debugMode ↔ bool
-
getter/setter pair
- devToken ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxReportNumEachTime ↔ int
-
getter/setter pair
- minReportInterval ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → AnalyticsConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAccountId(
String accountId) → AnalyticsConfigBuilder -
setCryptKey(
String cryptKey) → AnalyticsConfigBuilder -
setDebugMode(
bool debugMode) → AnalyticsConfigBuilder -
setDevToken(
String devToken) → AnalyticsConfigBuilder -
setMaxReportNumEachTime(
int num) → AnalyticsConfigBuilder -
setMinReportInterval(
int seconds) → AnalyticsConfigBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultMaxReportNumEachTime → const int
- defaultMinReportInterval → const int