Interface InsightsConfiguration.Builder

    • Method Detail

      • insightsEnabled

        InsightsConfiguration.Builder insightsEnabled​(Boolean insightsEnabled)

        Set the InsightsEnabled value to true to enable insights or false to disable insights.

        Parameters:
        insightsEnabled - Set the InsightsEnabled value to true to enable insights or false to disable insights.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationsEnabled

        InsightsConfiguration.Builder notificationsEnabled​(Boolean notificationsEnabled)

        Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

        Parameters:
        notificationsEnabled - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.