Language

AppInteractionAttribution.InteractionType Property

Definition

Returns the type of interaction.

public int InteractionType { [Android.Runtime.Register("getInteractionType", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getInteractionType", "()I", "", ApiSince=37)>]
member this.InteractionType : int

Property Value

Value is one of the following: INTERACTION_TYPE_OTHER; INTERACTION_TYPE_USER_QUERY; INTERACTION_TYPE_USER_SCHEDULED

Attributes

Remarks

Returns the type of interaction.

Android reference for android.app.AppInteractionAttribution.getInteractionType.

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