gsdsdk / com.gsd.software.sdk.offlinetools.api.scope / ScopeEventListener

ScopeEventListener

interface ScopeEventListener

Created by konradrutkowski on 18.03.2019.

Functions

Name Summary
onScopeExecuted abstract suspend fun onScopeExecuted(id:String):Unit
onScopeFailed abstract fun onScopeFailed(id:String):Unit
onScopeFinished abstract suspend fun onScopeFinished(id:String):Unit
onScopeUnableToExecute abstract fun onScopeUnableToExecute(id:String):Unit

Inheritors

Name Summary
IntentionController class IntentionController :ScopeEventListener
Created by konradrutkowski on 07.02.2019.