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.
SMSを受信したときなどのイベントが発生したときにしばらく(たとえば2秒)ダイアログを表示し、2秒後に自動的に非表示にします。
codenameoneでそれを行うにはどうすればよいですか?
このDialogクラスにはshow()、引数の1つとしてタイムアウトを受け入れるメソッドがあります。setTimeout私が正しく覚えていれば、ダイアログインスタンスを使用する方法もあります。
Dialog
show()
setTimeout