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 moreDeclaration
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 moreDeclaration
Swift
@objc public protocol TimeSeriesViewDelegate