UnbluHiddenUIWindowConfiguration
class UnbluHiddenUIWindowConfiguration
A class representing configuration properties for the hidden Unblu UIWindow.
Unblu uses a hidden UIWindow to make sure the connection with Unblu remains active in the background when the Unblu UI is closed.
-
The
UIWindow.LevelUnblu’s hiddenUIWindowuses. By default, this takes a value ofUIWindow.Level.normal - 100. Unblu uses a hiddenUIWindowto 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
var windowLevel: UIWindow.Level { get set } -
Creates an instance of the class
Declaration
Swift
init()