-
Gets the value of the alertType
property.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
When creating an Alert instance, users must pass in an
Alert.AlertType
enumeration value.
final void
Sets the value of the alertType
property.
Creates an alert with the given AlertType (refer to the
Alert.AlertType
documentation for clarification over which one is most appropriate).
Creates an alert with the given contentText, ButtonTypes, and AlertType
(refer to the
Alert.AlertType
documentation for clarification over which
one is most appropriate).