CarrierConfigManager.ImsSs.KeyUtServerBasedServicesIntArray 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 Server based.
[Android.Runtime.Register("KEY_UT_SERVER_BASED_SERVICES_INT_ARRAY", ApiSince=33)]
public const string KeyUtServerBasedServicesIntArray;
[<Android.Runtime.Register("KEY_UT_SERVER_BASED_SERVICES_INT_ARRAY", ApiSince=33)>]
val mutable KeyUtServerBasedServicesIntArray : string
Field Value
- Attributes
Remarks
List of UT services that are Server based.
Possible values are, <UL> <LI>#SUPPLEMENTARY_SERVICE_CW
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_ALL
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_CFU
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_ALL_CONDITONAL_FORWARDING
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_CFB
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_CFNRY
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_CFNRC
</LI> <LI>#SUPPLEMENTARY_SERVICE_CF_CFNL
</LI> <LI>#SUPPLEMENTARY_SERVICE_IDENTIFICATION_OIP
</LI> <LI>#SUPPLEMENTARY_SERVICE_IDENTIFICATION_TIP
</LI> <LI>#SUPPLEMENTARY_SERVICE_IDENTIFICATION_OIR
</LI> <LI>#SUPPLEMENTARY_SERVICE_IDENTIFICATION_TIR
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_ALL
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_OBS
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_IBS
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BAOC
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BOIC
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BOIC_EXHC
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BAIC
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BIC_ROAM
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_ACR
</LI> <LI>#SUPPLEMENTARY_SERVICE_CB_BIL
</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.