gsdsdk / com.gsd.software.sdk.offlinetools.api.data / IntentionStorage
class IntentionStorage :
IntentionDataSource
Created by konradrutkowski on 07.02.2019.
Name | Summary |
---|---|
<init> | IntentionStorage(localStorage: RealmStorage ) Created by konradrutkowski on 07.02.2019. |
Name | Summary |
---|---|
loadAll | fun loadAll(): List < RealmIntention > |
remove | fun remove(id: String ): Unit |
removeByFollowId | fun removeByFollowId(followId: String ): Unit |
save | fun save(intentionContainer: IntentionContainer ): Unit |
saveLastFailReason | fun saveLastFailReason(id: String , reason: String ): Unit |