current
Gets the activity associated with the coroutine.
Return
the activity context, ie. a Context for which Context.getActivity will return the associated android.app.Activity.
Throws
if no context is bound to the coroutine.
Gets the activity associated with the coroutine.
the activity context, ie. a Context for which Context.getActivity will return the associated android.app.Activity.
if no context is bound to the coroutine.