UnbluHiddenUIWindowConfiguration

public class UnbluHiddenUIWindowConfiguration

A class representing configuration properties for the hidden UnbluUIWindow. Unblu uses a hidden UIWindow to make sure the connection with Unblu remains active in the background when the Unblu UI is closed.

  • Creates an instance of the class

    Declaration

    Swift

    public init()
  • The UIWindow.Level Unblu’s hidden UIWindow uses. By default, this takes a value of UIWindow.Level.normal - 100. Unblu uses a hidden UIWindow to make sure the connection with Unblu remains active in the background when the Unblu UI is closed.

    Be careful when making changes to this property. It is recommended that you keep the default, but if you do change it, make sure it’s value is less than the windowLevel you use for your app’s content.

    Declaration

    Swift

    public var windowLevel: UIWindow.Level { get set }