Info alert

AlertHandler.getAlert(AlertHandler.AlertType.Info, 'information', 'Please note that this...');

Info alert closable

AlertHandler.getAlert(AlertHandler.AlertType.Info, 'information', 'Please note that this...', true);

Alerts (warning, danger, success..)

Other alert types are AlertHandler.AlertType.Warning, AlertHandler.AlertType.Danger and AlertHandler.AlertType.Success