Register and Connect
You must register your application controller with Symphony and connect your application views using the SYMPHONY.application
methods. During this time, the Services that will be used by your application must be specified.
SYMPHONY.application.register()
Register an application controller with the Symphony client. Additionally, subscribe the application to remote services and register local services that can be used remotely. Returns a promise that will be fulfilled when registration is complete.
This method must be called before the application can register or subscribe to any services.
SYMPHONY.application.connect()
Connect an application view to an existing application that has been registered with Symphony. Additionally, subscribe the application to remote services and register local services that can be used remotely. Returns a promise that will be fulfilled when connection is complete.
Last updated