DuckDuckGoUrlDetector

Public interface for DuckDuckGoUrlDetector

Functions

Link copied to clipboard
abstract fun extractQuery(uriString: String): String?

This method takes a uriString and returns a String?

Link copied to clipboard
abstract fun extractVertical(uriString: String): String?

This method takes a uriString and returns a String?

Link copied to clipboard
abstract fun isDuckDuckGoEmailUrl(url: String): Boolean

This method takes a url and returns true or false.

Link copied to clipboard
abstract fun isDuckDuckGoQueryUrl(uri: String): Boolean

This method takes a uri and returns true or false.

Link copied to clipboard

This method takes a uri and returns true or false.

Link copied to clipboard
abstract fun isDuckDuckGoUrl(url: String): Boolean

This method takes a url and returns true or false.

Link copied to clipboard

This method takes a uri and returns true or false.