次の方法で共有


RouteListingPreference.Item.SelectionBehaviorTransfer フィールド

定義

注意事項

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

ユーザが対応するルートを選択した場合、メディアは前記ルートに転送する。

[Android.Runtime.Register("SELECTION_BEHAVIOR_TRANSFER", 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 SelectionBehaviorTransfer = 1;
[<Android.Runtime.Register("SELECTION_BEHAVIOR_TRANSFER", 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 SelectionBehaviorTransfer : Android.Media.RouteListingItemSelectionBehavior

フィールド値

Value = 1

実装

属性

注釈

ユーザが対応するルートを選択した場合、メディアは前記ルートに転送する。

の Java ドキュメントandroid.media.RouteListingPreference.Item.SELECTION_BEHAVIOR_TRANSFER

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象