IActivatableLifetime Methods
Methods
TryEnterBackground() | Tells the application that it should attempt to enter its background state. For example on OSX this would be [NSApp hide] |
TryLeaveBackground() | Tells the application that it should attempt to leave its background state. For example on OSX this would be [NSApp unhide] |
See Also
Reference
IActivatableLifetime Interface
Avalonia.Controls.ApplicationLifetimes Namespace