다음을 통해 공유


TelephonyManager.CallComposerStatusOn 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 ON from user setting.

[Android.Runtime.Register("CALL_COMPOSER_STATUS_ON", ApiSince=31)]
[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 CallComposerStatusOn = 1;
[<Android.Runtime.Register("CALL_COMPOSER_STATUS_ON", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallComposerStatus enum directly instead of this field.", true)>]
val mutable CallComposerStatusOn : Android.Telephony.CallComposerStatus

Field Value

Value = 1
Attributes

Remarks

Call composer status ON from user setting.

Java documentation for android.telephony.TelephonyManager.CALL_COMPOSER_STATUS_ON.

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