Kit. 更多...
#import <EZUIKit.h>
Class Methods | |
| (void) | + initWithAppKey: |
| (void) | + initGlobalWithAppKey:apiUrl: |
| (void) | + setDebug: |
| (void) | + setAccessToken: |
| (NSString *) | + getVersion |
Kit.
| + (NSString *) getVersion |
获取EZUIKit版本号
| + (void) initGlobalWithAppKey: | (NSString *) | appKey | |
| apiUrl: | (NSString *) | apiUrl | |
国际版初始化EZUIKit,只适用于国际版
| appKey | appkey |
| apiUrl | 对应区域服务器地址 |
| + (void) initWithAppKey: | (NSString *) | appKey |
国内版初始化EZUIKit,适用于国内和全球统一
| appKey | appkey |
| + (void) setAccessToken: | (NSString *) | token |
设置accsess token
| token | access token |
| + (void) setDebug: | (BOOL) | debugOn |
设置是否开启调试信息打印,建议在初始化之前调用
| debugOn | 是否开启 |
1.8.7