RouteListingPreference.Item.SelectionBehaviorGoToApp フィールド

定義

注意事項

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

ユーザーが対応するルートを選択すると、ユーザーがアプリケーションに移動します。

[Android.Runtime.Register("SELECTION_BEHAVIOR_GO_TO_APP", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSelectionBehavior enum directly instead of this field.", true)]
public const Android.Media.RouteListingItemSelectionBehavior SelectionBehaviorGoToApp = 2;
[<Android.Runtime.Register("SELECTION_BEHAVIOR_GO_TO_APP", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSelectionBehavior enum directly instead of this field.", true)>]
val mutable SelectionBehaviorGoToApp : Android.Media.RouteListingItemSelectionBehavior

フィールド値

Value = 2

実装

属性

注釈

ユーザーが対応するルートを選択すると、ユーザーがアプリケーションに移動します。

システムは、アプリに移動するために を使用 #getLinkedItemComponentName() します。

android.media.RouteListingPreference.Item.SELECTION_BEHAVIOR_GO_TO_APPJava ドキュメント。

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

適用対象