EmailProtectionLinkVerifier

Determines if a link should be consumed by the in-context Email Protection feature.

If the link should be consumed, it will be delegated to the in-context view. If the link should not be consumed, it should open as normal in the browser.

Functions

Link copied to clipboard
abstract fun shouldDelegateToInContextView(url: String?, inContextViewAlreadyShowing: Boolean?): Boolean

Determines if a link should be consumed by the in-context Email Protection feature or opened as a normal URL in the browser.