Skip to content

Instantly share code, notes, and snippets.

@raystatic
Last active July 9, 2022 20:40
Show Gist options
  • Save raystatic/2fec179e0287c1bbb4332b5b8a27b4cc to your computer and use it in GitHub Desktop.
Save raystatic/2fec179e0287c1bbb4332b5b8a27b4cc to your computer and use it in GitHub Desktop.
interface DeeplinkProcessor {
fun matches(deeplink: String): Boolean
fun execute(deeplink: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment