NetworkConnectivityConfiguration

constructor(isMeteredAllowed: Boolean)

Constructs a NetworkConnectivityConfiguration with the specified parameters.

Parameters

isMeteredAllowed

Specifies whether downloads over metered connections are allowed. If so it also specifies the update region maximum age to 0, which means no restriction on downloading on metered connection.

Important: This is a Public Preview API. It may be changed or removed at any time.


constructor(regionAgeForMeteredConnections: Duration)