Connection.VideoProvider.HandleCallSessionEvent(VideoSessionEvent) 方法

定义

用于在报告呼叫会话事件时VideoProvider通知侦InCallService听实现。

[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

参数

属性

注解

用于在报告呼叫会话事件时VideoProvider通知侦InCallService听实现。

通过 InCallServiceInCallService.VideoCall.Callback#onCallSessionEvent(int)

适用于 . 的 android.telecom.Connection.VideoProvider.handleCallSessionEvent(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于