-
- All Implemented Interfaces:
-
io.customer.sdk.module.CustomerIOModuleConfig
public final class MessagingPushModuleConfig implements CustomerIOModuleConfigPush messaging module configurations
<p/> Please note for apps targeting Android 12 or greater, all other apps and browser intents will be opened over host app so that notification metrics are not affected
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessagingPushModuleConfig.Builderpublic classMessagingPushModuleConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanautoTrackPushEventsprivate final CustomerIOPushNotificationCallbacknotificationCallbackprivate final BooleanredirectDeepLinksToOtherApps
-
Method Summary
Modifier and Type Method Description final BooleangetAutoTrackPushEvents()final CustomerIOPushNotificationCallbackgetNotificationCallback()final BooleangetRedirectDeepLinksToOtherApps()-
-
Method Detail
-
getAutoTrackPushEvents
final Boolean getAutoTrackPushEvents()
-
getNotificationCallback
final CustomerIOPushNotificationCallback getNotificationCallback()
-
getRedirectDeepLinksToOtherApps
final Boolean getRedirectDeepLinksToOtherApps()
-
-
-
-