Android.PrintServices.PrintService: Method Members

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

Public Methods

GeneratePrinterId(string) : Android.Print.PrinterId
Generates a global printer id given the printer's locally unique one.
override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.

Protected Methods

override
AttachBaseContext(Android.Content.Context)
Set the base context for this ContextWrapper.
OnConnected()
The system has connected to this service.
abstract
OnCreatePrinterDiscoverySession() : Android.PrintServices.PrinterDiscoverySession
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.