registerNavigationInterceptor
abstract fun registerNavigationInterceptor(index: Int = 0, handler: InterceptorHandler): CloseHandle
Adds a navigation interceptor.
Return
A handle that unregisters handler.
Parameters
index
Priority. Lower values run first.
handler
Handler invoked with the requested navigation URL.