Skip to main content

registerForPushNotifications

Registers the device for push notifications for the current user and specified application.

If the device was previously registered to a different user, it will be removed from the previous owner and re-assigned to the current user.

registerForPushNotifications(
input: RegisterForPushNotificationsInput!
): RegisterForPushNotificationsPayload!

Arguments

registerForPushNotifications.input ● RegisterForPushNotificationsInput! non-null input

Type

RegisterForPushNotificationsPayload object

Response type that indicates push registration succeeded.