Share via


StreamingService.StateStopped 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_STOPPED", ApiSince=28)]
public const int StateStopped = 1;
[Android.Runtime.Register("STATE_STOPPED", 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 StateStopped = 1;
[<Android.Runtime.Register("STATE_STOPPED", ApiSince=28)>]
val mutable StateStopped : int
[<Android.Runtime.Register("STATE_STOPPED", 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 StateStopped : int

Field Value

Value = 1
Attributes

Applies to