Home > SYS_MessageBox > showInformationMessage
SYS_MessageBox.showInformationMessage() method
显示消息框
Signature
typescript
showInformationMessage(content: string, title?: string, buttonTitle?: string): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
content | string | 消息文本,支持使用 |
title | string | (Optional) 消息框标题 |
buttonTitle | string | (Optional) 按钮标题,为空则不显示按钮 |
Returns
void
Remarks
显示一个文字消息提示框