| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
I need to show badge value in for both android and ios. In ios badge value is getting from payload its show in app icon. For android how will do that? or android will support or not for the badge value? Kindly help on this..
@Donnv Kelly , Badge values are supported in Android. [API: kony.notificationsettings.setShowBadge]
This API helps you enable or disable the notification badges for push/remote or local notifications only which are supported by Kony Framework.
By default the notification badge's visibility will be true when running on Android 8.0 devices.
Signature:
JavaScript: kony.notificationsettings.setShowBadge(notificationChannelName, showBadgeValue)
@Bewnvdette Hvwdvcwe
Thanks for your reply.
kony.notificationsettings.setShowBadge this api will support or not in kony 8.3.61?
I tried same api getting api error. please advise..
@Donnv Kelly , Refer to documentation link below for more information.
https://docs.kony.com/konylibrary/visualizer/viz_api_dev_guide/content/notificationsettings.htm