IContentLauncherHandler
ContentLauncherHandlerのインターフェイス。
コンテンツランチャーをサポートするアプリは、このインターフェイスを実装し、IContentLauncherServerを使用してインスタンスを提供する必要があります。
メソッド
handleLaunchContent()
handleLaunchContent(
contentSearch,autoPlay,optionalFields):Promise<ILauncherResponse>
コンテンツ起動のコールバックを受け取るハンドラー。
パラメーター
contentSearch
起動するコンテンツの詳細を含むコンテンツ検索ペイロード。
autoPlay
boolean
trueの場合はコンテンツを再生し、それ以外の場合は検索結果を表示します。
optionalFields
コンテンツ起動のフィールド(任意)。
戻り値
Promise<ILauncherResponse>
Last updated: 2025年10月2日

