Skip to content

Commit

Permalink
Merge branch 'feature/cdp-main' into feature/cdp-push-code-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Sep 24, 2024
2 parents 4cd4d5d + 4992774 commit ee332fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ class RNCIOPushMessaging(
*/
override fun onNewIntent(intent: Intent?) {
val intentArguments = intent?.extras ?: return
//TODO: Implement pushMessaging later
/*
kotlin.runCatching {
if (SDKComponent.pushModuleConfig.autoTrackPushEvents) {
SDKComponent.pushTrackingUtil
Expand All @@ -202,7 +204,6 @@ class RNCIOPushMessaging(
}.onFailure { ex ->
logger.error("Unable to parse push notification intent, reason: ${ex.message}")
}

}
override fun getName(): String = "CioRctPushMessaging"
Expand Down
2 changes: 1 addition & 1 deletion ios/wrappers/CioRctWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ extension CioRctWrapper: InAppEventListener {
func messageActionTaken(message: InAppMessage, actionValue: String, actionName: String) {
sendEvent(eventType: CustomerioConstants.messageActionTaken, message: message, actionValue: actionValue, actionName: actionName)
}
}
}

0 comments on commit ee332fe

Please sign in to comment.