Schnittstelle DragCancelReason


public interface DragCancelReason
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Unspecified error.
    static final int
    There is no suitable drop target.
    static final int
    Drag cancelled by the user
  • Felddetails

    • NO_TARGET

      static final int NO_TARGET
      There is no suitable drop target.
      Siehe auch:
    • USER_CANCELLED

      static final int USER_CANCELLED
      Drag cancelled by the user
      Siehe auch:
    • ERROR

      static final int ERROR
      Unspecified error.
      Siehe auch: