GroupCall.StateStopped Field

Definition

Indicates that the group call is in a stopped state

        This can be reported after network action or after calling <code data-dev-comment-type="c">#close</code>.
[Android.Runtime.Register("STATE_STOPPED", ApiSince=29)]
public const int StateStopped = 1;
[<Android.Runtime.Register("STATE_STOPPED", ApiSince=29)>]
val mutable StateStopped : int

Field Value

Value = 1
Attributes

Remarks

Indicates that the group call is in a stopped state

This can be reported after network action or after calling #close.

Java documentation for android.telephony.mbms.GroupCall.STATE_STOPPED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to