Package io.rong.imkit.feature.recallEdit
Class RecallEditCountDownTimer
-
- All Implemented Interfaces:
public class RecallEditCountDownTimer
用于撤回消息,保持重新编辑状态倒计时的类
-
-
Constructor Summary
Constructors Constructor Description RecallEditCountDownTimer(String messageId, RecallEditCountDownTimerListener listener, long millisInFuture)
-
Method Summary
Modifier and Type Method Description void
start()
void
cancel()
void
setListener(RecallEditCountDownTimerListener listener)
-
-
Method Detail
-
start
void start()
-
cancel
void cancel()
-
setListener
void setListener(RecallEditCountDownTimerListener listener)
-
-
-
-