CarrierConfigManager.KeyDefaultVmNumberRoamingAndImsUnregisteredString 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.
Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number while the device is both roaming and not registered for IMS.
[Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_ROAMING_AND_IMS_UNREGISTERED_STRING", ApiSince=30)]
public const string KeyDefaultVmNumberRoamingAndImsUnregisteredString;
[<Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_ROAMING_AND_IMS_UNREGISTERED_STRING", ApiSince=30)>]
val mutable KeyDefaultVmNumberRoamingAndImsUnregisteredString : string
Field Value
- Attributes
Remarks
Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number while the device is both roaming and not registered for IMS. When empty string, no default voicemail number is specified for roaming network and unregistered state in IMS.
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.