Method | Method detail |
---|---|
isCheckUserLogin() | Convenient getter method to get user login status. |
isSocialLogin() | Convenient getter method to get user login status by social. |
public func isCheckUserLogin() -> Bool
/*
Bool Return to check user login status
*/
return Account.sharedInstance.isCheckUserLogin()
public func isSocialLogin() -> Bool
/*
Bool Return to check user login status
*/
return Account.sharedInstance.isSocialLogin()