{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface ResolvedIntent
VerifiableIntent |
A |
An Intent that has been processed to determine the set of packages to which it resolves.
Public functions |
|
|---|---|
Boolean |
canBeHandledBy(appPackage: String!)Returns |
Intent! |
Returns the underlying Intent. |
fun canBeHandledBy(appPackage: String!): Boolean
Returns true if this recorded intent can be handled by an activity in the given package.