ShakeReportConfiguration class
Silent report configuration.
Set blackBoxData to include or exclude black-box from bug report. Set activityHistoryData to include or exclude activity from bug report. Set screenshot to include or exclude screenshot from bug report. Set video to include or exclude screenshot from bug report. Use showReportSentMessage to display or hide bug reported message.
Constructors
Properties
- activityHistoryData ↔ bool
-
getter/setter pair
- blackBoxData ↔ bool
-
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
- screenshot ↔ bool
-
getter/setter pair
- showReportSentMessage ↔ bool
-
getter/setter pair
- video ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited