Windows(C++)[v1.7.5.0]
|
用户反馈信息,用于发送用户反馈。 更多...
#include <PanoRtcDefs.h>
Public 属性 | |
FeedbackType | type = FeedbackType::General |
const char * | productName = nullptr |
const char * | description = nullptr |
const char * | contact = nullptr |
const char * | extraInfo = nullptr |
bool | uploadLogs = false |
用户反馈信息,用于发送用户反馈。
const char* FeedbackInfo::contact = nullptr |
联系信息,utf-8 格式字符串。
const char* FeedbackInfo::description = nullptr |
问题详细描述,utf-8 格式字符串。 最多1024字节
const char* FeedbackInfo::extraInfo = nullptr |
附加信息,utf-8 格式字符串。
const char* FeedbackInfo::productName = nullptr |
产品名,utf-8 格式字符串。 最多128字节
FeedbackType FeedbackInfo::type = FeedbackType::General |
反馈类型。
bool FeedbackInfo::uploadLogs = false |
是否上传日志。