Methods
handleLaunchContent()
handleLaunchContent(contentSearch: IContentSearch, autoPlay:boolean, optionalFields: ILaunchContentOptionalFields): Promise<ILauncherResponse>
Handler to receive callback for Launch Content.
Parameters
contentSearch
IContentSearch Content search payload that has details of content to be launched.autoPlay
boolean
When true, content should be played, otherwise display search results.
optionalFields
ILaunchContentOptionalFields Optional Fields for launch content.Returns
Promise<ILauncherResponse>

