Protocols

The following protocols are available globally.

  • An delegate that works with the PredixAuthenticationView that allows an implementer to be notified when certain actions take place during the authentication process

    See more

    Declaration

    Swift

    @objc public protocol PredixAuthenticationViewDelegate: NSObjectProtocol
  • A delegate to allow a class to know when it’s time to load data into the view

    See more

    Declaration

    Swift

    @objc public protocol TimeSeriesViewDelegate