ImsReasonInfo.CodeLowBattery Field

Definition

Caution

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

Device declined/ended a call due to a low battery condition.

[Android.Runtime.Register("CODE_LOW_BATTERY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsReasonInfoCode CodeLowBattery = 505;
[<Android.Runtime.Register("CODE_LOW_BATTERY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)>]
val mutable CodeLowBattery : Android.Telephony.Ims.ImsReasonInfoCode

Field Value

Value = 505

Implements

Attributes

Remarks

Device declined/ended a call due to a low battery condition.

Java documentation for android.telephony.ims.ImsReasonInfo.CODE_LOW_BATTERY.

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