gpt4 book ai didi

java - 如何使用 CountDownTimer 构造函数调用 Alarm Intent ?

转载 作者:行者123 更新时间:2023-12-01 15:44:00 24 4
gpt4 key购买 nike

我正在尝试使用 CountDownTimer 设置闹钟。我的时间以毫秒为单位。如何实现?

感谢任何帮助,并提前致谢...

最佳答案

CountDownTimer cntr_aCounter = new CountDownTimer(30000, 1000) {
public void onTick(long millisUntilFinished) {
}

public void onFinish() {
}};cntr_aCounter.start();

这里我设置了 30 秒倒计时。你可以按照这种方式继续。

关于java - 如何使用 CountDownTimer 构造函数调用 Alarm Intent ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7494583/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com