Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.managers.services
authorizeWithLogin
KSAccountUserInfo authorizeWithLogin(java.lang.String login, java.lang.String password) throws KSException
An object which represents the user's account information
registerWithLogin
KSAccountUserInfo registerWithLogin(java.lang.String login, java.lang.String password) throws KSException
An object which represents the user's account information if no error has occured, null otherwise.
signOut
boolean signOut() throws KSException
true if no error has occured, false otherwise.
resendConfirmationEmailForLogin
boolean resendConfirmationEmailForLogin(java.lang.String login) throws KSException
true if no error has occured, false otherwise.
recoverPassword
boolean recoverPassword(java.lang.String login) throws KSException
true if no error has occured, false otherwise.