StreamingService.StateStalled Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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