PrinterDiscoverySession.OnStopPrinterStateTracking(PrinterId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
.
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.