allowsCellularAccess
A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request.
Declaration
var allowsCellularAccess: Bool { get set }Discussion
Setting this property to true makes the request eligible to run over cellular, subject to other considerations (including, but not limited to, the URLSessionConfiguration’s allowsCellularAccess property). Setting this value to false ensures that the request will never run over cellular.