toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.utils.timer
/
CountDownTimer
Count
Down
Timer
public
abstract
class
CountDownTimer
Created by Android Studio. User: lvhongzhen Date: 2019-09-03 Time: 10:59
Members
Properties
is
Start
Link copied to clipboard
public
boolean
isStart
Functions
cancel
Link copied to clipboard
public
final
synchronized
void
cancel
(
)
Cancel the countdown.
is
Start
Link copied to clipboard
public
boolean
isStart
(
)
on
Finish
Link copied to clipboard
public
abstract
void
onFinish
(
)
Callback fired when the time is up.
on
Tick
Link copied to clipboard
public
abstract
void
onTick
(
long millisUntilFinished
)
Callback fired on regular interval.
start
Link copied to clipboard
public
final
synchronized
CountDownTimer
start
(
)
Start the countdown.