BugseeLaunchOptions class abstract

Base launch options class

Implementers

Constructors

BugseeLaunchOptions()

Properties

captureDeviceAndNetworkNames bool
getter/setter pair
captureLogs bool
Automatically capture all console logs
getter/setter pair
crashReport bool
Catch and report application crashes
getter/setter pair
defaultBugPriority BugseeSeverityLevel
Default priority for bugs
getter/setter pair
defaultCrashPriority BugseeSeverityLevel
Default priority for crashes
getter/setter pair
frameRate BugseeFrameRate
Video capturing frame rate
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDataSize int
Bugsee will avoid using more disk space than specified (in MB). If total Bugsee data size exceeds specified value, oldest recordings (even not sent) will be removed. Value should not be smaller than 10.
getter/setter pair
maxNetworkBodySize int
The maximal size of network request/response body.
getter/setter pair
maxRecordingTime int
Maximum recording duration
getter/setter pair
monitorNetwork bool
Capture network traffic
getter/setter pair
reportDescriptionRequired bool
Controls whether Description field is defined as mandatory in bug reporting UI
getter/setter pair
reportEmailRequired bool
Controls whether Email field is defined as mandatory in bug reporting UI
getter/setter pair
reportLabelsEnabled bool
Controls whether Labels field is enabled in bug reporting UI
getter/setter pair
reportLabelsRequired bool
Controls whether Labels field is defined as mandatory in bug reporting UI
getter/setter pair
reportPrioritySelector bool
Allow user to modify priority when reporting manually
getter/setter pair
reportSummaryRequired bool
Controls whether Summary field is defined as mandatory in bug reporting UI
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshotEnabled bool
Attach screenshot to a report.
getter/setter pair
shakeToReport bool
Shake gesture to trigger report
getter/setter pair
videoEnabled bool
Enable video recording
getter/setter pair
videoScale double
Enable video recording
getter/setter pair
viewHierarchyEnabled bool
Enable View hierarchy capturing
getter/setter pair
wifiOnlyUpload bool
Upload reports only when a device is connected to a wifi network.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCustomOption(String key, dynamic value) → void
Adds specified custom launch option
setDefaults() → void
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String index) → dynamic
operator []=(String index, dynamic value) → void