set App In Background Screen
fun setAppInBackgroundScreen(xmlString: String, parameters: Map<String, String> = mapOf()): Task<Unit>
Sets a custom layout to be displayed on the NIMMSTA device when the app is in the background.
The layout is defined using the provided XML string and additional parameters, if any.
Parameters
xml String
A string representing the XML layout definition for the background screen.
parameters
An optional map of key-value pairs used to configure the layout with additional data.
Sets a custom layout to be displayed on the NIMMSTA device when the app is in the background.
Parameters
nimmsta Layout
The layout to display, represented by a NIMMSTALayout instance containing the layout string and optional parameters for additional customization.