CallLog.Calls.MissedReasonNotMissed 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.
Value for CallLog.Calls#MISSED_REASON
, set as the default value when a call was
not missed.
[Android.Runtime.Register("MISSED_REASON_NOT_MISSED", ApiSince=31)]
public const long MissedReasonNotMissed = 0;
[<Android.Runtime.Register("MISSED_REASON_NOT_MISSED", ApiSince=31)>]
val mutable MissedReasonNotMissed : int64
Field Value
Value = 0- Attributes
Remarks
Value for CallLog.Calls#MISSED_REASON
, set as the default value when a call was not missed.
Java documentation for android.provider.CallLog.Calls.MISSED_REASON_NOT_MISSED
.
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.