gsdsdk / com.gsd.software.sdk.offlinetools / GsdIntentionSyncManager
interface GsdIntentionSyncManager
Created by Maksim Shumko on 6/3/2019.
Name | Summary |
---|---|
addIntention | abstract suspend fun addIntention(intention: Intention , priority: Int = 0, executeImmediately: Boolean = false, allowDuplications: Boolean = true): Unit |
execute | abstract suspend fun execute(): Unit |
isActiveScopeExisting | abstract fun isActiveScopeExisting(followId: String ): Boolean |
Name | Summary |
---|---|
GsdIntention | class GsdIntention : GsdIntentionSyncManager Created by konradrutkowski on 14.02.2019. |