Package 

Class MessagingPushModuleConfig.Builder

    • Constructor Detail

      • MessagingPushModuleConfig.Builder

        MessagingPushModuleConfig.Builder()
    • Method Detail

      • setAutoTrackPushEvents

         final MessagingPushModuleConfig.Builder setAutoTrackPushEvents(Boolean autoTrackPushEvents)

        Allows to enable/disable automatic tracking of push events. Auto tracking will generate opened and delivered metrics for push notifications sent by Customer.io without any additional code

        Parameters:
        autoTrackPushEvents - true to enable auto tracking, false otherwise; default true
      • setRedirectDeepLinksToOtherApps

         final MessagingPushModuleConfig.Builder setRedirectDeepLinksToOtherApps(Boolean redirectDeepLinksToOtherApps)

        Allows to enable/disable opening non app links outside the app

        <p> true: links not supported by apps will be opened in other matching apps, if no matching apps are found, host app will be launched to default landing page false: links not supported will only open the host app to its default landing page
        Parameters:
        redirectDeepLinksToOtherApps - flag to support opening urls from notification to other native apps or browsers; default true