@cpod/sdk - v0.2.7
Preparing search index...
SendBulkNotificationRequest
Interface SendBulkNotificationRequest
interface
SendBulkNotificationRequest
{
type
:
string
;
title
:
string
;
message
:
string
;
priority
?:
"low"
|
"normal"
|
"high"
|
"urgent"
;
data
?:
Record
<
string
,
unknown
>
;
actionUrl
?:
string
;
}
Index
Properties
type
title
message
priority?
data?
action
Url?
Properties
type
type
:
string
title
title
:
string
message
message
:
string
Optional
priority
priority
?:
"low"
|
"normal"
|
"high"
|
"urgent"
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
action
Url
actionUrl
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
title
message
priority
data
action
Url
@cpod/sdk - v0.2.7
Loading...