AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Push
Notification
Provider
configure
get
Category
get
Provider
Name
get
Sub
Category
identify
User
register
Device
Hierarchy
NotificationsProvider
PushNotificationProvider
Implemented by
AWSPinpointProvider
Index
Methods
configure
get
Category
get
Provider
Name
get
Sub
Category
identify
User
register
Device
Methods
configure
configure
(
config
:
object
)
:
object
Parameters
config:
object
Returns
object
get
Category
get
Category
(
)
:
NotificationsCategory
Returns
NotificationsCategory
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
>
register
Device
register
Device
(
token
:
string
)
:
Promise
<
void
>
Parameters
token:
string
Returns
Promise
<
void
>