f.MessageBox().show()

f.MessageBox().show()

개요

show()를 통해 메세지박스를 띄웁니다.

예시

// Some code
let msgBox = f.MessageBox();
...
msgBox.show();

Last updated

Was this helpful?