Skip to content

    Integration Advice

    Calling suspend methods

    As shown in previous sections, main APIs contain the suspend modifier as to be called properly by another suspend method, in a Coroutine context. A suspend method cannot be called from a classic function or any method that is not suspend.

    Was this helpful?

    What was your feeling about it?