Skip to content

Commit

Permalink
updated default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 6, 2023
1 parent 6f053a0 commit 57af2b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.customer.messagingpush

import io.customer.messagingpush.config.PushClickBehavior
import io.customer.messagingpush.config.PushClickBehavior.ACTIVITY_NO_FLAGS
import io.customer.messagingpush.config.PushClickBehavior.ACTIVITY_PREVENT_RESTART
import io.customer.messagingpush.data.communication.CustomerIOPushNotificationCallback
import io.customer.sdk.module.CustomerIOModuleConfig

Expand All @@ -25,7 +25,7 @@ class MessagingPushModuleConfig private constructor(
private var autoTrackPushEvents: Boolean = true
private var notificationCallback: CustomerIOPushNotificationCallback? = null
private var redirectDeepLinksToOtherApps: Boolean = true
private var pushClickBehavior: PushClickBehavior = ACTIVITY_NO_FLAGS
private var pushClickBehavior: PushClickBehavior = ACTIVITY_PREVENT_RESTART

/**
* Allows to enable/disable automatic tracking of push events. Auto tracking will generate
Expand Down

0 comments on commit 57af2b6

Please sign in to comment.