Updated on 2026-08-14
This commit is contained in:
parent
2b928cfa9d
commit
7472e7b1dc
13 changed files with 138 additions and 5 deletions
|
|
@ -95,6 +95,10 @@ sealed class DeepLinkRoute {
|
|||
data object Survey : DeepLinkRoute() {
|
||||
override val host: String = "survey"
|
||||
}
|
||||
|
||||
data object Campaigns : DeepLinkRoute() {
|
||||
override val host: String = "campaigns"
|
||||
}
|
||||
}
|
||||
|
||||
enum class DeepLinkScheme(val scheme: String) {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ object DeeplinkConst {
|
|||
const val PROMO_CODE_KEY = "promo_code"
|
||||
const val REF_KEY = "ref"
|
||||
const val CAMPAIGN_KEY = "campaign"
|
||||
const val CAMPAIGN_ID_KEY = "campaignId"
|
||||
const val NAME_KEY = "name"
|
||||
const val ORDER_KEY = "order"
|
||||
const val INTERVAL_KEY = "interval"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue