cpr.core.AppDelegate

Delegates that make up an instance of the app.

Index

Properties
Name Type Description
onCreate (app: cpr.core.AppInstance, exports: Object)=>Void A function that describes how to create an app instance.
onPrepare (loader: cpr.core.ResourceLoader)=>Void A function that describes the resources that need to be loaded before creating and starting an app instance.

Properties

onCreate
type (app: cpr.core.AppInstance, exports: Object)=>Void
A function that describes how to create an app instance.
onPrepare
type (loader: cpr.core.ResourceLoader)=>Void
A function that describes the resources that need to be loaded before creating and starting an app instance.