Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使ってCountDownTimerメッセージを送ります。アプリを閉じるとこれが機能するのだろうか?
CountDownTimer
これが私のコードです:
new CountDownTimer(waitTime*1000, 1000) { public void onTick(long millisUntilFinished) {} public void onFinish() { forSend(); } }.start();