as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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