Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdlwl committed Jun 22, 2022
1 parent 6f6e541 commit fdc14c7
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ class FirebaseAnalyticsHelperr @Inject constructor(
override fun logEvent(eventName: String) {
context.showToast("테스트!!")
Log.e("jhim", eventName)
TODO("Not yet implemented")
}

override fun logEvent(eventName: String, params: Map<String, Any?>) {
TODO("Not yet implemented")
Log.e("jhim", eventName)
}

override fun logEvent(eventName: String, params: Bundle) {
TODO("Not yet implemented")
Log.e("jhim", eventName)
}

}
}

0 comments on commit fdc14c7

Please sign in to comment.