CarrierConfigManager.ImsSs.KeyUtTerminalBasedServicesIntArray 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.
List of UT services that are terminal based.
[Android.Runtime.Register("KEY_UT_TERMINAL_BASED_SERVICES_INT_ARRAY", ApiSince=33)]
public const string KeyUtTerminalBasedServicesIntArray;
[<Android.Runtime.Register("KEY_UT_TERMINAL_BASED_SERVICES_INT_ARRAY", ApiSince=33)>]
val mutable KeyUtTerminalBasedServicesIntArray : string
Field Value
- Attributes
Remarks
List of UT services that are terminal based.
By default, all services are server based and defined in #KEY_UT_SERVER_BASED_SERVICES_INT_ARRAY
. Adding here will override that service setting to terminal based.
Possible values are, <UL> <LI>#SUPPLEMENTARY_SERVICE_CW
</LI> <LI>#SUPPLEMENTARY_SERVICE_IDENTIFICATION_OIR
</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.