Skip to content

Commit 39c40aa

Browse files
fix: Refactor execute method signature
fix: Refactor execute method signature
2 parents 3ada269 + 6e22804 commit 39c40aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
121121
@Suppress("UNCHECKED_CAST", "CAST_NEVER_SUCCEEDS")
122122
override fun execute(
123123
viewName: String,
124-
attributes: Map<String, String>?,
125-
mpRoktEventCallback: MParticle.MpRoktEventCallback,
124+
attributes: Map<String, String>,
125+
mpRoktEventCallback: MParticle.MpRoktEventCallback?,
126126
placeHolders: MutableMap<String, WeakReference<RoktEmbeddedView>>?,
127127
fontTypefaces: MutableMap<String, WeakReference<Typeface>>?,
128128
filterUser: FilteredMParticleUser?

0 commit comments

Comments
 (0)