CallLog.Calls.UserMissedDndMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when
this call is silenced because the phone is in 'do not disturb mode'.
[Android.Runtime.Register("USER_MISSED_DND_MODE", ApiSince=31)]
public const long UserMissedDndMode = 262144;
[<Android.Runtime.Register("USER_MISSED_DND_MODE", ApiSince=31)>]
val mutable UserMissedDndMode : int64
Field Value
Value = 262144- Attributes
Remarks
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when this call is silenced because the phone is in 'do not disturb mode'.
Java documentation for android.provider.CallLog.Calls.USER_MISSED_DND_MODE
.
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.