Skip to content

Validation/Default fallback Intent #155

Open
@kxfang

Description

@kxfang

Currently individual deep link handler methods/Activities need to do the following manually:

  1. Validate the deep link URI. The framework takes care of most of this, but query parameters and parameter values still need to be validated manually.
  2. Ensure certain pre-conditions are true (e.g. user must be logged in)
  3. Be explicitly aware of the fallback Intent to use if the URI is invalid or a global pre-condition is false

It'd be nice if the framework could help reduce that boilerplate. Note a solution doesn't necessarily need to address all of the issues above. Let me know if this is something we want, and if so we can bounce on some ideas for what the API for this might look like.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions