SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

public open class DefaultSmtpclientEventListener : SmtpclientEventListener {
  ...
  public override fun progress(e: SmtpclientProgressEvent) {}
  ...
}

public class SmtpclientProgressEvent {
  val total: Long
  val current: Long
  var cancel: Boolean
}

Remarks

The component fires this event repeatedly to report the progress of the data transfer operation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]