IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

Add app-level events/actions examples to docs

Open brandonscript opened this issue 10 years ago • 0 comments

For example:

{
    "_type": "Function",
    "attributes": {
      "_target": "$app",
      "functionName": "beacon.start"
    },
    "on": "didBecomeActive"
  }

brandonscript avatar Nov 17 '15 22:11 brandonscript