checkBookId

fun checkBookId(bookId: String, navigate: () -> Unit)

Called when the view is to be reloaded. Checks if any book displayed on a page currently, is no longer available to redirect user.

Parameters

bookId

The id of the MBook to verify

navigate

The Function to redirect the user to a specified location