Share via


PrintService.ServiceInterface Field

Definition

The Intent action that must be declared as handled by a service in its manifest for the system to recognize it as a print service.

[Android.Runtime.Register("SERVICE_INTERFACE")]
public const string ServiceInterface;
[<Android.Runtime.Register("SERVICE_INTERFACE")>]
val mutable ServiceInterface : string

Field Value

Attributes

Remarks

The Intent action that must be declared as handled by a service in its manifest for the system to recognize it as a print service.

Java documentation for android.printservice.PrintService.SERVICE_INTERFACE.

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.

Applies to