The title and body properties are part of the received INotificationMessage, but the title_loc_key and body_loc_key are not, so there does not seem to be a way to react to notifications while the app is running and retrieve these strings for manual localization. The localization keys are automatically used and translations looked up from the strings resources for the notification view on Android, but I also need to get the same localization keys into the app for presenting in toasts for example, and both body and body_loc_key cannot be set at the same time since then the body rules out the body_loc_key.
The title and body properties are part of the received INotificationMessage, but the title_loc_key and body_loc_key are not, so there does not seem to be a way to react to notifications while the app is running and retrieve these strings for manual localization. The localization keys are automatically used and translations looked up from the strings resources for the notification view on Android, but I also need to get the same localization keys into the app for presenting in toasts for example, and both body and body_loc_key cannot be set at the same time since then the body rules out the body_loc_key.