StreamingService.StateStarted 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_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