@custouch/jssdk
Preparing search index...
service/member
GetActionStatusesCount
Function GetActionStatusesCount
GetActionStatusesCount
(
options
:
Partial
<
{
from
:
string
;
key
:
string
;
to
:
string
;
types
:
(
keyof
ActionStatusesType
)
[]
;
uaId
:
string
;
value
:
"视频点赞"
|
"课程预约"
|
"直播报名"
|
"活动报名"
|
"课程"
;
}
,
>
&
{
names
:
string
[]
;
status
?:
ActionStatus
}
,
)
:
Promise
<
{
count
:
string
;
name
:
string
}
[]
>
获取该行为状态的数量(包括他人的)
Parameters
options
:
Partial
<
{
from
:
string
;
key
:
string
;
to
:
string
;
types
:
(
keyof
ActionStatusesType
)
[]
;
uaId
:
string
;
value
:
"视频点赞"
|
"课程预约"
|
"直播报名"
|
"活动报名"
|
"课程"
;
}
,
>
&
{
names
:
string
[]
;
status
?:
ActionStatus
}
Returns
Promise
<
{
count
:
string
;
name
:
string
}
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
获取该行为状态的数量(包括他人的)