OnUrlAllowListCallback

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

Functions

Link copied to clipboard
abstract fun allowUrl(@NonNull url: String, scope: Int): Boolean
Called when the URL has passed the isAllowed() check.