checkServerSource

private fun <T> checkServerSource(onValid: () -> T, onNotValid: () -> T): T(source)

Executes the checkServerSource step in the SDAI data layer.

Author

Dmitriy Moroz

Parameters

onValid

callback invoked by the component.

onNotValid

callback invoked by the component.