Connection.VideoProvider.HandleCallSessionEvent(VideoSessionEvent) Method

Definition

Used to inform listening InCallService implementations when the VideoProvider reports a call session event.

[Android.Runtime.Register("handleCallSessionEvent", "(I)V", "GetHandleCallSessionEvent_IHandler", ApiSince=23)]
public virtual void HandleCallSessionEvent (Android.Telecom.VideoSessionEvent e);
[<Android.Runtime.Register("handleCallSessionEvent", "(I)V", "GetHandleCallSessionEvent_IHandler", ApiSince=23)>]
abstract member HandleCallSessionEvent : Android.Telecom.VideoSessionEvent -> unit
override this.HandleCallSessionEvent : Android.Telecom.VideoSessionEvent -> unit

Parameters

Attributes

Remarks

Used to inform listening InCallService implementations when the VideoProvider reports a call session event.

Received by the InCallService via InCallService.VideoCall.Callback#onCallSessionEvent(int).

Java documentation for android.telecom.Connection.VideoProvider.handleCallSessionEvent(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