com.tencent.av.sdk
Class AVEndpoint.RequestViewListCompleteCallback

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

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

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


Constructor Summary
AVEndpoint.RequestViewListCompleteCallback()
          构造函数
 
Method Summary
protected  void OnComplete(java.lang.String[] identifierList, AVView[] viewList, int count, int result)
          回调函数
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVEndpoint.RequestViewListCompleteCallback

public AVEndpoint.RequestViewListCompleteCallback()
构造函数

Method Detail

OnComplete

protected void OnComplete(java.lang.String[] identifierList,
                          AVView[] viewList,
                          int count,
                          int result)
回调函数

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