We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
不想自定义样式,直接使用内置样式NormalDialog。 只有onDismiss能拿到数据
dialog.setOnDismissListener { Log.d("dialog", "dismiss dialog") }
其他的Listener都没回调数据,比如:
dialog.setOnBtnClickL(OnBtnClickL { Log.d("dialog", "button is pressed") }) dialog.setOnCancelListener{ Log.d("dialog", "on cancel") } dialog.setOnShowListener { Log.d("dialog", "on show") }
这三个都没有显示
The text was updated successfully, but these errors were encountered:
No branches or pull requests
不想自定义样式,直接使用内置样式NormalDialog。
只有onDismiss能拿到数据
其他的Listener都没回调数据,比如:
这三个都没有显示
The text was updated successfully, but these errors were encountered: