Lingua

CallAttributes.SupportsVideoCalling Campo

Definizione

Attenzione

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

La chiamata supporta le videochiamate.

[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

Valore del campo

Value = 16

Implementazioni

Attributi

Commenti

La chiamata supporta le videochiamate. Ciò consente ai client di controllare le videochiamate per ogni chiamata anziché registrare nuovamente l'account telefonico.

per android.telecom.CallAttributes.SUPPORTS_VIDEO_CALLING.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a