Share via


StreamingService.StateStarted 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_STARTED", ApiSince=28)]
public const int StateStarted = 2;
[Android.Runtime.Register("STATE_STARTED", 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 StateStarted = 2;
[<Android.Runtime.Register("STATE_STARTED", ApiSince=28)>]
val mutable StateStarted : int
[<Android.Runtime.Register("STATE_STARTED", 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 StateStarted : int

Field Value

Value = 2
Attributes

Applies to