gsdsdk / com.gsd.software.sdk.viewcomponents.userpicker.recipientrepository.local / RecipientsLocal
class RecipientsLocal :
RecipientsDataSource
Created by Maksim Shumko on 8/31/2020.
Name | Summary |
---|---|
<init> | RecipientsLocal(realmStorage: RealmStorage ) Created by Maksim Shumko on 8/31/2020. |
Name | Summary |
---|---|
getRecipients | fun getRecipients(): LiveResult< List < Recipient >> |
saveRecipients | fun saveRecipients(recipients: List < Recipient >): Unit |
Name | Summary |
---|---|
loadRecipients | open fun loadRecipients(observer: ( RepositoryResult < List < Recipient >>) -> Unit ): Unit |