IContentLauncherHandler
Interface for ContentLauncherHandler.
Apps that support Content Launcher should implement this interface and provide an instance using IContentLauncherServer.
Methods
handleLaunchContent()
handleLaunchContent(
contentSearch
,autoPlay
,optionalFields
):Promise
<ILauncherResponse
>
Handler to receive callback for Launch Content.
Parameters
contentSearch
Content search payload that has details of content to be launched.
autoPlay
boolean
When true
, content should be played, otherwise display search results.
optionalFields
Optional Fields for launch content.
Returns
Promise
<ILauncherResponse
>
Last updated: Sep 30, 2025