Classes

The following classes are available globally.

  • Singleton-class for managing global setup of subaio-views. Before creating views, SubaioManager.shared.configure should be invoked and SubaioManager.shared.language should be assigned.

    The manager automatically maintains a valid token and requests new ones using the onTokenRequired callback whenever necessary.

    See more

    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 SubaioViews should be created before SubaioManager.shared.configure has been invoked and SubaioManager.shared.language has been assigned.

    See more

    Declaration

    Swift

    public class SubaioView : UIView