Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationCreate a push notification.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The notification to create.
Optional
options: AxiosRequestConfig<any>Override http request option.
Create a push notification
NotificationsApi
Delete a push notification message.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Message ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a push notification message
NotificationsApi
Retrieve a push notification message.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Message ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Retrieve a push notification message
NotificationsApi
List push notifications.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
state: MessageStateOnly list notifications with the given state.
Optional
options: AxiosRequestConfig<any>Override http request option.
List push notifications
NotificationsApi
Send a push notification.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Message ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Send a push notification
NotificationsApi
Set a push notification's type.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Message ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Set a push notification's type
NotificationsApi
Update a push notification message.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Message ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Update a push notification
NotificationsApi
Generated using TypeDoc
NotificationsApi - object-oriented interface
Export