Preparing search index...
The search index is not available
lgtv-ts
lgtv-ts
helpers/types
LaunchAppResponse
Interface LaunchAppResponse
interface
LaunchAppResponse
{
id
:
string
;
payload
:
{
errorCode
?:
number
;
errorText
?:
string
;
returnValue
:
boolean
}
;
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
;
}
Hierarchy
Omit
<
LGWebSocketResponse
,
"payload"
>
LaunchAppResponse
Index
Properties
id
payload
type
Properties
id
id
:
string
payload
payload
:
{
errorCode
?:
number
;
errorText
?:
string
;
returnValue
:
boolean
}
type
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
type
lgtv-ts
Loading...