Android.PrintServices.PrinterDiscoverySession Members

The members of Android.PrintServices.PrinterDiscoverySession are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsDestroyedbool. Gets whether the session is destroyed.
[read-only]
IsPrinterDiscoveryStartedbool. Gets whether printer discovery is started.
[read-only]
PrintersIList<Android.Print.PrinterInfo>. Gets the printers reported in this session.
[read-only]
TrackedPrintersIList<Android.Print.PrinterId>. Gets the printers that should be tracked.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddPrinters(IList<Android.Print.PrinterInfo>)
Documentation for this section has not yet been entered.
abstract
OnDestroy()
Notifies you that the session is destroyed.
abstract
OnStartPrinterDiscovery(IList<Android.Print.PrinterId>)
Documentation for this section has not yet been entered.
abstract
OnStartPrinterStateTracking(Android.Print.PrinterId)
Callback asking you to start tracking the state of a printer.
abstract
OnStopPrinterDiscovery()
Callback notifying you that you should stop printer discovery.
abstract
OnStopPrinterStateTracking(Android.Print.PrinterId)
Callback asking you to stop tracking the state of a printer.
abstract
OnValidatePrinters(IList<Android.Print.PrinterId>)
Documentation for this section has not yet been entered.
RemovePrinters(IList<Android.Print.PrinterId>)
Documentation for this section has not yet been entered.