ResolveError

Errors related to resolving an application to handle an intent and context.

Index

Enumeration members

AppDoesNotHandleIntent

AppDoesNotHandleIntent: = "ResolveError:AppDoesNotHandleIntent"

Indicates that a provided application does not handle the provided intent and context.

NoAppsFound

NoAppsFound: = "ResolveError:NoAppsFound"

Indicates that no application could be found to handle the provided intent and context.

ResolverClosedOrCancelled

ResolverClosedOrCancelled: = "ResolveError:ResolverClosedOrCancelled"

Indicates that intent resolution has been cancelled because the user dismissed the intent resolver UI.