Android.PrintServices.PrinterDiscoverySession.TrackedPrinters Property
Gets the printers that should be tracked.

Syntax

[get: Android.Runtime.Register("getTrackedPrinters", "()Ljava/util/List;", "GetGetTrackedPrintersHandler")]
public IList<Android.Print.PrinterId> TrackedPrinters { get; }

See Also

PrinterDiscoverySession.OnStartPrinterStateTracking(Android.Print.PrinterId)
PrinterDiscoverySession.OnStopPrinterStateTracking(Android.Print.PrinterId)
PrinterDiscoverySession.IsDestroyed

Value

Documentation for this section has not yet been entered.

Remarks

Gets the printers that should be tracked. These are printers that are important to the user and for which you received a call to PrinterDiscoverySession.OnStartPrinterStateTracking(Android.Print.PrinterId) asking you to observer their state and reporting it to the system via PrinterDiscoverySession.addPrinters(java.util.List<android.print.PrinterInfo>). You will receive a call to PrinterDiscoverySession.OnStopPrinterStateTracking(Android.Print.PrinterId) if you should stop tracking a printer.

Note: Calls to this method after the session is destroyed, that is after the PrinterDiscoverySession.OnDestroy callback, will be ignored.

[Android Documentation]

Requirements

Namespace: Android.PrintServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0