Braze React Native SDK - v23.1.0
    Preparing search index...

    Function unregisterPush

    • Unregisters this device's push token from Braze for the current user.

      On success, the push token is unregistered from Braze and removed locally. To receive push notifications again, re-register via registerPushToken or the appropriate native system APIs.

      The SDK does not retry on its own. Inspect BrazePushUnregistrationError.isRetriable to decide whether calling again may succeed.

      Returns Promise<void>

      Resolves on success; rejects with a BrazePushUnregistrationError on failure.