Notifly 설정 추가

- logout
- 메인 화면에 진입할 때마다 데이터 업데이트
This commit is contained in:
2025-03-12 16:05:41 +09:00
parent 10208fada8
commit 01d96a19b9
3 changed files with 10 additions and 1 deletions

View File

@@ -8,4 +8,8 @@ object NotiflyClient {
Notifly.setUserId(context, "voiceon_user$userId")
Notifly.setUserProperties(context, params)
}
fun logout(context: Context) {
Notifly.setUserId(context, userId = null)
}
}