Configurações de rede
Saiba como definir as configurações de rede para o Braze SDK.
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!