-
Notifications
You must be signed in to change notification settings - Fork 36
Wii U Dialog API
Jay edited this page Nov 28, 2020
·
2 revisions
wiiuDialog
is a global JavaScript object that exposes an API for interacting with specific functions of the Miiverse Applet.
-
Usage:
Shows the loading symbol in the corner of the screen
-
Usage:
Hides the loading symbol in the corner of the screen
-
Arguments:
-
{String}
Message String -
{String}
Left Button Label -
{String}
Right Button Label
-
-
Returns:
{bool}
-
Usage:
Shows a confirmation box with the inputted strings. returns true if right button is chosen, and false if the left button is chosen
-
Arguments:
-
{String}
Message String -
{String}
Button Label
-
-
Usage:
Shows an alert box with the inputted strings.