CarrierConfigManager.KeyCallBarringDefaultServiceClassInt Field

Definition

Specifies the service class for call barring service.

[Android.Runtime.Register("KEY_CALL_BARRING_DEFAULT_SERVICE_CLASS_INT", ApiSince=31)]
public const string KeyCallBarringDefaultServiceClassInt;
[<Android.Runtime.Register("KEY_CALL_BARRING_DEFAULT_SERVICE_CLASS_INT", ApiSince=31)>]
val mutable KeyCallBarringDefaultServiceClassInt : string

Field Value

Attributes

Remarks

Specifies the service class for call barring service. Default value is #SERVICE_CLASS_VOICE. The value set as below: <ul> <li>0: #SERVICE_CLASS_NONE</li> <li>1: #SERVICE_CLASS_VOICE</li> </ul>

Java documentation for android.telephony.CarrierConfigManager.KEY_CALL_BARRING_DEFAULT_SERVICE_CLASS_INT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to