ICallControlCallback.OnSetInactive(IConsumer) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
电信通知客户端将呼叫设置为非活动状态。
[Android.Runtime.Register("onSetInactive", "(Ljava/util/function/Consumer;)V", "GetOnSetInactive_Ljava_util_function_Consumer_Handler:Android.Telecom.ICallControlCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public void OnSetInactive (Java.Util.Functions.IConsumer wasCompleted);
[<Android.Runtime.Register("onSetInactive", "(Ljava/util/function/Consumer;)V", "GetOnSetInactive_Ljava_util_function_Consumer_Handler:Android.Telecom.ICallControlCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnSetInactive : Java.Util.Functions.IConsumer -> unit
参数
- wasCompleted
- IConsumer
Consumer
要完成的。 如果客户端可以在其末尾设置非活动调用, Consumer#accept(Object)
则应使用 < a0 Boolean#TRUE
/> 调用 。
Otherwise, <code data-dev-comment-type="c">Consumer#accept(Object)</code> should be called with
<code data-dev-comment-type="c">Boolean#FALSE</code>. Telecom will effectively ignore the remote
setInactive request and the call will remain in whatever state it is in.
- 属性
注解
电信通知客户端将呼叫设置为非活动状态。 这与为两个终结点举行通话相同,但可以扩展到设置非活动会议。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。