Dialog 类
继承 View
自定义View弹窗
变量
_priveta_class_name : string
name : string
方法
cancelable
设置点击蒙版是否可取消
@note 默认可点击可消失
参数
- cancelable : boolean 点击蒙版是否可取消
返回值
- : Dialog
cancelable
获取点击蒙版是否可取消状态
返回值
- 布尔值 : boolean
show
显示弹窗
返回值
- : Dialog
dismiss
取消弹窗显示
返回值
- : Dialog
dialogDisAppear
dialog消失回调
回调格式:
```
function()
end
```
参数
- disAppearCallback : function()
返回值
- : Dialog
setContent
设置内容View
参数
- content : View 自定义内容view
返回值
- : Dialog
setDimAmount
设置背景黑色阴影alpha值
参数
- alpha : number alpha值,范围0~1
返回值
- : Dialog