AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
In
App
Messaging
Provider
configure
get
Category
get
InApp
Messages
get
Provider
Name
get
Sub
Category
identify
User
process
InApp
Messages
Hierarchy
NotificationsProvider
InAppMessagingProvider
Implemented by
AWSPinpointProvider
Index
Methods
configure
get
Category
get
InApp
Messages
get
Provider
Name
get
Sub
Category
identify
User
process
InApp
Messages
Methods
configure
configure
(
config
:
object
)
:
object
Parameters
config:
object
Returns
object
get
Category
get
Category
(
)
:
NotificationsCategory
Returns
NotificationsCategory
get
InApp
Messages
get
InApp
Messages
(
userAgentValue
?:
string
)
:
Promise
<
any
>
Parameters
Optional
userAgentValue:
string
Returns
Promise
<
any
>
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
get
Sub
Category
get
Sub
Category
(
)
:
NotificationsSubCategory
Returns
NotificationsSubCategory
identify
User
identify
User
(
userId
:
string
, userInfo
:
UserInfo
, userAgentValue
?:
string
)
:
Promise
<
void
>
Parameters
userId:
string
userInfo:
UserInfo
Optional
userAgentValue:
string
Returns
Promise
<
void
>
process
InApp
Messages
process
InApp
Messages
(
messages
:
InAppMessage
[]
, event
:
InAppMessagingEvent
)
:
Promise
<
InAppMessage
[]
>
Parameters
messages:
InAppMessage
[]
event:
InAppMessagingEvent
Returns
Promise
<
InAppMessage
[]
>