I currently integrated Urban Airship in my application, i implemented simple push notification and i also implemented the rich push notification, now both of them works properly, when i send a normal notification it is received correctly, and when i send a rich push message bundled with a push notification it is also received correctly, but i want to know how can i differentiate if that notification is just a normal notification or if it is a notification that is bundle with a rich push message, i cannot figure out how to do this because both push notification call the same methods,
Thank you in advance