InterceptorResult
Represents the possible outcomes when a TWSViewInterceptor handles a URL intercepted from a WebView.
LOAD_WEB_VIEW → The URL is not intercepted and should be loaded directly inside the WebView.
OPEN_NATIVE → The URL should be opened using a native mechanism (e.g., Custom Chrome Tab or external app) and will be handled by TWSWebViewClient.
HANDLED_BY_USER → The URL has already been handled by the application (e.g., deep link launched) and should not be further processed by the WebView.
Usage: Implementations of TWSViewInterceptor return one of these results to control the navigation flow.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.