AppInteractionAttribution.Builder(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of this builder class.
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)]
public Builder(int interactionType);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)>]
new Android.App.AppInteractionAttribution.Builder : int -> Android.App.AppInteractionAttribution.Builder
Parameters
- interactionType
- Int32
The interaction type. Must be one of AppInteractionAttribution#INTERACTION_TYPE_OTHER, AppInteractionAttribution#INTERACTION_TYPE_USER_QUERY, or AppInteractionAttribution#INTERACTION_TYPE_USER_SCHEDULED. If AppInteractionAttribution#INTERACTION_TYPE_OTHER is used, #setCustomInteractionType(String) must also be called.
- Attributes
Remarks
Creates a new instance of this builder class.
Android reference for android.app.AppInteractionAttribution.Builder.Builder.
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.