Type alias DeregisterCallback

DeregisterCallback: ((device, callback) => void)

Type declaration

    • (device, callback): void
    • A function passed to activate in order to override the default implementation to deregister a device for push activation.

      Parameters

      • device: DeviceDetails

        A DeviceDetails object representing the local device

      • callback: StandardCallback<string>

        A callback to be invoked when the deregistration is complete

      Returns void

Generated using TypeDoc