TelecomManager.IsIncomingCallPermitted(PhoneAccountHandle) 方法

定义

确定 Telecom 是否允许通过 #addNewIncomingCall(PhoneAccountHandle, Bundle) 指定 API PhoneAccountHandle添加传入调用。

[Android.Runtime.Register("isIncomingCallPermitted", "(Landroid/telecom/PhoneAccountHandle;)Z", "GetIsIncomingCallPermitted_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=26)]
public virtual bool IsIncomingCallPermitted (Android.Telecom.PhoneAccountHandle? phoneAccountHandle);
[<Android.Runtime.Register("isIncomingCallPermitted", "(Landroid/telecom/PhoneAccountHandle;)Z", "GetIsIncomingCallPermitted_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=26)>]
abstract member IsIncomingCallPermitted : Android.Telecom.PhoneAccountHandle -> bool
override this.IsIncomingCallPermitted : Android.Telecom.PhoneAccountHandle -> bool

参数

phoneAccountHandle
PhoneAccountHandle

PhoneAccountHandle 为其添加调用。

返回

true 如果电信允许添加传入呼叫, false 则为

属性

注解

确定 Telecom 是否允许通过 #addNewIncomingCall(PhoneAccountHandle, Bundle) 指定 API PhoneAccountHandle添加传入调用。

在以下情况下,A ConnectionService 可能不会添加指定PhoneAccountHandle调用:<ul<>li>PhoneAccount 没有属性PhoneAccount#CAPABILITY_SELF_MANAGED集(即是托管ConnectionService的),并且已达到活动或保留的调用限制。</li li><>有一个正在进行的紧急呼叫。</li></ul>

适用于 . 的 android.telecom.TelecomManager.isIncomingCallPermitted(android.telecom.PhoneAccountHandle)Java 文档

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

适用于