Set
public extension MoEngageStorage.Network.HTTP.Set
-
Returns a copy of this storage with strict timeout enforcement using the standard data-task interval of 10 seconds.
Declaration
Swift
func addingStrictTimeout(tolerance: TimeInterval = 1) -> MoEngageStorage.Network.HTTP.SetParameters
toleranceAdditional time added before cancellation. Defaults to
1.Return Value
A new storage with timeout enforcement added.