Condividi tramite


Call.Details.PropertyIsAdhocConference Campo

Definizione

Attenzione

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

Indica che la chiamata è una conferenza telefonica ad hoc.

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

Valore del campo

Value = 8192
Attributi

Commenti

Indica che la chiamata è una conferenza telefonica ad hoc. Questa proprietà può essere impostata sia per le chiamate in ingresso che in uscita. Viene creata una conferenza adhoc usando #addConferenceParticipants(List), TelecomManager#addNewIncomingConference(PhoneAccountHandle, Bundle)o TelecomManager#startConference(List, Bundle), anziché unendo una chiamata esistente tramite #conference(Call).

Documentazione java per android.telecom.Call.Details.PROPERTY_IS_ADHOC_CONFERENCE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a