Share via


StreamingService.StateStalled Field

Definition

Caution

This constant will be removed in a future version. Use Android.Telephony.StreamingState enum directly instead of this field.

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

Field Value

Value = 3
Attributes

Applies to