Idioma

CallAttributes.SupportsVideoCalling Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.

A chamada dá suporte à chamada de vídeo.

[Android.Runtime.Register("SUPPORTS_VIDEO_CALLING", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.", true)]
public const Android.Telecom.CallCapabilities SupportsVideoCalling = 16;
[<Android.Runtime.Register("SUPPORTS_VIDEO_CALLING", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.", true)>]
val mutable SupportsVideoCalling : Android.Telecom.CallCapabilities

Valor do campo

Value = 16

Implementações

Atributos

Comentários

A chamada dá suporte à chamada de vídeo. Isso permite que os clientes insiram chamadas de vídeo por chamada em vez de registrar novamente a conta telefônica.

Java documentação para android.telecom.CallAttributes.SUPPORTS_VIDEO_CALLING.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a