Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

what localization keys can we override on Android SDK For CCAIP from the `stings.xml` file?

I'm looking to customize the text displayed on the 'Hide' and 'End Chat' buttons within the UJET Android SDK. I've been unable to find any documentation or guidance on how to override these specific text keys. Could someone please provide assistance or point me in the right direction?

1 REPLY 1

To customize the text for the 'Hide' and 'End Chat' buttons in the UJET Android SDK, you would generally need to look at how the SDK allows for localization or customization of UI components. Many SDKs provide either resource files or APIs to modify button labels and other UI elements. Here are a few steps you can take:-

1. Check the SDK Documentation

2. Inspect String Resources

3. Contact UJET Support or Community

4. Decompile and Investigate

 

If you're still unable to find the documentation, it may help to contact UJET directly or review any sample projects they provide, which might offer clues on how to override UI elements.