BoxNetworkTask

public class BoxNetworkTask : Cancellable

A Box network task request.

  • Whether the task is cancelled or not

    Declaration

    Swift

    public internal(set) var cancelled: Bool { get }
  • Initializer

    Declaration

    Swift

    public init()
  • Closure that is called when API calls are nested within each other

    Declaration

    Swift

    public func receiveTask(_ task: Cancellable)
  • Method to cancel a Box Network Task

    Declaration

    Swift

    public func cancel()