RouteListingPreference.Item.FlagOngoingSession フィールド

定義

注意事項

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

対応するルートは、このリスト設定を所有するアプリとのセッションを既にホストしています。

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

フィールド値

Value = 1

実装

属性

注釈

対応するルートは、このリスト設定を所有するアプリとのセッションを既にホストしています。

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

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

適用対象