The methods of Android.PrintServices.PrintService are listed below. For a list of all members, see the PrintService Members list.
See Also: Inherited members from Android.App.Service
GeneratePrinterId(string)Generates a global printer id given the printer's locally unique one. | ||
override | OnBind(Android.Content.Intent)Return the communication channel to the service. | |
override | AttachBaseContext(Android.Content.Context)Set the base context for this ContextWrapper. | |
OnConnected()The system has connected to this service. | ||
abstract | OnCreatePrinterDiscoverySession()Callback asking you to create a new Android.PrintServices.PrinterDiscoverySession. | |
OnDisconnected()The system has disconnected from this service. | ||
abstract | OnPrintJobQueued(Android.PrintServices.PrintJob)Called when there is a queued print job for one of the printers managed by this print service. | |
abstract | OnRequestCancelPrintJob(Android.PrintServices.PrintJob)Called when cancellation of a print job is requested. | |