PrintService API

E745334

PrintService API is an Android interface that allows apps and print service plugins to integrate with the system print framework to discover printers and manage print jobs.

All labels observed (2)

Label Occurrences
PrintService 1
PrintService API canonical 1

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf Android API
software interface
allows monitoring print job progress
reporting printer capabilities to the system
reporting printer status to the system
submitting print jobs to printers
category printing API
compatibleWith Android runtime
configuredVia AndroidManifest.xml
documentationURL https://developer.android.com/reference/android/printservice/PrintService
enables communication between apps and printers via print services
exposesClass android.printservice.PrintJob
linked to: PrintJob API

android.printservice.PrintService
android.printservice.PrinterDiscoverySession
interactsWith Android system print spooler
PrintManager API
introducedIn Android 4.4 KitKat
invokedBy Android print spooler when print jobs are created
language Java
license Android Open Source Project license
lifecycleManagedBy Android system
linked to: Android
maintainedBy Google
namespace android.printservice
partOf Android printing framework
platform Android
providedBy Android framework
purpose to discover printers
to integrate print services with the Android system print framework
to manage print jobs
relatedTo Android Print Framework
Android Printing
linked to: PrintManager API
requires Android manifest service declaration with android.printservice.PrintService
requiresPermission android.permission.BIND_PRINT_SERVICE
supportsFeature cancellation of print jobs
custom printer options via print service
print job queuing
print job state tracking
printer discovery
supportsPlatform Android mobile devices
Android tablets
usedBy Android applications
Android print service plugins
usedFor implementing cloud print services on Android
implementing vendor-specific print service plugins

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

PrintManager usedWith PrintService
subject linked to: PrintManager API
linked to: PrintService API