com.supermap.data

接口 CloudLicenseManager.LicenseLoginCallback

  • 封闭类:
    CloudLicenseManager


    public static interface CloudLicenseManager.LicenseLoginCallback
    云许可登录回调接口
    • 方法详细资料

      • loginAccount

        void loginAccount(boolean issuccess)
        登录回调接口,true为登录成功
        参数:
        issuccess - 是否成功
      • logoutAccount

        void logoutAccount(boolean logout)
        退出online登录回调接口
        参数:
        logout - 是否退出。退出成功返回true
      • queryLicense

        void queryLicense(CloudLicenses licenses)
        返回账号支持的所有许可
        参数:
        licenses -
      • activeLicense

        void activeLicense(boolean activeSuccess)
        许可激活回调
        参数:
        activeSuccess - 许可是否激活成功
      • recycleLicense

        void recycleLicense(boolean recycleSuccess)
        归还许可
        参数:
        recycleSuccess - 是否归还成功
      • otherError

        void otherError(java.lang.String error)
        错误信息
        参数:
        error - 错误日志