Creates information popup window.
Return: undefined
Table of contents
UX1 only
The aps/alert
method is the simplest way to pop up a screen with a title and message to attract attention
of a user.
The method allows you to specify the title and description of what you need to show.
The method accepts a single input object containing two string properties, a tile and description:
alert({
title: "any title",
description: "any message"
});
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
Object
|
An object with the following properties: |