LoginStore

abstract class LoginStore

Login management class.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Singleton object

Properties

Link copied to clipboard
abstract val loginState: LoginState

Login state{@link LoginState}

Link copied to clipboard

SDK application ID

Functions

Link copied to clipboard
abstract fun login(context: Context, sdkAppID: Int, userID: String, userSig: String, completion: CompletionHandler? = null)

Login

Link copied to clipboard
abstract fun logout(completion: CompletionHandler? = null)

Logout

Link copied to clipboard
abstract fun setSelfInfo(userProfile: UserProfile, completion: CompletionHandler? = null)

Set personal information