EZUIKit  2.0
 全部  函数 属性
Class Methods | 所有成员列表
EZUIKit类 参考

Kit. 更多...

#import <EZUIKit.h>

类 EZUIKit 继承关系图:

Class Methods

(void) + initWithAppKey:
 
(void) + initGlobalWithAppKey:apiUrl:
 
(void) + setDebug:
 
(void) + setAccessToken:
 
(NSString *) + getVersion
 

详细描述

Kit.

Method Documentation

+ (NSString *) getVersion

获取EZUIKit版本号

返回
EZUIKit版本号
+ (void) initGlobalWithAppKey: (NSString *)  appKey
apiUrl: (NSString *)  apiUrl 

国际版初始化EZUIKit,只适用于国际版

参数
appKeyappkey
apiUrl对应区域服务器地址
+ (void) initWithAppKey: (NSString *)  appKey

国内版初始化EZUIKit,适用于国内和全球统一

参数
appKeyappkey
+ (void) setAccessToken: (NSString *)  token

设置accsess token

参数
tokenaccess token
+ (void) setDebug: (BOOL)  debugOn

设置是否开启调试信息打印,建议在初始化之前调用

参数
debugOn是否开启

该类的文档由以下文件生成: