Class RecallEditCountDownTimer
-
- All Implemented Interfaces:
public class RecallEditCountDownTimerCountdown timer for recalled messages to maintain the re-edit state.
-
-
Constructor Summary
Constructors Constructor Description RecallEditCountDownTimer(String messageId, RecallEditCountDownTimerListener listener, long millisInFuture)
-
Method Summary
Modifier and Type Method Description voidstart()voidcancel()voidsetListener(RecallEditCountDownTimerListener listener)-
-
Method Detail
-
start
void start()
-
cancel
void cancel()
-
setListener
void setListener(RecallEditCountDownTimerListener listener)
-
-
-
-