CallLog.Calls.UserMissedShortRing 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 rang for a short period of time.
[Android.Runtime.Register("USER_MISSED_SHORT_RING", ApiSince=31)]
public const long UserMissedShortRing = 131072;
[<Android.Runtime.Register("USER_MISSED_SHORT_RING", ApiSince=31)>]
val mutable UserMissedShortRing : int64
Field Value
Value = 131072- Attributes
Remarks
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when this call rang for a short period of time.
Java documentation for android.provider.CallLog.Calls.USER_MISSED_SHORT_RING
.
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.