类 QQ.BaseUiListener

  • 所有已实现的接口:
    com.tencent.tauth.IUiListener
    封闭类:
    QQ

    public static class QQ.BaseUiListener
    extends java.lang.Object
    implements com.tencent.tauth.IUiListener
    • 构造器概要

      构造器 
      构造器 说明
      BaseUiListener​(QQ instance, android.content.Context context, com.tencent.tauth.Tencent mTencent, AuthCallback<UserInfo> callback)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void onCancel()  
      void onComplete​(java.lang.Object response)  
      void onError​(com.tencent.tauth.UiError e)  
      void onWarning​(int i)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • BaseUiListener

        public BaseUiListener​(QQ instance,
                              android.content.Context context,
                              com.tencent.tauth.Tencent mTencent,
                              AuthCallback<UserInfo> callback)
    • 方法详细资料

      • onComplete

        public void onComplete​(java.lang.Object response)
        指定者:
        onComplete 在接口中 com.tencent.tauth.IUiListener
      • onError

        public void onError​(com.tencent.tauth.UiError e)
        指定者:
        onError 在接口中 com.tencent.tauth.IUiListener
      • onCancel

        public void onCancel()
        指定者:
        onCancel 在接口中 com.tencent.tauth.IUiListener
      • onWarning

        public void onWarning​(int i)
        指定者:
        onWarning 在接口中 com.tencent.tauth.IUiListener