Preparing search index...
The search index is not available
@polyvharmony/harmony-media-player
@polyvharmony/harmony-media-player
sdk_foundation/Index
PLVKVStore
Class PLVKVStore<T>
Type Parameters
T
Index
Constructors
constructor
Properties
key
type
TAG
kv
Store
Implement
Methods
delete
get
is
Primitive
set
setup
Implement
Constructors
constructor
new PLVKVStore
<
T
>
(
key
,
ctor
)
:
PLVKVStore
<
T
>
Type Parameters
T
Parameters
key
:
string
ctor
:
Constructor
<
T
>
Returns
PLVKVStore
<
T
>
Properties
Private
Readonly
key
key
:
string
Private
Readonly
type
type
:
Constructor
<
T
>
Static
Private
Readonly
TAG
TAG
:
"PLVKVStore"
= "PLVKVStore"
Static
Private
kv
Store
Implement
kv
Store
Implement
:
undefined
|
IPLVKVStore
= undefined
Methods
delete
delete
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
get
(
)
:
Promise
<
undefined
|
T
>
Returns
Promise
<
undefined
|
T
>
Private
is
Primitive
is
Primitive
(
)
:
boolean
Returns
boolean
set
set
(
value
)
:
Promise
<
void
>
Parameters
value
:
T
Returns
Promise
<
void
>
Static
setup
Implement
setup
Implement
(
impl
)
:
void
Parameters
impl
:
IPLVKVStore
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
key
type
TAG
kv
Store
Implement
delete
get
is
Primitive
set
setup
Implement
@polyvharmony/harmony-media-player
Loading...