com.tencent.av.sdk
Class AVEndpoint.CancelAllViewCompleteCallback

java.lang.Object
  extended by com.tencent.av.sdk.AVEndpoint.CancelAllViewCompleteCallback
Enclosing class:
AVEndpoint

public static class AVEndpoint.CancelAllViewCompleteCallback
extends java.lang.Object

cancelAllView()的回调函数,用来异步返回结果。 与requestViewList配合使用。


Constructor Summary
AVEndpoint.CancelAllViewCompleteCallback()
          构造函数
 
Method Summary
protected  void OnComplete(int result)
          回调函数
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVEndpoint.CancelAllViewCompleteCallback

public AVEndpoint.CancelAllViewCompleteCallback()
构造函数

Method Detail

OnComplete

protected void OnComplete(int result)
回调函数

Parameters:
result - 异步返回的错误码。
  • AV_OK 请求成功。
  • 其他错误码App不需要关注。