PrinterDiscoverySession.RemovePrinters(IList<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.
Removes added printers.
[Android.Runtime.Register("removePrinters", "(Ljava/util/List;)V", "")]
public void RemovePrinters (System.Collections.Generic.IList<Android.Print.PrinterId> printerIds);
[<Android.Runtime.Register("removePrinters", "(Ljava/util/List;)V", "")>]
member this.RemovePrinters : System.Collections.Generic.IList<Android.Print.PrinterId> -> unit
Parameters
- Attributes
Remarks
Removes added printers. Removing an already removed or never added printer has no effect. Removed printers can be added again. You can call this method multiple times during the lifetime of this session.
<strong>Note: </strong> Calls to this method after the session is destroyed, that is after the #onDestroy()
callback, will be ignored.
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.