Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

KeplerScriptContentLauncher

KeplerScriptContentLauncher facilitates updating an application's login status.

Extends

  • KeplerTurboModule

Properties

setupContentLauncherServer

setupContentLauncherServer: () => Promise<Object>

Setup the native ContentLauncherServer.


setHandler

setHandler: (handler: (transactionId: number, search: IInternalContentSearch, autoPlay: boolean, optionalFields: IInternalLaunchContentOptionalFields) => void) => Promise<Object>

Register the provided function to execute whenever content launch is requested.


setHandlerForComponent

setHandlerForComponent: (handler: (transactionId: number, search: IInternalContentSearch, autoPlay: boolean, optionalFields: IInternalLaunchContentOptionalFields) => void, componentInstance: IComponentInstance) => Promise<Object>

Register the provided function to execute whenever content launch is requested.


getMajorVersion

getMajorVersion: () => number

Get Major Version.


getMinorVersion

getMinorVersion: () => number

Get Minor Version.


getPatchVersion

getPatchVersion: () => number

Get Patch Version.

Methods

handleLaunchContentResponse()

handleLaunchContentResponse(transactionId: number, launcherResponse: IInternalLaunchResponse): void

Parameters

transactionId

number

launcherResponse

IInternalLaunchResponse


Last updated: Jul 22, 2026