Partilhar via


TelephonyManager.CarrierRestrictionStatusRestrictedToCaller Campo

Definição

Cuidado

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

O dispositivo é restrito à operadora do aplicativo de chamada.

[Android.Runtime.Register("CARRIER_RESTRICTION_STATUS_RESTRICTED_TO_CALLER", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierRestrictionStatus enum directly instead of this field.", true)]
public const Android.Telephony.CarrierRestrictionStatus CarrierRestrictionStatusRestrictedToCaller = 3;
[<Android.Runtime.Register("CARRIER_RESTRICTION_STATUS_RESTRICTED_TO_CALLER", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierRestrictionStatus enum directly instead of this field.", true)>]
val mutable CarrierRestrictionStatusRestrictedToCaller : Android.Telephony.CarrierRestrictionStatus

Valor do campo

Value = 3
Atributos

Comentários

O dispositivo é restrito à operadora do aplicativo de chamada.

Documentação Java para android.telephony.TelephonyManager.CARRIER_RESTRICTION_STATUS_RESTRICTED_TO_CALLER.

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