Get

public extension MoEngageStorage.Network.HTTP.Get
  • 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.Get

    Parameters

    tolerance

    Additional time added before cancellation. Defaults to 1.

    Return Value

    A new storage with timeout enforcement added.