Paramètres du réseau
Découvrez comment configurer les paramètres réseau pour le SDK de Braze.
Network offline mode
Network offline mode is an optional feature that pauses or resumes outbound network requests from the Braze SDK at any point during runtime. Events are not lost during the offline state. This reference article covers how to integrate this mode.
To enable network offline mode in the Braze SDK, see the following example:
1
Braze.setOutboundNetworkRequestsOffline(true);
1
Braze.setOutboundNetworkRequestsOffline(true)
guide/swift/network.md developer_ %}
New Stuff!