ActionableInsights

data class ActionableInsights(val insightActionHandler: InsightActionHandler? = null, val showArchiveButton: Boolean = true) : EntryPoint

Entrypoint for the Actionable Insights screen.

This class contains all the parameters that are used to customize the Actionable Insights screen.

Parameters

insightActionHandler

The optional InsightActionHandler implementation for custom handling of insight actions

showArchiveButton

A boolean value for showing the 'archived insights' button in the toolbar. By default is set to true.

Constructors

Link copied to clipboard
fun ActionableInsights(insightActionHandler: InsightActionHandler? = null, showArchiveButton: Boolean = true)

Properties

Link copied to clipboard
val insightActionHandler: InsightActionHandler? = null
Link copied to clipboard
val showArchiveButton: Boolean = true