Android.Print.PrintJobInfo: Field Members

The fields of Android.Print.PrintJobInfo are listed below. For a list of all members, see the PrintJobInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
StateBlockedPrintJobState (4). Print job state: The print job is blocked.
const
StateCanceledPrintJobState (7). Print job state: The print job is canceled.
const
StateCompletedPrintJobState (5). Print job state: The print job is successfully printed.
const
StateCreatedPrintJobState (1). Print job state: The print job is being created but not yet ready to be printed.
const
StateFailedPrintJobState (6). Print job state: The print job was printing but printing failed.
const
StateQueuedPrintJobState (2). Print job state: The print jobs is created, it is ready to be printed and should be processed.
const
StateStartedPrintJobState (3). Print job state: The print job is being printed.