AppDrawerContainer
class AppDrawerContainer : UIView
Undocumented
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
func setupContainerView()
-
Undocumented
Declaration
Swift
func inject(_ drawers: [AppKit.AppDrawer], theme: AppKit.AppDrawerTheme)
-
Undocumented
Declaration
Swift
func switchTheme(to theme: AppKit.AppDrawerTheme)
-
Force closes currently displayed apps by the app drawers.
Declaration
Swift
func forceCloseAppDrawerApps(_ appIds: [String]? = nil)
Parameters
appIds
Specifies which apps to close. If not specified all apps will be closed.