RemoteConnection.VideoProvider.Callback.OnCallSessionEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports a call session event received from the Connection.VideoProvider associated with a RemoteConnection.
[Android.Runtime.Register("onCallSessionEvent", "(Landroid/telecom/RemoteConnection$VideoProvider;I)V", "GetOnCallSessionEvent_Landroid_telecom_RemoteConnection_VideoProvider_IHandler", ApiSince=23)]
public virtual void OnCallSessionEvent(Android.Telecom.RemoteConnection.VideoProvider videoProvider, Android.Telecom.VideoSessionEvent e);
[<Android.Runtime.Register("onCallSessionEvent", "(Landroid/telecom/RemoteConnection$VideoProvider;I)V", "GetOnCallSessionEvent_Landroid_telecom_RemoteConnection_VideoProvider_IHandler", ApiSince=23)>]
abstract member OnCallSessionEvent : Android.Telecom.RemoteConnection.VideoProvider * Android.Telecom.VideoSessionEvent -> unit
override this.OnCallSessionEvent : Android.Telecom.RemoteConnection.VideoProvider * Android.Telecom.VideoSessionEvent -> unit
Parameters
- videoProvider
- RemoteConnection.VideoProvider
The RemoteConnection.VideoProvider invoking this method.
- Attributes
Remarks
Reports a call session event received from the Connection.VideoProvider associated with a RemoteConnection.
Android reference for android.telecom.RemoteConnection.VideoProvider.Callback.onCallSessionEvent.
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.