Token registration success message

I have incorporated the UIKIT, In successful login, I can see a TOAST message saying "Token registration’, how to hide this message …?

Hello,

You can check onSuccess() method of CometChat.registerTokenForPushNotification(token,callback) in MainActivity & LoginActivity where you will find these Toast message. You can remove it from there.

Please check below link for reference.

Regards,
Darshan Bhanushali

2 Likes

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