Examples of close Message with Redirection

// start_activity
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "start_activity",
    "backActivityId": "4225473"
}
  
// end_activity
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "end_activity",
    "backActivityId": "4225473"
}
  
// cancel_activity
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "cancel_activity",
    "backActivityId": "4225473"
}
  
// notdone_cancel
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "notdone_activity",
    "backActivityId": "4225473"
}
  
// suspend_activity
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "suspend_activity",
    "backActivityId": "4225473"
}
  
// delay_activity
{
    "apiVersion": 1,
    "method": "close",
    "backScreen": "delay_activity",
    "backActivityId": "4225473"
}
 
 
// inventory_list
{
   "apiVersion": 1,
   "method": "close",
   "backScreen": "inventory_list"
   "backActivityId": "4225473",
}
 
 
// inventory_by_id
{
   "apiVersion": 1,
   "method": "close",
   "backScreen": "inventory_by_id",
   "backInventoryId": "3547689"
}
 
// install_inventory
{
   "apiVersion": 1,
   "method": "close",
   "backScreen": "install_inventory",
   "backActivityId": "4225473",
   "backInventoryId": "3547689"
}
 
// deinstall_inventory
{
   "apiVersion": 1,
   "method": "close",
   "backScreen": "deinstall_inventory",
   "backActivityId": "4225473",
   "backInventoryId": "3547689"
}
 
// plugin_by_label
{
   "apiVersion": 1,
   "method": "close",
   "backScreen": "plugin_by_label",
   "backPluginLabel": "plugin_b"
}