Skip to main content

Notification Contents

July 21, 2025

Ahsay Mobile also supports notifications for the mobile application in the supported 31 languages.

For customization, users can provide a notifications.xml for each supported language. For the list of supported languages, please refer to Language. A sample of the notification.xml file can be found in the AhsayMobileCustomization.zip file.

It can be located in \Text\Android\$values_folder$.

Example, for Spanish the notification.xml file can be found in \Text\Android\values-es.

Sample file (notification.xml)

<?xml version="1.0" encoding="utf-8"?>
<resources>
	<string name="notification_backup_running">Running</string>
	<string name="notification_backup_finished">Backup Finished</string>
	<string name="notification_backup_stopped">Backup Stopped</string>
</resources>