Examples of cancelVerify()


Examples of net.solosky.maplefetion.FetionClient.cancelVerify()

        {
          System.err.println(event.toString());
          //如果出现验证码,取消登录
          if(event.getEventType()==NotifyEventType.IMAGE_VERIFY) {
            System.out.println("当前登录过程或者操作需要验证,操作失败。");
            client.cancelVerify((ImageVerifyEvent) event);
          }
        }
      });
      //禁用掉群,登录可以变得快一点
      client.enableGroup(false);   
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.