[6.3.0]一键停服
This commit is contained in:
@@ -125,19 +125,7 @@ public class ReceivedAck {
|
||||
this.receivedAck = receivedAck;
|
||||
}
|
||||
|
||||
/**
|
||||
* 确认是否收到回执
|
||||
*
|
||||
* @param msgId 下发的消息id
|
||||
* @return 是否收到回执
|
||||
*/
|
||||
public boolean isReceiptReceived(long msgId) {
|
||||
Log.i("ReceivedAck", "消息=" + msgId + " 结果=" + toString());
|
||||
if (status == Status.NORMAL) {
|
||||
return this.msgId == msgId;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user