Compass
Compass copied to clipboard
Passig multiple arguments
How can I pass two or more parameters so that later they would be available using
location.arguments["param1"]
location.arguments["param2"]
is it possible? Or I should use only payload for this case?
The template someName:{param1}:someOtherName:{param2} seems to work for me~