Customize notification ui

I tried the given example…but unable to change the title,desc and icon but unable to do so…

Hi @yashkumar12125, thanks for using the dev forum.

Can you please elaborate on the problem you are facing?

Thanks!

final CustomizedNotificationData data = new CustomizedNotificationData();
data.setContentTitleId(R.string.zm_mm_msg_no_emoji);
data.setLargeIconId(R.drawable.zm_mm_type_emoji);
data.setSmallIconId(R.drawable.zm_mm_type_emoji);
data.setSmallIconForLorLaterId(R.drawable.zm_mm_type_emoji);
this is the code....bu i want to pass string to titleId and some bitmap image tome icons. so is is possible to do so programitacally

Hi @yashkumar12125,

Can you please clarify around what your expected outcome is for this? It looks like you are already doing exactly what you are asking about. Are you not seeing the changes you are expecting?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.