AlertHandler.getAlert(AlertHandler.AlertType.Info, 'information', 'Please note that this...');
AlertHandler.getAlert(AlertHandler.AlertType.Info, 'information', 'Please note that this...', true);
Other alert types are AlertHandler.AlertType.Warning, AlertHandler.AlertType.Danger and AlertHandler.AlertType.Success