Enumeration

AdapResponseAppearance

since: 1.2

Declaration

enum Adap.ResponseAppearance

Description [src]

Describes the possible styles of AdapAlertDialog response buttons.

See adap_alert_dialog_set_response_appearance().

Available since: 1.2

Members

ADAP_RESPONSE_DEFAULT

The default appearance.

  • Value: 0
  • Nickname: default
  • Available since: 1.2
ADAP_RESPONSE_SUGGESTED

Used to denote important responses such as the affirmative action.

  • Value: 1
  • Nickname: suggested
  • Available since: 1.2
ADAP_RESPONSE_DESTRUCTIVE

Used to draw attention to the potentially damaging consequences of using the response. This appearance acts as a warning to the user.

  • Value: 2
  • Nickname: destructive
  • Available since: 1.2