다음을 통해 공유


TelephonyManager.CallComposerStatusBusinessOnly Field

Definition

Caution

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

Call composer status <b>Business Only</b> from user setting.

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

Field Value

Value = 2
Attributes

Remarks

Call composer status <b>Business Only</b> from user setting.

Java documentation for android.telephony.TelephonyManager.CALL_COMPOSER_STATUS_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