Код: Выделить всё
val pendingIntent = NavDeepLinkBuilder(context)
.setGraph(R.navigation.nav_graph)
.setDestination(R.id.android)
.createPendingIntent()
Подробнее здесь: https://stackoverflow.com/questions/797 ... d-of-start
Код: Выделить всё
val pendingIntent = NavDeepLinkBuilder(context)
.setGraph(R.navigation.nav_graph)
.setDestination(R.id.android)
.createPendingIntent()