Language

InsightActionDetails.ActionHasRemoteAction Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.PersonalContext.Insight.InsightActionDetailsActionType enum directly instead of this field.

The action details contain a RemoteAction.

[Android.Runtime.Register("ACTION_HAS_REMOTE_ACTION", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.PersonalContext.Insight.InsightActionDetailsActionType enum directly instead of this field.", true)]
public const Android.App.PersonalContext.Insight.InsightActionDetailsActionType ActionHasRemoteAction = 2;
[<Android.Runtime.Register("ACTION_HAS_REMOTE_ACTION", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.PersonalContext.Insight.InsightActionDetailsActionType enum directly instead of this field.", true)>]
val mutable ActionHasRemoteAction : Android.App.PersonalContext.Insight.InsightActionDetailsActionType

Field Value

Value = 2

Implements

Attributes

Applies to