PrinterDiscoverySession.OnStopPrinterStateTracking(PrinterId) Method

Definition

Callback asking you to stop tracking the state of a printer.

[Android.Runtime.Register("onStopPrinterStateTracking", "(Landroid/print/PrinterId;)V", "GetOnStopPrinterStateTracking_Landroid_print_PrinterId_Handler")]
public abstract void OnStopPrinterStateTracking (Android.Print.PrinterId printerId);
[<Android.Runtime.Register("onStopPrinterStateTracking", "(Landroid/print/PrinterId;)V", "GetOnStopPrinterStateTracking_Landroid_print_PrinterId_Handler")>]
abstract member OnStopPrinterStateTracking : Android.Print.PrinterId -> unit

Parameters

printerId
PrinterId

The printer to stop tracking.

Attributes

Remarks

Callback asking you to stop tracking the state of a printer. The passed in printer id is the one for which you received a call to #onStartPrinterStateTracking(PrinterId).

Java documentation for android.printservice.PrinterDiscoverySession.onStopPrinterStateTracking(android.print.PrinterId).

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