Examples of QQGroupSearchList


Examples of iqq.im.bean.QQGroupSearchList

              }
            }
          });
         
          // 查群测试
          QQGroupSearchList list = new QQGroupSearchList();
          list.setKeyStr("QQ");
          client.searchGroupGetList(list, new QQActionListener() {
            @Override
            public void onActionEvent(QQActionEvent event) {
              if(event.getType() == Type.EVT_OK) {
               
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.