IGroupCallCallback.OnGroupCallStateChanged(Int32, Int32) Method

Definition

Called to indicate this call has changed state.

[Android.Runtime.Register("onGroupCallStateChanged", "(II)V", "GetOnGroupCallStateChanged_IIHandler:Android.Telephony.Mbms.IGroupCallCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public virtual void OnGroupCallStateChanged (int state, int reason);
[<Android.Runtime.Register("onGroupCallStateChanged", "(II)V", "GetOnGroupCallStateChanged_IIHandler:Android.Telephony.Mbms.IGroupCallCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member OnGroupCallStateChanged : int * int -> unit
override this.OnGroupCallStateChanged : int * int -> unit

Parameters

state
Int32
reason
Int32
Attributes

Remarks

Called to indicate this call has changed state.

See GroupCall#STATE_STOPPED, GroupCall#STATE_STARTED and GroupCall#STATE_STALLED.

Java documentation for android.telephony.mbms.GroupCallCallback.onGroupCallStateChanged(int, int).

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