app / com.ocean.ishareeconomy_android.repositories / RepositoryParams

RepositoryParams

class RepositoryParams

Part of login.

Parameter bundle for UserRepository Singleton

Constructors

<init>

Part of login.

RepositoryParams(loggedInUserId: String, database: IShareDataBase)

Properties

database

main database object, needed to store data locally

val database: IShareDataBase

loggedInUserId

the logged in user's id, needed for almost all API calls

val loggedInUserId: String