PrintService.ExtraPrinterInfo Field

Definition

If you declared an optional activity with advanced print options via the android.R.attr#advancedPrintOptionsActivity 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.

[Android.Runtime.Register("EXTRA_PRINTER_INFO")]
public const string ExtraPrinterInfo;
[<Android.Runtime.Register("EXTRA_PRINTER_INFO")>]
val mutable ExtraPrinterInfo : string

Field Value

Attributes

Remarks

If you declared an optional activity with advanced print options via the android.R.attr#advancedPrintOptionsActivity 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.

Java documentation for android.printservice.PrintService.EXTRA_PRINTER_INFO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also