Actionable Insights
data class ActionableInsights(val insightActionHandler: InsightActionHandler? = null, val showArchiveButton: Boolean = true) : EntryPoint
Content copied to clipboard
Entrypoint for the Actionable Insights screen.
This class contains all the parameters that are used to customize the Actionable Insights screen.
Parameters
insight Action Handler
The optional InsightActionHandler implementation for custom handling of insight actions
show Archive Button
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)
Content copied to clipboard