runPlatformAction
private inline suspend fun runPlatformAction(crossinline action: suspend () -> Unit): GalleryDetailActionResult(source)
Executes the runPlatformAction step in the SDAI presentation layer.
Return
Result produced by runPlatformAction.
Author
Dmitriy Moroz
Parameters
action
action value consumed by the API.