DownloadStorage
public extension MoEngageStorage.Network.DownloadStorage
-
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.DownloadStorageParameters
toleranceAdditional time added before cancellation. Defaults to
1.Return Value
A new storage with timeout enforcement added.