FCM 설정

FCM 토큰 업데이트 API 적용
This commit is contained in:
2023-07-25 03:20:42 +09:00
parent fd8c4e726d
commit 6f86663a54
11 changed files with 211 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
)
} else if (audioContentIdString != null) {
bundleOf(
Constants.EXTRA_AUDIO_CONTENT_ID to audioContentIdString.toLong()
Constants.EXTRA_CONTENT_ID to audioContentIdString.toLong()
)
} else {
null