Call.Details.DirectionUnknown 字段

定义

注意

This constant will be removed in the future version. Use Android.Telecom.CallDirection enum directly instead of this field.

指示呼叫既不是传入呼叫,也不是传出呼叫。

[Android.Runtime.Register("DIRECTION_UNKNOWN", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallDirection enum directly instead of this field.", true)]
public const Android.Telecom.CallDirection DirectionUnknown = -1;
[<Android.Runtime.Register("DIRECTION_UNKNOWN", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallDirection enum directly instead of this field.", true)>]
val mutable DirectionUnknown : Android.Telecom.CallDirection

字段值

Value = -1
属性

注解

指示呼叫既不是传入呼叫,也不是传出呼叫。 对于直接由 ConnectionService 特殊情况(如呼叫交接)报告的呼叫,情况可能是这种情况。

适用于 . 的 android.telecom.Call.Details.DIRECTION_UNKNOWNJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于