Hey guys,
So far love the API and it seems to be working great.
Right know I am using InboxSDK to register some buttons on the Message Toolbar. When the user clicks this button I am making requests to the Gmail API such as:
Where I get the ID from the MessageView passed in.
This appropriately marks the message as trash, but can I have the UI update without causing a full page refresh?
When you 'Delete' a message using the standard Gmail UI you get returned to your inbox and a "butter bar" pops up saying the conversation was moved to trash.
Now obviously I know since I am interacting with the REST API, its not going to magically refresh the UI, but I was wondering if InboxSDK had any hooks into this behaviour?
Thanks,
Ben