DMHubOptions class

Constructors

DMHubOptions({required String? trackUrl, required String? appId, required String? appName, bool? enableDebugLogging, bool? autoTrackOpenAppEvent, List<String>? disableCollect})
DMHubOptions.fromJson(Map<String, dynamic> json)
factory

Properties

activeTimeoutDuration int
getter/setter pair
appId String?
getter/setter pair
appName String?
getter/setter pair
autoTrackOpenAppEvent bool?
getter/setter pair
disableCollect List<String>?
getter/setter pair
enableDebugLogging bool?
getter/setter pair
flushInterval int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maximumBackgroundDuration int
getter/setter pair
minimumActiveDuration int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackUrl String?
convertlab appId,trackUrl,appName 必须设置。
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.
override

Operators

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