사용자 로그아웃
[[TalkPlus sharedInstance] logout:^{
// SUCCESS
} failure:^(int errorCode, NSError *error) {
// FAILURE
}];TalkPlus.sharedInstance()?.logout({
// SUCCESS
}, failure: { (errorCode, error) in
// FAILURE
})Last updated
Was this helpful?