CallAttributes.VideoCall Campo

Definición

Precaución

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

Indica que se admite la transmisión de vídeo

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

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Indica que se admite la transmisión de vídeo

Java documentación para android.telecom.CallAttributes.VIDEO_CALL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a