Intent.ActionViewLocus Field

Definition

Activity Action: Display an activity state associated with an unique LocusId.

[Android.Runtime.Register("ACTION_VIEW_LOCUS", ApiSince=29)]
public const string ActionViewLocus;
[<Android.Runtime.Register("ACTION_VIEW_LOCUS", ApiSince=29)>]
val mutable ActionViewLocus : string

Field Value

Implements

Attributes

Remarks

Activity Action: Display an activity state associated with an unique LocusId.

For example, a chat app could use the context to resume a conversation between 2 users.

Input: #EXTRA_LOCUS_ID specifies the unique identifier of the locus in the app domain. Should be stable across reboots and backup / restore.

Output: nothing.

Java documentation for android.content.Intent.ACTION_VIEW_LOCUS.

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