FeedbackInfo class

Feedback info class, user can send feedback to PANO.

用户反馈信息类,用于发送用户反馈。*/

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

FeedbackInfo(FeedbackType type, String productName, String detailDescription, {String? contact, String? extraInfo, bool? uploadLogs = false})
Constructs a FeedbackInfo

Properties

contact String?
User contact, max length 128 bytes.
getter/setter pair
detailDescription String
Detail description of problem, max length 1024 bytes.
getter/setter pair
extraInfo String?
User extra info, max length 256 bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
productName String
Product name, max length 128 bytes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FeedbackType
Feedback type. Default: kPanoFeedbackGeneral.
getter/setter pair
uploadLogs bool?
Whether to upload logs. Default: NO.
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