android-components / mozilla.components.feature.session / SessionUseCases / StopLoadingUseCase / invoke

invoke

fun invoke(session: Session = sessionManager.selectedSessionOrThrow): Unit (source)

Stops the current URL of the provided session from loading.

Parameters

session - the session for which loading should be stopped.