-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to hide toast? #9
Comments
@LKTPD |
如果还有问题要反馈,可以选择重新打开 |
Dear @MMMzq Thanks for this sweet work but I can't understand Kanji or Chinese char I was trying to translate and try to do as you explain but I don't do it very well can you do a simple example to close BotToast.showLoading(); |
Of course ! CancelFunc cancel = BotToast.showLoading(); //popup loading toast
cancel(); //close loading toast Note: all |
Thank you, I was wondering how to use cancelFun in the correct way. |
@MMMzq Is there a way to cancel all currently open BotToasts? |
|
Just what I needed thanks! Amazing work by the way! |
你好!对应BotToast.showLoading(),可否考虑增加hideLoading(),默认不是showLoading的Duration参数,一直显示等待界面,而当后续流程中用户可以通过代码调用hideLoading()手动结束Loading显示。谢谢! @MMMzq
The text was updated successfully, but these errors were encountered: