Skip to content

Commit

Permalink
[#1009] Preview용 FakeTracker 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Dec 26, 2024
1 parent 159d3fb commit a8e3dd2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.sopt.official.analytics.impl

import org.sopt.official.analytics.EventType
import org.sopt.official.analytics.Tracker

object FakeTracker : Tracker {
override fun track(type: EventType, name: String, properties: Map<String, Any?>) = Unit
override fun setNotificationStateToUserProperties(value: Boolean) = Unit
}

0 comments on commit a8e3dd2

Please sign in to comment.