Exemplo n.º 1
0
 /// <summary>
 /// 设置SDK监听
 /// </summary>
 public static void SetSDKListener(ISDKListener listener)
 {
     mListener = listener;
     // 初始化配置
     SDKConfig.AutoInit(mListener);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 初始化配置信息
 /// </summary>
 public static void AutoInit(ISDKListener listener)
 {
     AppKey    = listener.AppKey;
     AppSecret = listener.AppSecret;
     LoadAccountCache();
 }