言語

AppInteractionAttribution.InteractionTypeUserQuery フィールド

定義

注意事項

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

アプリの操作がユーザー クエリの直接の結果としてトリガーされたことを示します。

[Android.Runtime.Register("INTERACTION_TYPE_USER_QUERY", 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 InteractionTypeUserQuery = 1;
[<Android.Runtime.Register("INTERACTION_TYPE_USER_QUERY", 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 InteractionTypeUserQuery : Android.App.AppInteractionAttributionInteractionType

フィールド値

Value = 1

実装

属性

注釈

アプリの操作がユーザー クエリの直接の結果としてトリガーされたことを示します。

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

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

適用対象