IPWorks OpenPGP 2020 Kotlin Edition

Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

public open class DefaultMimeEventListener : MimeEventListener {
  ...
  public override fun progress(e: MimeProgressEvent) {}
  ...
}

public class MimeProgressEvent {
  val percentDone: Int
}

Remarks

The Progress allows the user to visualize the progress of processing the input data.

The PercentDone parameter shows what percentage of the input has been read.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Kotlin Edition - Version 20.0 [Build 7941]