TypedSet
public extension MoEngageStorage.Network.HTTP.TypedSet
-
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.TypedSet<Body, Response, Input>Parameters
toleranceAdditional time added before cancellation. Defaults to
1.Return Value
A new storage with timeout enforcement added.