NotificationController

NotificationController

Controller for notifications services.

Constructor

new NotificationController()

Source:

Methods

apnsEnrollCustomer(apnsToken) → {Promise.<any>}

Enroll a customer iOS device, authentication required

Source:
Parameters:
Name Type Description
apnsToken
Returns:
Type:
Promise.<any>

apnsRevokeCustomer(apnsToken) → {Promise.<any>}

Revoke an iOS device

Source:
Parameters:
Name Type Description
apnsToken
Returns:
Type:
Promise.<any>

Get HttpLink appended with append

Source:
Parameters:
Name Type Default Description
append string ""
Returns:
Type:
HttpLink