Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/push
PushSilentModeRemindTypeRuleInput
Interface PushSilentModeRemindTypeRuleInput
推送提醒规则配置项(基于提醒类型)。
interface
PushSilentModeRemindTypeRuleInput
{
mode
:
"REMIND_TYPE"
;
remindType
:
PushRemindTypeWithoutDefault
;
}
Index
Properties
mode
remind
Type
Properties
Readonly
mode
mode
:
"REMIND_TYPE"
取值必须为
REMIND_TYPE
。
Readonly
remind
Type
remindType
:
PushRemindTypeWithoutDefault
提醒类型。可选值:
ALL
、
AT
、
NONE
。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mode
remind
Type
IM SDK Web API 文档
Loading...
推送提醒规则配置项(基于提醒类型)。