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