OnUrlAllowListCallback

Interface that defines a callback that can be used to reject or allow a URL.

Functions

Link copied to clipboard
abstract fun allowUrl(url: String, scope: UrlAllowList.Scope): Boolean

Called when the URL has passed the isAllowed() check.