CallLog.Calls.AutoMissedMaximumDialing Field

Definition

Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by system because the system cannot support any more dialing calls.

[Android.Runtime.Register("AUTO_MISSED_MAXIMUM_DIALING", ApiSince=31)]
public const long AutoMissedMaximumDialing = 4;
[<Android.Runtime.Register("AUTO_MISSED_MAXIMUM_DIALING", ApiSince=31)>]
val mutable AutoMissedMaximumDialing : int64

Field Value

Value = 4
Attributes

Remarks

Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by system because the system cannot support any more dialing calls.

Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_MAXIMUM_DIALING.

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