Schnittstelle PrintOperationResult


public interface PrintOperationResult
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The print settings should be stored.
    static final int
    The print operation has been canceled,
    the print settings should not be stored.
    static final int
    An error has occurred.
    static final int
    The print operation is not complete
    yet.
  • Felddetails

    • ERROR

      static final int ERROR
      An error has occurred.
      Siehe auch:
    • APPLY

      static final int APPLY
      The print settings should be stored.
      Siehe auch:
    • CANCEL

      static final int CANCEL
      The print operation has been canceled,
      the print settings should not be stored.
      Siehe auch:
    • IN_PROGRESS

      static final int IN_PROGRESS
      The print operation is not complete
      yet. This value will only be returned when running asynchronously.
      Siehe auch: