SetupOptions class

Constructors

SetupOptions()

Properties

captureNativeHttp bool
Enable or disable native http capture, ie. capture http made in Android (Kotlin/Java) or iOS (swift/Objective C) (Default: false)
getter/setter pair
collectionEnabled bool
Enable or disable collection (instrumentation) on setup. Can be changed later via the property collectionEnabled (Default: true)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slowSendInterval double
Enable slow send mode on beacon send failure if slowSendInterval is set to a positive number (Default: 0.0 means disabled) In slow send mode, each time flutter-agent sends one beacon to server instead of a batch (maximum 100) of beacons. If this beacon send succeeded, send mode is back to default pace. Otherwise beacon sending is kept in this slow mode. Default beacon send interval is 2 seconds. Unit of slowSendInterval is in seconds. Slow send mode replaces traditional fail and retry approach.
getter/setter pair
usiRefreshTimeIntervalInHrs double
Enable user session id. Default value is -1. Negative value means user session id is enabled and remains unchanged after first creation. A positive number means user session id is refreshed (a new one is created) after that many hours. 0.0 means user session id is disabled.
getter/setter pair

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