次の方法で共有


MediaRoute2ProviderService.ReasonRouteNotAvailable フィールド

定義

注意事項

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

要求されたルートが使用できなくなったため、要求は失敗しました。

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

フィールド値

Value = 3
属性

注釈

要求されたルートが使用できなくなったため、要求は失敗しました。

の Java ドキュメント android.media.MediaRoute2ProviderService.REASON_ROUTE_NOT_AVAILABLE

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

適用対象