We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1298ca + 0917a15 commit 64a1a96Copy full SHA for 64a1a96
analytics/src/main/java/com/sofakingforever/analytics/AnalyticsDispatcher.kt
@@ -48,6 +48,7 @@ interface AnalyticsDispatcher {
48
is CustomEvent -> trackCustomEvent(event)
49
is ContentViewEvent -> trackContentView(event)
50
is InviteEvent -> trackInviteEvent(event)
51
+ is SetUserProperty -> setUserProperty(event)
52
// alert developer if this is a customized event implementation
53
else -> throw UnsupportedEventException(event)
54
}
0 commit comments