Online Help Center > SendSafely APIs

SendSafely.ISendSafelyProgress

SendSafely.ISendSafelyProgress is an interface used to report upload progress back to the application. If an application wants to receive progress, this interface should be implemented.

UpdateProgress(prefix, progress)
A function which will be called when new progress information is available.
Return Type: void
Parameters:
NameTypeDescription
prefix String A prefix describing what type of progress this is.
progress double A percent value describing the progress.