The fields of Android.PrintServices.PrintService are listed below. For a list of all members, see the PrintService Members list.
See Also: Inherited members from Android.App.Service
const | ExtraPrinterInfo | string. If you declared an optional activity with advanced print options via the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#advancedPrintOptionsActivity attribute, this extra is used to pass in the currently selected printer's Android.Print.PrinterInfo to your activity allowing you to inspect it. |
const | ExtraPrintJobInfo | string. If you declared an optional activity with advanced print options via the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#advancedPrintOptionsActivity attribute, this extra is used to pass in the currently constructed Android.Print.PrintJobInfo to your activity allowing you to modify it. |
const | ServiceInterface | string. The Android.Content.Intent action that must be declared as handled by a service in its manifest for the system to recognize it as a print service. |
const | ServiceMetaData | string. Name under which a Android.PrintServices.PrintService component publishes additional information about itself. |