VideoCall
Callback
VideoCall()
VideoCall(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
RegisterCallback(Callback)
RegisterCallback(Callback, Handler)
RequestCallDataUsage()
RequestCameraCapabilities()
SendSessionModifyRequest(VideoProfile)
SendSessionModifyResponse(VideoProfile)
SetCamera(String)
SetDeviceOrientation(Int32)
SetDisplaySurface(Surface)
SetPauseImage(Uri)
SetPreviewSurface(Surface)
SetZoom(Single)
UnregisterCallback(Callback)
monoandroid
namespace Android.Telecom
{
[Register("android/telecom/InCallService", ApiSince = 23, DoNotGenerateAcw = true)]
public abstract class InCallService : Service
{
[Register("android/telecom/InCallService$VideoCall", ApiSince = 23, DoNotGenerateAcw = true)]
public abstract class VideoCall : Object
{
[Register("setCamera", "(Ljava/lang/String;)V", "GetSetCamera_Ljava_lang_String_Handler", ApiSince = 23)]
public abstract void SetCamera(string? cameraId);
}
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API