runSharingAction

private inline suspend fun runSharingAction(crossinline action: suspend () -> Unit): ImageShareResult(source)

Executes the runSharingAction step in the SDAI presentation layer.

Return

Result produced by runSharingAction.

Author

Dmitriy Moroz

Parameters

action

action value consumed by the API.