Compartilhar via


Call.Details.PropertyIsAdhocConference Campo

Definição

Cuidado

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

Indica que a chamada é uma chamada de conferência adhoc.

[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

Valor do campo

Value = 8192
Atributos

Comentários

Indica que a chamada é uma chamada de conferência adhoc. Essa propriedade pode ser definida para chamadas de entrada e saída. Uma chamada de conferência adhoc é formada usando #addConferenceParticipants(List), TelecomManager#addNewIncomingConference(PhoneAccountHandle, Bundle)ou TelecomManager#startConference(List, Bundle), em vez de mesclar a chamada existente usando #conference(Call).

Documentação Java para android.telecom.Call.Details.PROPERTY_IS_ADHOC_CONFERENCE.

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

Aplica-se a