User guide

Developers guidelines | AT commands
63 June 2010
2 CONFIRMATION
A CONFIRMATION AlertType confirms user actions.
For example, “Saved!” might be shown to indicate
that a Save operation has completed
3 ERROR
An ERROR AlertType alerts the user to an errone-
ous operation. For example, an error alert might
show the message, “There is not enough room to
install the application”
4 INFO
An INFO AlertType provides information to the user.
For example, a simple splash screen might be an
INFO AlertType
5 WARNING
A WARNING AlertType warns the user of a poten-
tially dangerous operation. For example, the warn-
ing message may contain the text, “Warning: this
operation will erase your data”
6 TEXT FEEDBACK
A text feedback is a popup box with a message to
the user. Note: No <title> should be given
It is possible to set a timeout in the <timeout>
parameter
<image>:
<icon_id> Description
Integer The specific ID number of the icon that should be
displayed
<object_index>:
<object_index> Description
Integer type Index of the alert
<show>:
<show> Description
Integer type Tells whether the GUI object will be visible on the
screen directly when created. If <show> = 0 then it
is possible to use the AT*SESAF command to
display the object later
0 Object will not be displayed when created
1 Object will be displayed when created
<timeout>:
<alert_type> Description