To customize the appearance of in-app messages, you need to add a property list (plist) file inside the Headers folder in the Netmera Framework.
In this plist file, you can customize various aspects of the in-app message, such as text color, background color, font, button radius, etc. Please note that the appearance customization options may vary depending on the Netmera SDK version you are using.
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plistversion="1.0"><dict> <key>TextColor</key> <string>{hexcolor. For ex-> 16777215}</string> <key>TitleColor</key> <string>{hexcolor. For ex-> 16777215}</string> <key>BackgroundColor</key> <string>{hexcolor. For ex-> 16777215}</string> <key>CancelButtonBackgroundColor</key> <string>{hexcolor. For ex-> 16777215}</string> <key>TitleFont</key> <string>{font family name. ex -> ariel}</string> <key>TextFont</key> <string>{font family name. ex -> ariel}</string> <key>CancelButtonRadius</key> <string>{10 sd px}</string> <key>ShadowOpacity</key> <string>{0-1}</string> <key>BottomPaddingRatio</key> <string>{between 0.01 - 1}</string> <key>CancelButtonImage</key> <string>{imagename}</string></dict></plist>