mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
application common naming changed to use "-"
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