The event action when the user click to notificaiton
Event list sample
| Navigate | Type | Route | Custom data |
|---|---|---|---|
| Home | tab | / | {"key":"screens_home","name":"Home"} |
| Category | tab | / | {"key":"screens_category","name":"Category"} |
| Product list | screen | /product_list | [] |
| Product list filter by category | screen | /product_list | {"id":"{category_id}","name":"Fashion"} |
| Product list with sort | screen | /product_list | {"orderby":"popularity"} Order by one of value: popularity, rating, date, price, price-desc and menu_order |
| Product list filter by brand | screen | /product_list | {"brand":"{"id": {brand_id}, "name": "Adidas"}"} |
| Product detail | screen | /product | {"id":"{id}"} |
| Post List | screen | /post_list | [] |
| Post detail | screen | /post | {"id":"{id}"} |
| Order detail | screen | /order_detail | {"id":"{order_id}"} |
| Vendor list | tab | / | {"key":"screens_vendorList"} |
| Vendor detail | screen | /vendor | {"id":"{id}"} |
| Product wish list | tab | / | {"key":"screens_wishlist"} |
| Post wish list | tab | / | {"key":"screens_postWishlist"} |
| Post category | tab | / | {"key":"screens_postCategory"} |
| Profile | tab | / | {"key":"screens_profile"} |
| Cart | tab | / | {"key":"screens_cart"} |
| Notification list | screen | /notification_list | [] |
| Page | screen | /page | {"id":"{id}"} |
| Page | screen | /page | {"id":"{id}"} |
| Login | screen | /login | [] |
| Register | screen | /register | [] |