DeepLinkMatcher.Filter


A filter for a deep link, such as a mimeType.

Filters declared in a DeepLinkMatcher must be present in a DeepLinkRequest. On the other hand, a matching DeepLinkRequest may contain more filter info than is required by a DeepLinkMatcher

Summary

Public constructors

<K : Any> Filter(filter: K)
Cmn

Public functions

abstract Boolean

Matches a DeepLinkRequest to this Filter.

Cmn

Public constructors

Filter

<K : Any> Filter(filter: K)
Parameters
filter: K

the value to filter by

Public functions

filterRequest

abstract fun filterRequest(request: DeepLinkRequest): Boolean

Matches a DeepLinkRequest to this Filter.

Returns true if they are a match, false otherwise.