FullScreenRequest

data class FullScreenRequest(val fullScreen: Boolean) : ReportEvent

A ReportEvent representing a request to give a ReportView the entire screen. An enclosing Activity might choose to hide or show its ActionBar based on this state.

Parameters

fullScreen
a boolean indicating if the ReportView is requesting the full screen.

Constructors

Link copied to clipboard
constructor(fullScreen: Boolean)

Properties

Link copied to clipboard