I need push notification Id on time of notification received on AirshipReceiver Class, but in ArishipReceiver Class notification Id can access in onNotificationOpened(Context context, NotificationInfo notificationInfo) override method using NotificationInfo.getNotificationId not in onPushReceived(Context context, PushMessage message, boolean notificationPosted) override method.
How can I get notification Id on time of notification received on AirshipReceiver Class.
Comments
3 comments