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

invoke

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

Reloads the current URL of the provided session (or the currently selected session if none is provided).

Parameters

session - the session for which reload should be triggered.