앱스플라이어 딥링크 설정

This commit is contained in:
Yu Sung
2025-03-06 15:13:26 +09:00
parent d019f44a0e
commit d7c8f4ad40
5 changed files with 48 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ class AppState: ObservableObject {
@Published var pushChannelId = 0
@Published var pushMessageId = 0
@Published var pushAudioContentId = 0
@Published var pushSeriesId = 0
@Published var roomId = 0 {
didSet {
if roomId <= 0 {
@@ -44,6 +45,10 @@ class AppState: ObservableObject {
@Published var isChangeAdultContentVisible = false
@Published var startTab: HomeViewModel.CurrentTab = .content
@Published var marketingUtmSource = ""
@Published var marketingUtmMedium = ""
@Published var marketingUtmCampaign = ""
func setAppStep(step: AppStep) {
switch step {
case .splash, .main: