Preparing search index...
The search index is not available
@polyvharmony/harmony-media-player
@polyvharmony/harmony-media-player
sdk_foundation/Index
Response
Interface Response<T>
interface
Response
<
T
>
{
header
:
any
;
responseCode
:
number
;
result
:
T
;
body
(
)
:
any
;
code
(
)
:
number
;
isSuccessful
(
)
:
boolean
;
message
(
)
:
string
;
}
Type Parameters
T
=
any
Hierarchy
InternalResponse
<
T
>
Response
Index
Properties
header
response
Code
result
Methods
body
code
is
Successful
message
Properties
header
header
:
any
response
Code
response
Code
:
number
result
result
:
T
Methods
body
body
(
)
:
any
Returns
any
code
code
(
)
:
number
Returns
number
is
Successful
is
Successful
(
)
:
boolean
Returns
boolean
message
message
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
header
response
Code
result
body
code
is
Successful
message
@polyvharmony/harmony-media-player
Loading...