Notification
Engage with your users by using our notification and dialog functions.
Last updated
Engage with your users by using our notification and dialog functions.
Last updated
Show a native alert message over the UI in the application. Returns the clicked button, by default the only button is OK
.
name | type | Required | default |
---|---|---|---|
Here is a list of errors that can be thrown when calling this function in addition to generic errors:
title
String
β
-
message
String
-
-
buttons
Array<String>
-
['ok']