Interface ResponseAppearance


public interface ResponseAppearance
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the default appearance.
    static final int
    used to draw attention to the potentially damaging
    consequences of using the response.
    static final int
    used to denote important responses such as the
    affirmative action.
  • Field Details

    • DEFAULT

      static final int DEFAULT
      the default appearance.
      See Also:
    • SUGGESTED

      static final int SUGGESTED
      used to denote important responses such as the
      affirmative action.
      See Also:
    • DESTRUCTIVE

      static final int DESTRUCTIVE
      used to draw attention to the potentially damaging
      consequences of using the response. This appearance acts as a warning to
      the user.
      See Also: