setOfflineMode

open fun setOfflineMode(offlineMode: Boolean)

Allows or not the SDK to access the network (online data)

This will directly affect the online state of the SDK

Parameters

offlineMode

Set to true to prevent the SDK to access the network.

Throws

if the SDK hasn't been initialized (by invoking initialize)