Sprache

AppInteractionAttribution.InteractionTypeOther Feld

Definition

Achtung

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

Gibt einen Interaktionstyp an, der nicht von anderen vordefinierten Konstanten abgedeckt wird.

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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Gibt einen Interaktionstyp an, der nicht von anderen vordefinierten Konstanten abgedeckt wird.

Wenn dieser Typ verwendet wird, muss eine benutzerdefinierte Interaktionstypzeichenfolge über Builder.setCustomInteractionType bereitgestellt werden.

Android-Referenz für android.app.AppInteractionAttribution.INTERACTION_TYPE_OTHER.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: