Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking download model with optional extra param #47

Open
devanshu2 opened this issue Jun 13, 2017 · 0 comments
Open

Tracking download model with optional extra param #47

devanshu2 opened this issue Jun 13, 2017 · 0 comments

Comments

@devanshu2
Copy link

devanshu2 commented Jun 13, 2017

@mzeeshanid MZDownloadModel should have an extra public optional variable so that i will be easy to track what is being downloaded.

open class MZDownloadModel {
open var optionalData:Any?
}

public func addDownloadTask(_ fileName: String, fileURL: String, destinationPath: String, andOptionalData optionalData:Any?)

I am facing issue to distinguish my downloads (without using url) :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant