-
@Serializable() public final class NetworkConfigurationServer-driven network configuration — currently a single field (the base URI every Network call routes through). Defaults to the build-time
DATA_COLLECTION_APIso 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNetworkConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringresolvedUriprivate final Stringuri
-
Constructor Summary
Constructors Constructor Description NetworkConfiguration(String uri)
-
Method Summary
Modifier and Type Method Description final StringgetResolvedUri()final StringgetUri()-
-
Constructor Detail
-
NetworkConfiguration
NetworkConfiguration(String uri)
-
-
Method Detail
-
getResolvedUri
final String getResolvedUri()
-
-
-
-