Aracılığıyla paylaş


CallLog.Calls.UserMissedCallFiltersTimeout Field

Definition

When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when the call filters timed out.

[Android.Runtime.Register("USER_MISSED_CALL_FILTERS_TIMEOUT", ApiSince=31)]
public const long UserMissedCallFiltersTimeout = 4194304;
[<Android.Runtime.Register("USER_MISSED_CALL_FILTERS_TIMEOUT", ApiSince=31)>]
val mutable UserMissedCallFiltersTimeout : int64

Field Value

Value = 4194304
Attributes

Remarks

When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when the call filters timed out.

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

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