Freigeben über


CarrierConfigManager.ImsSs.KeyUtTerminalBasedServicesIntArray Field

Definition

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>

Java documentation for android.telephony.CarrierConfigManager.ImsSs.KEY_UT_TERMINAL_BASED_SERVICES_INT_ARRAY.

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