diff --git a/.idea/misc.xml b/.idea/misc.xml index 71e2a77..10608e0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,15 @@ + + diff --git a/ApiDoc/allclasses-frame.html b/ApiDoc/allclasses-frame.html new file mode 100644 index 0000000..54da0e9 --- /dev/null +++ b/ApiDoc/allclasses-frame.html @@ -0,0 +1,22 @@ + + + + + + +所有类 (蘑菇AI云平台Doc) + + + + + +

所有类

+ + + diff --git a/ApiDoc/allclasses-noframe.html b/ApiDoc/allclasses-noframe.html new file mode 100644 index 0000000..2a08be5 --- /dev/null +++ b/ApiDoc/allclasses-noframe.html @@ -0,0 +1,22 @@ + + + + + + +所有类 (蘑菇AI云平台Doc) + + + + + +

所有类

+ + + diff --git a/ApiDoc/com/mogo/cloud/passport/IMoGoTokenCallback.html b/ApiDoc/com/mogo/cloud/passport/IMoGoTokenCallback.html new file mode 100644 index 0000000..863b584 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/IMoGoTokenCallback.html @@ -0,0 +1,238 @@ + + + + + + +IMoGoTokenCallback (蘑菇AI云平台Doc) + + + + + + + + + + + + +
+
com.mogo.cloud.passport
+

接口 IMoGoTokenCallback

+
+
+
+
    +
  • +
    +
    +
    public interface IMoGoTokenCallback
    +
    AI 云平台接口中Token的获取回碉
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + +
      所有方法 实例方法 抽象方法 
      限定符和类型方法和说明
      voidonError(int code, + java.lang.String msg) 
      voidonTokenGot(java.lang.String token, + java.lang.String sn) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        onTokenGot

        +
        void onTokenGot(java.lang.String token,
        +                java.lang.String sn)
        +
      • +
      + + + +
        +
      • +

        onError

        +
        void onError(int code,
        +             java.lang.String msg)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClient.html b/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClient.html new file mode 100644 index 0000000..dead68e --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClient.html @@ -0,0 +1,286 @@ + + + + + + +MoGoAiCloudClient (蘑菇AI云平台Doc) + + + + + + + + + + + + +
+
com.mogo.cloud.passport
+

类 MoGoAiCloudClient

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.mogo.cloud.passport.MoGoAiCloudClient
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class MoGoAiCloudClient
    +extends java.lang.Object
    +
    蘑菇AI云平台SDK入口
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClientConfig.html b/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClientConfig.html new file mode 100644 index 0000000..71fe7d3 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/MoGoAiCloudClientConfig.html @@ -0,0 +1,645 @@ + + + + + + +MoGoAiCloudClientConfig (蘑菇AI云平台Doc) + + + + + + + + + + + + +
+
com.mogo.cloud.passport
+

类 MoGoAiCloudClientConfig

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.mogo.cloud.passport.MoGoAiCloudClientConfig
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class MoGoAiCloudClientConfig
    +extends java.lang.Object
    +
    SDK 中的参数
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      所有方法 实例方法 具体方法 
      限定符和类型方法和说明
      com.mogo.cloud.httpdns.listener.IHttpDnsCurrentLocationgetIHttpDnsCurrentLocation() +
      返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
      +
      longgetLoopCheckDelay() +
      获取HttpDns检查时间间隔
      +
      intgetNetMode() +
      获取当前网络环境
      +
      java.lang.StringgetSn() +
      获取从AI云平台获取的SN
      +
      java.lang.StringgetThirdPartyAppKey() +
      获取AI云平台分配给三方应用的AppKey,需要从AI云平台申请
      +
      java.lang.StringgetThirdPartyDeviceId() +
      获取三方设备唯一ID
      +
      java.lang.StringgetThirdPartySignSecret() +
      获取AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
      +
      java.lang.StringgetToken() +
      获取从AI云平台获取的Token
      +
      booleanisShowDebugLog() +
      是否打印日志
      +
      booleanisThirdLogin() +
      获取是否是第三放应用登录
      +
      voidsetIHttpDnsCurrentLocation(com.mogo.cloud.httpdns.listener.IHttpDnsCurrentLocation IHttpDnsCurrentLocation) +
      返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
      +
      voidsetLoopCheckDelay(long loopCheckDelay) +
      设置HttpDns检查时间间隔
      +
      voidsetNetMode(int sNetMode) +
      设置当前网络环境
      +
      voidsetShowDebugLog(boolean showDebugLog) +
      设置是否打印日志
      +
      voidsetThirdLogin(boolean thirdLogin) +
      设置是否是第三方应用登录
      +
      voidsetThirdPartyAppKey(java.lang.String thirdPartyAppKey) +
      设置AI云平台分配给三方应用的AppKey,需要从AI云平台申请
      +
      voidsetThirdPartyDeviceId(java.lang.String thirdPartyDeviceId) +
      设置三方设备唯一ID
      +
      voidsetThirdPartySignSecret(java.lang.String thirdPartySignSecret) +
      设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
      +
      java.lang.StringtoString() 
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        MoGoAiCloudClientConfig

        +
        public MoGoAiCloudClientConfig()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        getThirdPartyDeviceId

        +
        public java.lang.String getThirdPartyDeviceId()
        +
        获取三方设备唯一ID
        +
        +
        返回:
        +
        三方设备唯一ID
        +
        +
      • +
      + + + +
        +
      • +

        setThirdPartyDeviceId

        +
        public void setThirdPartyDeviceId(java.lang.String thirdPartyDeviceId)
        +
        设置三方设备唯一ID
        +
        +
        参数:
        +
        thirdPartyDeviceId - 三方设备唯一ID
        +
        +
      • +
      + + + +
        +
      • +

        getThirdPartyAppKey

        +
        public java.lang.String getThirdPartyAppKey()
        +
        获取AI云平台分配给三方应用的AppKey,需要从AI云平台申请
        +
        +
        返回:
        +
        AppKey
        +
        +
      • +
      + + + +
        +
      • +

        setThirdPartyAppKey

        +
        public void setThirdPartyAppKey(java.lang.String thirdPartyAppKey)
        +
        设置AI云平台分配给三方应用的AppKey,需要从AI云平台申请
        +
        +
        参数:
        +
        thirdPartyAppKey - AppKey
        +
        +
      • +
      + + + +
        +
      • +

        getThirdPartySignSecret

        +
        public java.lang.String getThirdPartySignSecret()
        +
        获取AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
        +
        +
        返回:
        +
        签名密钥
        +
        +
      • +
      + + + +
        +
      • +

        setThirdPartySignSecret

        +
        public void setThirdPartySignSecret(java.lang.String thirdPartySignSecret)
        +
        设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
        +
        +
        参数:
        +
        thirdPartySignSecret - 签名密钥
        +
        +
      • +
      + + + +
        +
      • +

        isThirdLogin

        +
        public boolean isThirdLogin()
        +
        获取是否是第三放应用登录
        +
        +
        返回:
        +
        true-是,false-否
        +
        +
      • +
      + + + +
        +
      • +

        setThirdLogin

        +
        public void setThirdLogin(boolean thirdLogin)
        +
        设置是否是第三方应用登录
        +
        +
        参数:
        +
        thirdLogin - true-是,false-否
        +
        +
      • +
      + + + +
        +
      • +

        getNetMode

        +
        public int getNetMode()
        +
        获取当前网络环境
        +
        +
        返回:
        +
        当前的网络环境是那个
        +
        另请参阅:
        +
        研发环境, +测试环境, +演示环境, +线上环境
        +
        +
      • +
      + + + +
        +
      • +

        setNetMode

        +
        public void setNetMode(int sNetMode)
        +
        设置当前网络环境
        +
        +
        参数:
        +
        sNetMode - 当前的网络环境
        +
        另请参阅:
        +
        MogoHttpDnsConfig.HTTP_DNS_ENV_DEV, +MogoHttpDnsConfig.HTTP_DNS_ENV_QA, +MogoHttpDnsConfig.HTTP_DNS_ENV_DEMO, +MogoHttpDnsConfig.HTTP_DNS_ENV_RELEASE
        +
        +
      • +
      + + + +
        +
      • +

        getToken

        +
        public java.lang.String getToken()
        +
        获取从AI云平台获取的Token
        +
        +
        返回:
        +
        Token信息
        +
        +
      • +
      + + + +
        +
      • +

        getSn

        +
        public java.lang.String getSn()
        +
        获取从AI云平台获取的SN
        +
        +
        返回:
        +
        SN信息
        +
        +
      • +
      + + + +
        +
      • +

        isShowDebugLog

        +
        public boolean isShowDebugLog()
        +
        是否打印日志
        +
        +
        返回:
        +
        true-打印日志,false-不打印日志
        +
        +
      • +
      + + + +
        +
      • +

        setShowDebugLog

        +
        public void setShowDebugLog(boolean showDebugLog)
        +
        设置是否打印日志
        +
        +
        参数:
        +
        showDebugLog - true-打印日志,false-不打印日志
        +
        +
      • +
      + + + +
        +
      • +

        getLoopCheckDelay

        +
        public long getLoopCheckDelay()
        +
        获取HttpDns检查时间间隔
        +
        +
        返回:
        +
        时间间隔,毫秒
        +
        +
      • +
      + + + +
        +
      • +

        setLoopCheckDelay

        +
        public void setLoopCheckDelay(long loopCheckDelay)
        +
        设置HttpDns检查时间间隔
        +
        +
        参数:
        +
        loopCheckDelay - 时间间隔,毫秒
        +
        +
      • +
      + + + +
        +
      • +

        getIHttpDnsCurrentLocation

        +
        public com.mogo.cloud.httpdns.listener.IHttpDnsCurrentLocation getIHttpDnsCurrentLocation()
        +
        返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
        +
        +
        返回:
        +
        返回位置信息的回调
        +
        +
      • +
      + + + +
        +
      • +

        setIHttpDnsCurrentLocation

        +
        public void setIHttpDnsCurrentLocation(com.mogo.cloud.httpdns.listener.IHttpDnsCurrentLocation IHttpDnsCurrentLocation)
        +
        返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
        +
        +
        参数:
        +
        IHttpDnsCurrentLocation - 返回位置信息的回调
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        覆盖:
        +
        toString 在类中 java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/class-use/IMoGoTokenCallback.html b/ApiDoc/com/mogo/cloud/passport/class-use/IMoGoTokenCallback.html new file mode 100644 index 0000000..66ffb4f --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/class-use/IMoGoTokenCallback.html @@ -0,0 +1,148 @@ + + + + + + +接口 com.mogo.cloud.passport.IMoGoTokenCallback的使用 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

接口的使用
com.mogo.cloud.passport.IMoGoTokenCallback

+
+
+ +
+ + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClient.html b/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClient.html new file mode 100644 index 0000000..176573b --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClient.html @@ -0,0 +1,155 @@ + + + + + + +类 com.mogo.cloud.passport.MoGoAiCloudClient的使用 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

类的使用
com.mogo.cloud.passport.MoGoAiCloudClient

+
+
+ +
+ + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClientConfig.html b/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClientConfig.html new file mode 100644 index 0000000..9d9cf06 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/class-use/MoGoAiCloudClientConfig.html @@ -0,0 +1,164 @@ + + + + + + +类 com.mogo.cloud.passport.MoGoAiCloudClientConfig的使用 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

类的使用
com.mogo.cloud.passport.MoGoAiCloudClientConfig

+
+
+ +
+ + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/package-frame.html b/ApiDoc/com/mogo/cloud/passport/package-frame.html new file mode 100644 index 0000000..98a28f7 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +com.mogo.cloud.passport (蘑菇AI云平台Doc) + + + + + +

com.mogo.cloud.passport

+ + + diff --git a/ApiDoc/com/mogo/cloud/passport/package-summary.html b/ApiDoc/com/mogo/cloud/passport/package-summary.html new file mode 100644 index 0000000..282161c --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/package-summary.html @@ -0,0 +1,166 @@ + + + + + + +com.mogo.cloud.passport (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

程序包 com.mogo.cloud.passport

+
+
+ +
+ + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/package-tree.html b/ApiDoc/com/mogo/cloud/passport/package-tree.html new file mode 100644 index 0000000..eb732b2 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/package-tree.html @@ -0,0 +1,137 @@ + + + + + + +com.mogo.cloud.passport 类分层结构 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

程序包com.mogo.cloud.passport的分层结构

+
+
+

类分层结构

+ +

接口分层结构

+ +
+ + + + + + diff --git a/ApiDoc/com/mogo/cloud/passport/package-use.html b/ApiDoc/com/mogo/cloud/passport/package-use.html new file mode 100644 index 0000000..298ffc8 --- /dev/null +++ b/ApiDoc/com/mogo/cloud/passport/package-use.html @@ -0,0 +1,153 @@ + + + + + + +程序包 com.mogo.cloud.passport的使用 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

程序包的使用
com.mogo.cloud.passport

+
+
+ +
+ + + + + + diff --git a/ApiDoc/constant-values.html b/ApiDoc/constant-values.html new file mode 100644 index 0000000..dad1db9 --- /dev/null +++ b/ApiDoc/constant-values.html @@ -0,0 +1,123 @@ + + + + + + +常量字段值 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

常量字段值

+

目录

+
+ + + + + + diff --git a/ApiDoc/deprecated-list.html b/ApiDoc/deprecated-list.html new file mode 100644 index 0000000..9f10d29 --- /dev/null +++ b/ApiDoc/deprecated-list.html @@ -0,0 +1,123 @@ + + + + + + +已过时的列表 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
+

已过时的 API

+

目录

+
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/help-doc.html b/ApiDoc/help-doc.html new file mode 100644 index 0000000..327351a --- /dev/null +++ b/ApiDoc/help-doc.html @@ -0,0 +1,224 @@ + + + + + + +API 帮助 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
+

此 API 文档的组织方式

+
此 API (应用程序编程接口) 文档包含对应于导航栏中的项目的页面, 如下所述。
+
+
+
    +
  • +

    程序包

    +

    每个程序包都有一个页面, 其中包含它的类和接口的列表及其概要。此页面可以包含六个类别:

    +
      +
    • 接口 (斜体)
    • +
    • +
    • 枚举
    • +
    • 异常错误
    • +
    • 错误
    • +
    • 注释类型
    • +
    +
  • +
  • +

    类/接口

    +

    每个类, 接口, 嵌套类和嵌套接口都有各自的页面。其中每个页面都由三部分 (类/接口说明, 概要表, 以及详细的成员说明) 组成:

    +
      +
    • 类继承图
    • +
    • 直接子类
    • +
    • 所有已知子接口
    • +
    • 所有已知实现类
    • +
    • 类/接口声明
    • +
    • 类/接口说明
    • +
    +
      +
    • 嵌套类概要
    • +
    • 字段概要
    • +
    • 构造器概要
    • +
    • 方法概要
    • +
    +
      +
    • 字段详细资料
    • +
    • 构造器详细资料
    • +
    • 方法详细资料
    • +
    +

    每个概要条目都包含该项目的详细说明的第一句。概要条目按字母顺序排列, 而详细说明则按其在源代码中出现的顺序排列。这样保持了程序员所建立的逻辑分组。

    +
  • +
  • +

    注释类型

    +

    每个注释类型都有各自的页面, 其中包含以下部分:

    +
      +
    • 注释类型声明
    • +
    • 注释类型说明
    • +
    • 必需元素概要
    • +
    • 可选元素概要
    • +
    • 元素详细资料
    • +
    +
  • +
  • +

    枚举

    +

    每个枚举都有各自的页面, 其中包含以下部分:

    +
      +
    • 枚举声明
    • +
    • 枚举说明
    • +
    • 枚举常量概要
    • +
    • 枚举常量详细资料
    • +
    +
  • +
  • +

    使用

    +

    每个已文档化的程序包, 类和接口都有各自的“使用”页面。此页面介绍了使用给定类或程序包的任何部分的程序包, 类, 方法, 构造器和字段。对于给定的类或接口 A, 其“使用”页面包含 A 的子类, 声明为 A 的字段, 返回 A 的方法, 以及带有类型为 A 的参数的方法和构造器。访问此页面的方法是: 首先转至程序包, 类或接口, 然后单击导航栏中的 "使用" 链接。

    +
  • +
  • +

    树 (类分层结构)

    +

    对于所有程序包, 有一个类分层结构页面, 以及每个程序包的分层结构。每个分层结构页面都包含类的列表和接口的列表。从java.lang.Object开始, 按继承结构对类进行排列。接口不从java.lang.Object继承。

    +
      +
    • 查看“概览”页面时, 单击 "树" 将显示所有程序包的分层结构。
    • +
    • 查看特定程序包, 类或接口页面时, 单击 "树" 将仅显示该程序包的分层结构。
    • +
    +
  • +
  • +

    已过时的 API

    +

    已过时的 API 页面列出了所有已过时的 API。一般由于进行了改进并且通常提供了替代的 API, 所以建议不要使用已过时的 API。在将来的实现过程中, 可能会删除已过时的 API。

    +
  • +
  • +

    索引

    +

    索引 包含按字母顺序排列的所有类, 接口, 构造器, 方法和字段的列表。

    +
  • +
  • +

    上一个/下一个

    +

    这些链接使您可以转至下一个或上一个类, 接口, 程序包或相关页面。

    +
  • +
  • +

    框架/无框架

    +

    这些链接用于显示和隐藏 HTML 框架。所有页面均具有有框架和无框架两种显示方式。

    +
  • +
  • +

    所有类

    +

    所有类链接显示所有类和接口 (除了非静态嵌套类型)。

    +
  • +
  • +

    序列化表格

    +

    每个可序列化或可外部化的类都有其序列化字段和方法的说明。此信息对重新实现者有用, 而对使用 API 的开发者则没有什么用处。尽管导航栏中没有链接, 但您可以通过下列方式获取此信息: 转至任何序列化类, 然后单击类说明的 "另请参阅" 部分中的 "序列化表格"。

    +
  • +
  • +

    常量字段值

    +

    常量字段值页面列出了静态最终字段及其值。

    +
  • +
+此帮助文件适用于使用标准 doclet 生成的 API 文档。
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-1.html b/ApiDoc/index-files/index-1.html new file mode 100644 index 0000000..6a2f1a3 --- /dev/null +++ b/ApiDoc/index-files/index-1.html @@ -0,0 +1,128 @@ + + + + + + +C - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

C

+
+
com.mogo.cloud.passport - 程序包 com.mogo.cloud.passport
+
 
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-2.html b/ApiDoc/index-files/index-2.html new file mode 100644 index 0000000..a6b5bc7 --- /dev/null +++ b/ApiDoc/index-files/index-2.html @@ -0,0 +1,162 @@ + + + + + + +G - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

G

+
+
getAiCloudClientConfig() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClient
+
 
+
getIHttpDnsCurrentLocation() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
+
+
getInstance() - 类 中的静态方法com.mogo.cloud.passport.MoGoAiCloudClient
+
 
+
getLoopCheckDelay() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取HttpDns检查时间间隔
+
+
getNetMode() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取当前网络环境
+
+
getSn() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取从AI云平台获取的SN
+
+
getThirdPartyAppKey() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取AI云平台分配给三方应用的AppKey,需要从AI云平台申请
+
+
getThirdPartyDeviceId() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取三方设备唯一ID
+
+
getThirdPartySignSecret() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
+
+
getToken() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取从AI云平台获取的Token
+
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-3.html b/ApiDoc/index-files/index-3.html new file mode 100644 index 0000000..366c01c --- /dev/null +++ b/ApiDoc/index-files/index-3.html @@ -0,0 +1,142 @@ + + + + + + +I - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

I

+
+
IMoGoTokenCallback - com.mogo.cloud.passport中的接口
+
+
AI 云平台接口中Token的获取回碉
+
+
init(Context, MoGoAiCloudClientConfig) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClient
+
+
初始化
+
+
isShowDebugLog() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
是否打印日志
+
+
isThirdLogin() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
获取是否是第三放应用登录
+
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-4.html b/ApiDoc/index-files/index-4.html new file mode 100644 index 0000000..f5ebeec --- /dev/null +++ b/ApiDoc/index-files/index-4.html @@ -0,0 +1,136 @@ + + + + + + +M - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

M

+
+
MoGoAiCloudClient - com.mogo.cloud.passport中的类
+
+
蘑菇AI云平台SDK入口
+
+
MoGoAiCloudClientConfig - com.mogo.cloud.passport中的类
+
+
SDK 中的参数
+
+
MoGoAiCloudClientConfig() - 类 的构造器com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
 
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-5.html b/ApiDoc/index-files/index-5.html new file mode 100644 index 0000000..0f09057 --- /dev/null +++ b/ApiDoc/index-files/index-5.html @@ -0,0 +1,130 @@ + + + + + + +O - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

O

+
+
onError(int, String) - 接口 中的方法com.mogo.cloud.passport.IMoGoTokenCallback
+
 
+
onTokenGot(String, String) - 接口 中的方法com.mogo.cloud.passport.IMoGoTokenCallback
+
 
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-6.html b/ApiDoc/index-files/index-6.html new file mode 100644 index 0000000..815f47f --- /dev/null +++ b/ApiDoc/index-files/index-6.html @@ -0,0 +1,128 @@ + + + + + + +R - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

R

+
+
refreshToken(IMoGoTokenCallback) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClient
+
 
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-7.html b/ApiDoc/index-files/index-7.html new file mode 100644 index 0000000..55108df --- /dev/null +++ b/ApiDoc/index-files/index-7.html @@ -0,0 +1,158 @@ + + + + + + +S - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

S

+
+
setIHttpDnsCurrentLocation(IHttpDnsCurrentLocation) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
返回HttpDns的位置信息,必须设置,否则将无法使用网络请求
+
+
setLoopCheckDelay(long) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置HttpDns检查时间间隔
+
+
setNetMode(int) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置当前网络环境
+
+
setShowDebugLog(boolean) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置是否打印日志
+
+
setThirdLogin(boolean) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置是否是第三方应用登录
+
+
setThirdPartyAppKey(String) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置AI云平台分配给三方应用的AppKey,需要从AI云平台申请
+
+
setThirdPartyDeviceId(String) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置三方设备唯一ID
+
+
setThirdPartySignSecret(String) - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
+
设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
+
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index-files/index-8.html b/ApiDoc/index-files/index-8.html new file mode 100644 index 0000000..2725012 --- /dev/null +++ b/ApiDoc/index-files/index-8.html @@ -0,0 +1,128 @@ + + + + + + +T - 索引 (蘑菇AI云平台Doc) + + + + + + + + +
+ + + + + + + +
+ + +
C G I M O R S T  + + +

T

+
+
toString() - 类 中的方法com.mogo.cloud.passport.MoGoAiCloudClientConfig
+
 
+
+C G I M O R S T 
+ +
+ + + + + + + +
+ + + + diff --git a/ApiDoc/index.html b/ApiDoc/index.html new file mode 100644 index 0000000..50c5a40 --- /dev/null +++ b/ApiDoc/index.html @@ -0,0 +1,73 @@ + + + + + + +蘑菇AI云平台Doc + + + + + + +<noscript> +<div>您的浏览器已禁用 JavaScript。</div> +</noscript> +<h2>框架预警</h2> +<p>请使用框架功能查看此文档。如果看到此消息, 则表明您使用的是不支持框架的 Web 客户机。链接到<a href="com/mogo/cloud/passport/package-summary.html">非框架版本</a>。</p> + + + diff --git a/ApiDoc/overview-tree.html b/ApiDoc/overview-tree.html new file mode 100644 index 0000000..cf4256e --- /dev/null +++ b/ApiDoc/overview-tree.html @@ -0,0 +1,141 @@ + + + + + + +类分层结构 (蘑菇AI云平台Doc) + + + + + + + + + + + +
+

所有程序包的分层结构

+程序包分层结构: + +
+
+

类分层结构

+ +

接口分层结构

+ +
+ + + + + + diff --git a/ApiDoc/package-list b/ApiDoc/package-list new file mode 100644 index 0000000..762d7bc --- /dev/null +++ b/ApiDoc/package-list @@ -0,0 +1 @@ +com.mogo.cloud.passport diff --git a/ApiDoc/script.js b/ApiDoc/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/ApiDoc/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/ApiDoc/stylesheet.css b/ApiDoc/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/ApiDoc/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClient.java b/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClient.java index 07f2f5e..d0c64ad 100644 --- a/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClient.java +++ b/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClient.java @@ -13,7 +13,7 @@ import com.zhidao.tcloginsdk.model.TokenData; import com.zhidao.tcloginsdk.network.LoginCallback; /** - * 蘑菇AI云平台配置文件 + * 蘑菇AI云平台SDK入口 */ @Keep public class MoGoAiCloudClient { @@ -45,7 +45,7 @@ public class MoGoAiCloudClient { * 初始化 * * @param context 上下文 - * @param aiCloudClientConfig 配置信息 + * @param aiCloudClientConfig SDK配置信息 */ public MoGoAiCloudClient init(Context context, MoGoAiCloudClientConfig aiCloudClientConfig @@ -119,7 +119,10 @@ public class MoGoAiCloudClient { mAiCloudClientConfig.isThirdLogin(), thirdLoginParam, loginCallback); } else { - Log.e(TAG, "SDK MoGoAiCloudClientConfig 为 null,请检查!"); + Log.e(TAG, "═════════════════════════════════════"); + Log.e(TAG, "║ MoGo 鉴权失败 "); + Log.e(TAG, "║ 请配置 MoGoAiCloudClientConfig 信息"); + Log.e(TAG, "═════════════════════════════════════"); } } diff --git a/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClientConfig.java b/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClientConfig.java index cf5c09e..cf67ca3 100644 --- a/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClientConfig.java +++ b/foudations/mogo-passport/src/main/java/com/mogo/cloud/passport/MoGoAiCloudClientConfig.java @@ -61,46 +61,109 @@ public class MoGoAiCloudClientConfig { */ private IHttpDnsCurrentLocation mIHttpDnsCurrentLocation; + /** + * 获取三方设备唯一ID + * + * @return 三方设备唯一ID + */ public String getThirdPartyDeviceId() { return thirdPartyDeviceId; } + /** + * 设置三方设备唯一ID + * + * @param thirdPartyDeviceId 三方设备唯一ID + */ public void setThirdPartyDeviceId(String thirdPartyDeviceId) { this.thirdPartyDeviceId = thirdPartyDeviceId; } + /** + * 获取AI云平台分配给三方应用的AppKey,需要从AI云平台申请 + * + * @return AppKey + */ public String getThirdPartyAppKey() { return thirdPartyAppKey; } + /** + * 设置AI云平台分配给三方应用的AppKey,需要从AI云平台申请 + * + * @param thirdPartyAppKey AppKey + */ public void setThirdPartyAppKey(String thirdPartyAppKey) { this.thirdPartyAppKey = thirdPartyAppKey; } + /** + * 获取AI云平台分配给三方应用的签名密钥,需要从AI云平台申请 + * + * @return 签名密钥 + */ public String getThirdPartySignSecret() { return thirdPartySignSecret; } + /** + * 设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请 + * + * @param thirdPartySignSecret 签名密钥 + */ public void setThirdPartySignSecret(String thirdPartySignSecret) { this.thirdPartySignSecret = thirdPartySignSecret; } + /** + * 获取是否是第三放应用登录 + * + * @return true-是,false-否 + */ public boolean isThirdLogin() { return thirdLogin; } + /** + * 设置是否是第三方应用登录 + * + * @param thirdLogin true-是,false-否 + */ public void setThirdLogin(boolean thirdLogin) { this.thirdLogin = thirdLogin; } + /** + * 获取当前网络环境 + * + * @return 当前的网络环境是那个 + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_DEV 研发环境 + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_QA 测试环境 + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_DEMO 演示环境 + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_RELEASE 线上环境 + */ public int getNetMode() { return sNetMode; } + /** + * 设置当前网络环境 + * + * @param sNetMode 当前的网络环境 + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_DEV + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_QA + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_DEMO + * @see MogoHttpDnsConfig#HTTP_DNS_ENV_RELEASE + */ public void setNetMode(int sNetMode) { this.sNetMode = sNetMode; } + /** + * 获取从AI云平台获取的Token + * + * @return Token信息 + */ public String getToken() { if (TextUtils.isEmpty(token)) { Logger.e(TAG, "Token 获取失败……"); @@ -108,6 +171,11 @@ public class MoGoAiCloudClientConfig { return token; } + /** + * 获取从AI云平台获取的SN + * + * @return SN信息 + */ public String getSn() { if (TextUtils.isEmpty(sn)) { Logger.e(TAG, "SN 获取失败……"); @@ -115,26 +183,56 @@ public class MoGoAiCloudClientConfig { return sn; } + /** + * 是否打印日志 + * + * @return true-打印日志,false-不打印日志 + */ public boolean isShowDebugLog() { return isShowDebugLog; } + /** + * 设置是否打印日志 + * + * @param showDebugLog true-打印日志,false-不打印日志 + */ public void setShowDebugLog(boolean showDebugLog) { isShowDebugLog = showDebugLog; } + /** + * 获取HttpDns检查时间间隔 + * + * @return 时间间隔,毫秒 + */ public long getLoopCheckDelay() { return mLoopCheckDelay; } + /** + * 设置HttpDns检查时间间隔 + * + * @param loopCheckDelay 时间间隔,毫秒 + */ public void setLoopCheckDelay(long loopCheckDelay) { mLoopCheckDelay = loopCheckDelay; } + /** + * 返回HttpDns的位置信息,必须设置,否则将无法使用网络请求 + * + * @return 返回位置信息的回调 + */ public IHttpDnsCurrentLocation getIHttpDnsCurrentLocation() { return mIHttpDnsCurrentLocation; } + /** + * 返回HttpDns的位置信息,必须设置,否则将无法使用网络请求 + * + * @param IHttpDnsCurrentLocation 返回位置信息的回调 + */ public void setIHttpDnsCurrentLocation(IHttpDnsCurrentLocation IHttpDnsCurrentLocation) { mIHttpDnsCurrentLocation = IHttpDnsCurrentLocation; }