评分
发送评分:
@参数说明:
| 参数 | 类型 | 描述 |
|---|---|---|
| contentScore | int | 教学内容评分,区间[1,30] |
| methodScore | int | 教学方法评分,区间[1,30] |
| effectScore | int | 教学效果评分,区间[1,40] |
| msg | String | 留言消息 |
| callback | com.talkfun.sdk.event.Callback | 回调 |
调用示例:
HtSdk.getInstance().sendScore(contentScore,methodScore,effectScore,msg,callback);