Connection.PropertyIsExternalCall Campo

Definición

Precaución

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

Cuando se establece, indica que Connection realmente no existe localmente para .ConnectionService

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

Valor de campo

Value = 16
Atributos

Comentarios

Cuando se establece, indica que Connection realmente no existe localmente para .ConnectionService

Considere, por ejemplo, un escenario en el que un usuario tiene dos dispositivos con el mismo número de teléfono. Cuando un usuario realiza una llamada en un dispositivo, la pila de telefonía puede representar esa llamada en el otro dispositivo agregando es a ConnectionService con el #PROPERTY_IS_EXTERNAL_CALL conjunto de funcionalidades.

No ConnectionService debe suponer que todos los InCallServices controlarán las conexiones externas. Solo aquellos InCallServiceque tienen los TelecomManager#METADATA_INCLUDE_EXTERNAL_CALLS metadatos establecidos true en en su manifiesto verán conexiones externas.

Java documentación para android.telecom.Connection.PROPERTY_IS_EXTERNAL_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