StreamingService.ReasonFrequencyConflict フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.

別の要求されたストリームとの頻度の競合が原因で状態が変更されました。

[Android.Runtime.Register("REASON_FREQUENCY_CONFLICT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.", true)]
public const Android.Telephony.Mbms.StreamingStateChangedReason ReasonFrequencyConflict = 3;
[<Android.Runtime.Register("REASON_FREQUENCY_CONFLICT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.", true)>]
val mutable ReasonFrequencyConflict : Android.Telephony.Mbms.StreamingStateChangedReason

フィールド値

Value = 3
属性

注釈

別の要求されたストリームとの頻度の競合が原因で状態が変更されました。

の Java ドキュメント android.telephony.mbms.StreamingService.REASON_FREQUENCY_CONFLICT

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

適用対象