Results 261 - 280 of 782

PushManager.register()

The register method is used to ask the system to request a new endpoint for notifications. This method has been superceded by PushManager.subscribe().
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.registrations()

The registrations method is used to ask the system about existing push endpoint registrations.
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.unregister()

The unregister() method was used to ask the system to unregister and delete the specified endpoint. In the updated API, a subscription is can be unregistered via the PushSubscription.unsubscribe() method.
API Deprecated Firefox OS Method Reference Simple Push API

SettingsManager

Provides access to the device's settings.
API B2G Firefox OS Non-standard Settings