| | |
| | | */ |
| | | @property BOOL isBindUser; |
| | | |
| | | /**! sdk 内部使用 |
| | | @abstract 游客账号绑标示(仅游客登录返回 0-未绑定过账户 1 绑定过1个或者多个账号) |
| | | */ |
| | | @property NSInteger isBindAccount; |
| | | |
| | | |
| | | // cp 使用 |
| | | @property int isGuestAccount; // 0 不是游客账号 1是游客账号 |
| | | |
| | | @property(copy,nonatomic)NSString *apply_delete_status;//申请删除账号状态 0-未申请删除; 1-已申请删除 |
| | | @property(copy,nonatomic)NSString *delete_date; //apply_delete_status=1时有值,返回时间戳。 |
| | | |
| | | |
| | | |
| | | /**! |
| | | @abstract 4.0.0添加,标记facebook登录是为受限登录 |
| | | */ |
| | | @property BOOL fbLimit; |
| | | |
| | | -(id)initWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; |
| | | +(id)loginResultWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; |
| | | @end |