needPatientBanner property

bool? needPatientBanner
getter/setter pair

Boolean value indicating whether the app was launched in a UX context where a patient banner is required (when true) or not required (when false). An app receiving a value of false should not take up screen real estate displaying a patient banner.

Implementation

bool? needPatientBanner;