Alert Object

3.17.0

The Alert object is used to display alerts on the mobile application home screen

On this page:

Related pages

Timecard Status Object Formats


JSON Format
{
	"Module" : "Timecard",
	"Msg" : "",
	"Args" : {
		"${key}" : "${value}"
			.
			.
	}
}

Alert Object Properties

(info) Required properties are in bold.

PropertyValueDescription
ModulestringIdentifies the module the alert is related to.
MsgstringSpecifies the message of the alert to be presented to the mobile worked. Timecard Status
Argsobject

This object contains zero or more optional properties that are specific to the alert type. The mobile application uses this information to provide deeper context around the alert message itself.