-
Notifications
You must be signed in to change notification settings - Fork 207
Dialog
xu_whale edited this page Sep 7, 2020
·
9 revisions
自定义View弹窗
Dialog() 构造方法
cancelable(boolean cancelable)
设置点击蒙版是否可取消
获取点击蒙版是否可取消状态
show()
显示弹窗
dismiss()
取消弹窗显示
dialogDisAppear(function disAppearCallback)
dialog消失回调
setContent(View content)
设置内容View
setDimAmount(number alpha)
设置背景黑色阴影alpha值