Methods
setHandler()
setHandler(handler: IContentLauncherHandler):void
Sets the handler to receive callbacks for Content Launcher.
Parameters
handler
IContentLauncherHandler Content Launcher Handler to set.setHandlerForComponent()
setHandlerForComponent(handler: IContentLauncherHandler, instance:IComponentInstance): void
Sets the handler to receive callbacks for Content Launcher for a
given component.
Parameters
handler
IContentLauncherHandler Content Launcher Handler to set.instance
IComponentInstance
IComponentInstance for which the handler is to be set.

