CarrierConfigManager.KeyCallBarringDefaultServiceClassInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
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.