GroupCall.StateStalled Field

Definition

Indicates that the group call is stalled.

[Android.Runtime.Register("STATE_STALLED", ApiSince=29)]
public const int StateStalled = 3;
[<Android.Runtime.Register("STATE_STALLED", ApiSince=29)>]
val mutable StateStalled : int

Field Value

Value = 3
Attributes

Remarks

Indicates that the group call is stalled.

This may be due to a network issue or the device being temporarily out of range.

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

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