言語

AppInteractionAttribution.InteractionTypeOther フィールド

定義

注意事項

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

他の定義済みの定数でカバーされていない相互作用の種類を示します。

[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

フィールド値

Value = 0

実装

属性

注釈

他の定義済みの定数でカバーされていない相互作用の種類を示します。

この型を使用する場合は、Builder.setCustomInteractionType を使用してカスタム対話型の文字列を指定する必要があります。

android.app.AppInteractionAttribution.INTERACTION_TYPE_OTHERの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象