ContentCaptureContext.ForLocusId(String) Method

Definition

Helper that creates a ContentCaptureContext associated with the given id.

[Android.Runtime.Register("forLocusId", "(Ljava/lang/String;)Landroid/view/contentcapture/ContentCaptureContext;", "", ApiSince=29)]
public static Android.Views.ContentCaptures.ContentCaptureContext ForLocusId (string id);
[<Android.Runtime.Register("forLocusId", "(Ljava/lang/String;)Landroid/view/contentcapture/ContentCaptureContext;", "", ApiSince=29)>]
static member ForLocusId : string -> Android.Views.ContentCaptures.ContentCaptureContext

Parameters

id
String

Returns

Attributes

Remarks

Helper that creates a ContentCaptureContext associated with the given id.

Java documentation for android.view.contentcapture.ContentCaptureContext.forLocusId(java.lang.String).

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