Firefox OS/1UA Multi-Screen: Difference between revisions

Jump to navigation Jump to search
Line 45: Line 45:
[[File:Multiscreen-gaia.png|center]]
[[File:Multiscreen-gaia.png|center]]


[TBD]
The event structures are defined as follow:
 
<pre>
{
  type: 'mozContentEvent',
  detail: {
    type: 'get-display-list'
  }
}
 
{
  type: 'mozChromeEvent',
  detail: {
    type: 'get-display-success',
    display: [
      {
        id: <the unique id which was passed to the associated system-remote in the initializing stage>,
        name: <the name we intend to use in the dialog>
      }
    ]
  }
}
 
{
  type: 'mozChromeEvent',
  detail: {
    type: 'get-display-error',
    error: <reason>
  }
}
</pre>


== Tracking Bugs ==
== Tracking Bugs ==
== Future Plans ==
== Future Plans ==
Confirmed users
133

edits

Navigation menu