@cpod/sdk - v0.2.7
Preparing search index...
SendAppNotificationRequest
Interface SendAppNotificationRequest
Send notification request
interface
SendAppNotificationRequest
{
user_id
:
string
;
title
:
string
;
message
:
string
;
type
?:
"success"
|
"error"
|
"info"
|
"warning"
;
action_url
?:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
user_
id
title
message
type?
action_
url?
metadata?
Properties
user_
id
user_id
:
string
title
title
:
string
message
message
:
string
Optional
type
type
?:
"success"
|
"error"
|
"info"
|
"warning"
Optional
action_
url
action_url
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user_
id
title
message
type
action_
url
metadata
@cpod/sdk - v0.2.7
Loading...
Send notification request