MmTelFeature.MmTelCapabilities.CapabilityTypeCallComposerBusinessOnly 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.
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.
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.