An interface that allows you to send a duress call to NAOCloud with the alert level.
- boolean fireButtonPressedAlert(Context context, String alertName, TALERTLEVEL level)
- BOOL fireButtonPressedAlert:(NString*) name andLevel: (DBALERTLEVEL) level
Alerts levels are defined as follows :
/** All level for button pressed alert */
public enum TALERTLEVEL {
ALERT,
WARNING,
NOTICE,
INFO,
;
}