QuickBooks Integrator 2020 Kotlin Edition

Questions / Feedback?

Status Event

Shows the progress of the QuickBooks connection.

Syntax

public open class DefaultSalesorderEventListener : SalesorderEventListener {
  ...
  public override fun status(e: SalesorderStatusEvent) {}
  ...
}

public class SalesorderStatusEvent {
  val message: String?
}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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