Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

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