消息对话框
Properties:
Name | Type | Description |
---|---|---|
visible |
bool | 是否可见 |
cancelable |
bool | 是否允许点击空白区域取消显示,仅限Android |
title |
string | 标题 |
message |
string | 副标题,内容 |
cancel |
string | 取消标题 |
confirm |
string | 确认标题 |
onConfirm |
func | 确认点击回调 |
onCancel |
func | 取消点击回调 |
onDismiss |
func | 对话框消失回调 |