CallLog.Calls.UserMissedNoAnswer 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
the call was missed just because user didn't answer it.
[Android.Runtime.Register("USER_MISSED_NO_ANSWER", ApiSince=31)]
public const long UserMissedNoAnswer = 65536;
[<Android.Runtime.Register("USER_MISSED_NO_ANSWER", ApiSince=31)>]
val mutable UserMissedNoAnswer : int64
Field Value
Value = 65536- Attributes
Remarks
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when the call was missed just because user didn't answer it.
Java documentation for android.provider.CallLog.Calls.USER_MISSED_NO_ANSWER
.
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.