ContentCaptureManager.ServiceComponentName Property

Definition

Returns the component name of the system service that is consuming the captured events for the current user.

public Android.Content.ComponentName? ServiceComponentName { [Android.Runtime.Register("getServiceComponentName", "()Landroid/content/ComponentName;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getServiceComponentName", "()Landroid/content/ComponentName;", "", ApiSince=29)>]
member this.ServiceComponentName : Android.Content.ComponentName

Property Value

Attributes

Remarks

Returns the component name of the system service that is consuming the captured events for the current user.

Java documentation for android.view.contentcapture.ContentCaptureManager.getServiceComponentName().

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