| com.urbanairship.UrlAllowList.OnUrlAllowListCallback |
Interface that defines a callback that can be used to reject or allow a URL.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
allowUrl(String url, int scope)
Called when the URL has passed the isAllowed() check.
| ||||||||||
Called when the URL has passed the isAllowed() check.
| url | The URL. |
|---|---|
| scope | The scope. |
true to accept the URL, false to reject the URL.