#include <ubuntu/visibility.h>
#include <ubuntu/application/archive.h>
#include <ubuntu/application/options.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | u_on_application_resumed )(const UApplicationOptions *options, void *context) |
Prototype for the callback that is invoked whenever the app has been resumed. More... | |
typedef void(* | u_on_application_about_to_stop )(UApplicationArchive *archive, void *context) |
Prototype for the callback that is invoked whenever the app is about to be stopped. Applications can serialize their state to the supplied archive. More... | |
typedef void | UApplicationLifecycleDelegate |
Opaque type encapsulating all app-specific callback functions. More... | |