Notifly 설정 추가
- logout - 메인 화면에 진입할 때마다 데이터 업데이트
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user