Classes

The following classes are available globally.

  • Class responsible for buffering and sending metrics to the API. Metrics are stored in a buffer and then sent at periodic intervals and only if the device has a working internect connection.

    See more

    Declaration

    Swift

    public class MetricsManager
  • Data Model class representing a vSign.

    See more

    Declaration

    Swift

    public class QPSignal : JSONDecodable
  • Data Model class representing a TTS message linked to a vSign.

    See more

    Declaration

    Swift

    public class QPSignalMessage : JSONDecodable
  • Main class used by clients to integrate QuandoPasso SDK functionalities in their apps.

    See more

    Declaration

    Swift

    @objc
    public class QPEngine : NSObject