Base class for apps. A Fuse project should contain exactly one App tag, which is the root node for the entire application.

Location

Namespace
Fuse
Package
Fuse.Desktop 2.9.1
Show Uno properties and methods

Interface of App

Inherited from AppBase

OnUnhandledException(Exception, bool) uno

Notfies the App about an unhandled exception within a subsystem of the app. If implementing a subsystems (such as separate threads) where exceptions can be thrown out of the app, you can catch such otherwise unhandled exceptions and report them to this method, to allow users to use the UnhandledException event to deal with such exceptions instead of crashing the App.

OnUpdate uno

Called when the application updates. This method can be overridden by platform-specific App implementations, but should not be overridden in user code. Use UpdateManager instead.

Inherited from Application

Inherited from CoreApp

Inherited from object

Implemented Interfaces