# Titanium.UI.iOS.AlertDialogStyle

A set of constants for the style that can be used for the style property of Titanium.UI.AlertDialog.

Availability
5.4.0
9.2.0

# Constants

# DEFAULT

Availability
5.4.0
9.2.0
DEFAULT :Number

A standard alert dialog. This is the default value.


# LOGIN_AND_PASSWORD_INPUT

Availability
5.4.0
9.2.0
LOGIN_AND_PASSWORD_INPUT :Number

An alert dialog that allows the user to enter login identifier and password.


# PLAIN_TEXT_INPUT

Availability
5.4.0
9.2.0
PLAIN_TEXT_INPUT :Number

An alert dialog that allows the user to enter text.


# SECURE_TEXT_INPUT

Availability
5.4.0
9.2.0
SECURE_TEXT_INPUT :Number

An alert dialog that allows the user to enter text. The text field is obscured.