Confirmed users
169
edits
Mixedpuppy (talk | contribs) No edit summary |
Mixedpuppy (talk | contribs) No edit summary |
||
Line 201: | Line 201: | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| app.ready | | owa.app.ready | ||
| origin | | origin | ||
| one call for each service iframe, received after the service iframe has called service.ready | | one call for each service iframe, received after the service iframe has called owa.service.ready | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| app.ready | | owa.app.ready | ||
| none | | none | ||
| | | | ||
Line 223: | Line 223: | ||
| owa.mediation.ready | | owa.mediation.ready | ||
| none | | none | ||
| | | no response to ready, rather a setup message it emitted. | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| owa.mediation.ready | | owa.mediation.ready | ||
| none | | none | ||
| called by mediator content after load is finished | | called by mediator content after load is finished | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
Line 236: | Line 236: | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| owa.mediation.sizeToContent | |||
| width,height | | width,height | ||
| request the mediator class to resize the panel to fit the content | | request the mediator class to resize the panel to fit the content | ||
|- | |||
| ''In:'' | |||
| owa.mediation.onLogin | |||
| authorization credentials if any (e.g. oauth user tokens) | |||
| response from doLogin | |||
|- | |||
| ''Out:'' | |||
| owa.mediation.doLogin | |||
| auth configuration received from service iframe, may contain consumer oauth key/secret | |||
| requests mediator class to manage logging in for a service | |||
|- | |||
| ''In:'' | |||
| owa.success | |||
| none | |||
| | | | ||
|- | |||
| ''Out:'' | |||
| owa.success | |||
| none | |||
| sent upon successful send | |||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| owa. | | owa.failure | ||
| none | | none | ||
| | | | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| owa. | | owa.failure | ||
| | | failure message | ||
| | | sent upon failure to send | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| owa.mediation. | | owa.mediation.reconfigure | ||
| | | none | ||
| sent to mediator content to reconfigure (e.g. a share app was installed or removed) | |||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| owa.mediation. | | owa.mediation.reconfigure | ||
| none | | none | ||
| | | |