CallLog.Calls.UserMissedLowRingVolume 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 rings with a low ring volume.
[Android.Runtime.Register("USER_MISSED_LOW_RING_VOLUME", ApiSince=31)]
public const long UserMissedLowRingVolume = 524288;
[<Android.Runtime.Register("USER_MISSED_LOW_RING_VOLUME", ApiSince=31)>]
val mutable UserMissedLowRingVolume : int64
Field Value
Value = 524288- Attributes
Remarks
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when this call rings with a low ring volume.
Java documentation for android.provider.CallLog.Calls.USER_MISSED_LOW_RING_VOLUME
.
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.