mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
renamed folders with lower cases and renamed user preferences to local settings
This commit is contained in:
15
application/application_common.ts
Normal file
15
application/application_common.ts
Normal file
@ -0,0 +1,15 @@
|
||||
require("globals");
|
||||
|
||||
export var onLaunch: () => any = undefined;
|
||||
|
||||
export var onSuspend: () => any = undefined;
|
||||
|
||||
export var onResume: () => any = undefined;
|
||||
|
||||
export var onExit: () => any = undefined;
|
||||
|
||||
export var onLowMemory: () => any = undefined;
|
||||
|
||||
export var android = undefined;
|
||||
|
||||
export var ios = undefined;
|
Reference in New Issue
Block a user