Notifly 기본 설정 추가
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package kr.co.vividnext.sodalive.tracking
|
||||
|
||||
import android.content.Context
|
||||
import tech.notifly.Notifly
|
||||
|
||||
object NotiflyClient {
|
||||
fun setUser(context: Context, userId: Long, params: Map<String, Any?>) {
|
||||
Notifly.setUserId(context, "voiceon_user$userId")
|
||||
Notifly.setUserProperties(context, params)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user