Confirmed users
169
edits
Mixedpuppy (talk | contribs) No edit summary |
Mixedpuppy (talk | contribs) No edit summary |
||
| Line 207: | Line 207: | ||
| ''Out:'' | | ''Out:'' | ||
| app.ready | | app.ready | ||
| none | |||
| | |||
|- | |||
| ''In:'' | |||
| owa.mediation.setup | |||
| activity object, services list, caller href | |||
| data necessary to setup the mediator UI and load service iframes | |||
|- | |||
| ''Out:'' | |||
| owa.mediation.setup | |||
| none | |||
| | |||
|- | |||
| ''In:'' | |||
| owa.mediation.ready | |||
| none | |||
| | |||
|- | |||
| ''Out:'' | |||
| owa.mediation.ready | |||
| none | |||
| called by mediator content after load is finished, initiates setup call above | |||
|- | |||
| ''In:'' | |||
| owa.mediation.sizeToContent | |||
| none | |||
| | |||
|- | |||
| ''Out:'' | |||
| width,height | |||
| request the mediator class to resize the panel to fit the content | |||
| | |||
|- | |||
| ''In:'' | |||
| owa.mediation.doLogin | |||
| none | |||
| | |||
|- | |||
| ''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.mediation.onLogin | |||
| authorization credentials if any (e.g. oauth user tokens) | |||
| response from doLogin call | |||
|- | |||
| ''Out:'' | |||
| owa.mediation.onLogin | |||
| none | | none | ||
| | | | ||