Package 

Class NetworkConfiguration


  • @Serializable() 
    public final class NetworkConfiguration
    
                        

    Server-driven network configuration — currently a single field (the base URI every Network call routes through). Defaults to the build-time DATA_COLLECTION_API so the initial config fetch (and any traffic that runs before the first fetch succeeds) still has a destination.

    Mirrors iOS NetworkConfiguration. Trailing slashes are stripped so callers can keep concatenating "/v2/..." routes; empty/missing values fall back to the build-time default.