Compartir a través de


ApnSetting.AuthTypePap Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Telephony.Data.AuthType enum directly instead of this field.

Tipo de autenticación para PAP.

[Android.Runtime.Register("AUTH_TYPE_PAP", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.AuthType enum directly instead of this field.", true)]
public const Android.Telephony.Data.AuthType AuthTypePap = 1;
[<Android.Runtime.Register("AUTH_TYPE_PAP", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.AuthType enum directly instead of this field.", true)>]
val mutable AuthTypePap : Android.Telephony.Data.AuthType

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Tipo de autenticación para PAP.

Documentación de Java para android.telephony.data.ApnSetting.AUTH_TYPE_PAP.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a