Skip to content

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.

Example usage

To enable network offline mode in the Braze SDK, see the following example:

1
Braze.setOutboundNetworkRequestsOffline(true);
1
Braze.setOutboundNetworkRequestsOffline(true)
HOW HELPFUL WAS THIS PAGE?
New Stuff!