Home > SYS_Dialog > showInformationMessage
SYS_Dialog.showInformationMessage() method
弹出消息窗口
签名
typescript
showInformationMessage(content: string, title?: string, buttonTitle?: string): void;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
content | string | 消息文本,支持使用 |
title | string | (Optional) 弹出窗口标题 |
buttonTitle | string | (Optional) 按钮标题,为空则不显示按钮 |
返回值
void
备注
显示一个文字消息窗口