Classes
The following classes are available globally.
-
Singleton-class for managing global setup of subaio-views. Before creating views,
SubaioManager.shared.configureshould be invoked andSubaioManager.shared.languageshould be assigned.The manager automatically maintains a valid token and requests new ones using the
See moreonTokenRequiredcallback whenever necessary.Declaration
Swift
public final class SubaioManager
-
A view for showing subaio-content. Wraps a webview and handles communication with the embedded app, as well as interaction with the shared
SubaioManager.No
See moreSubaioViews should be created beforeSubaioManager.shared.configurehas been invoked andSubaioManager.shared.languagehas been assigned.Declaration
Swift
public class SubaioView : UIView
Classes Reference