I want to be able to create a custom action, that will lead to another card in my Glassware. For example, custom action for my shopping list app that will look like that:
"menuItems": [
{
"action": "CUSTOM",
"values": [
{
"displayName": "Start Shopping",
"iconUrl": "http://i.imgur.com/RiO9mCR.png"
}
]
}],
And when the user presses the Start Shopping button, it will lead him to another card in my timeline.
How can I do that?