다음을 통해 공유


MmTelFeature.MmTelCapabilities.CapabilityTypeCallComposerBusinessOnly Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.Feature.MmTelCapabilityType enum directly instead of this field.

This MmTelFeature supports Business-only Call Composer.

[Android.Runtime.Register("CAPABILITY_TYPE_CALL_COMPOSER_BUSINESS_ONLY", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.Feature.MmTelCapabilityType enum directly instead of this field.", true)]
public const Android.Telephony.Ims.Feature.MmTelCapabilityType CapabilityTypeCallComposerBusinessOnly = 32;
[<Android.Runtime.Register("CAPABILITY_TYPE_CALL_COMPOSER_BUSINESS_ONLY", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.Feature.MmTelCapabilityType enum directly instead of this field.", true)>]
val mutable CapabilityTypeCallComposerBusinessOnly : Android.Telephony.Ims.Feature.MmTelCapabilityType

Field Value

Value = 32
Attributes

Remarks

This MmTelFeature supports Business-only Call Composer. This is a subset of CAPABILITY_TYPE_CALL_COMPOSER that only supports business related information for calling (e.g. information to signal if the call is a business call) in the SIP header. When enabling CAPABILITY_TYPE_CALL_COMPOSER, the CAPABILITY_TYPE_CALL_COMPOSER_BUSINESS_ONLY capability must also be enabled.

Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_CALL_COMPOSER_BUSINESS_ONLY.

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