app / com.ocean.ishareeconomy_android.viewmodels / LendingViewModel / <init>

<init>

LendingViewModel(application: Application, id: String, auth: String)

AddLendingViewModel

Parameters

id - : String

auth - : String

application - The application that this viewmodel is attached to, it's safe to hold a reference to applications across rotation since Application is never recreated during activity or fragment lifecycle events.

Constructor
AddLendingViewModel