Updated on 2026-08-14
This commit is contained in:
parent
295d82db8d
commit
92b2c14585
1 changed files with 1 additions and 1 deletions
|
|
@ -278,5 +278,5 @@ sealed class AnalyticsParam {
|
|||
|
||||
fun getReferralParams(referralId: String?): List<Pair<String, String>> = listOf(
|
||||
REFERRAL to (!referralId.isNullOrBlank()).toString().replaceFirstChar(Char::titlecase),
|
||||
REFERRAL_ID to (referralId ?: "None"),
|
||||
REFERRAL_ID to (referralId ?: "Empty"),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue