NewTitle

data class NewTitle(val reportTitle: CharSequence?) : ReportEvent

A ReportEvent representing a change in the title of the report or what's being currently displayed so that the enclosing Activity can react appropriately. An enclosing Activity might choose to use this event to update the ActionBar title.

Parameters

reportTitle
a CharSequence representing the new report title passed from the ReportViewController.

Constructors

Link copied to clipboard
constructor(reportTitle: CharSequence?)

Properties

Link copied to clipboard