CallLog.Calls.UserMissedCallScreeningServiceSilenced 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 by the call screening service.
[Android.Runtime.Register("USER_MISSED_CALL_SCREENING_SERVICE_SILENCED", ApiSince=31)]
public const long UserMissedCallScreeningServiceSilenced = 2097152;
[<Android.Runtime.Register("USER_MISSED_CALL_SCREENING_SERVICE_SILENCED", ApiSince=31)>]
val mutable UserMissedCallScreeningServiceSilenced : int64
Field Value
Value = 2097152- Attributes
Remarks
When CallLog.Calls#TYPE
is CallLog.Calls#MISSED_TYPE
, set this bit when this call is silenced by the call screening service.
Java documentation for android.provider.CallLog.Calls.USER_MISSED_CALL_SCREENING_SERVICE_SILENCED
.
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.