Interactor
Base interactor class to be used for work without a specific result. Examples:
updating the local database
perform an api call and update the database (without having to know the actual result)
returns: InvokeStatus in a flow on invoke to indicate the status of the work
Constructors
Interactor
Link copied to clipboard
fun Interactor()
Content copied to clipboard
Types
Functions
executeSync
Link copied to clipboard
invoke
Link copied to clipboard
operator fun invoke(params: P, timeoutMs: Long = defaultTimeoutMs): Flow<InvokeStatus>
Content copied to clipboard
Extensions
invoke
Link copied to clipboard