Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created March 24, 2021 11:10
Show Gist options
  • Save igorescodro/921d66b2bd24d3e67b207ef2b9e16c84 to your computer and use it in GitHub Desktop.
Save igorescodro/921d66b2bd24d3e67b207ef2b9e16c84 to your computer and use it in GitHub Desktop.
NavDeepLinkBuilder(context)
.setGraph(R.navigation.nav_graph)
.setDestination(R.id.taskDetailFragment)
.setArguments(arguments)
.createPendingIntent()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment