gsdsdk / com.gsd.software.sdk.viewcomponents.userpicker.recipientrepository / RecipientsDataSource
interface RecipientsDataSource
Created by Konrad Rutkowski on 20/07/2020.
Name | Summary |
---|---|
getRecipients | open fun getRecipients(): LiveResult< List < Recipient >> |
loadRecipients | open fun loadRecipients(observer: ( RepositoryResult < List < Recipient >>) -> Unit ): Unit |
saveRecipients | open fun saveRecipients(recipients: List < Recipient >): Unit |
Name | Summary |
---|---|
RecipientsLocal | class RecipientsLocal : RecipientsDataSource Created by Maksim Shumko on 8/31/2020. |
RecipientsRemote | class RecipientsRemote : RecipientsDataSource Created by Maksim Shumko on 8/31/2020. |
RecipientsRepository | class RecipientsRepository : RecipientsDataSource Created by Konrad Rutkowski on 20/07/2020. |