The members of Android.PrintServices.PrinterDiscoverySession are listed below.
See Also: Inherited members from Java.Lang.Object
| Constructor. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | IsDestroyed | bool. Gets whether the session is destroyed. |
| [read-only] | IsPrinterDiscoveryStarted | bool. Gets whether printer discovery is started. |
| [read-only] | Printers | IList<Android.Print.PrinterInfo>. Gets the printers reported in this session. |
| [read-only] | TrackedPrinters | IList<Android.Print.PrinterId>. Gets the printers that should be tracked. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | ||