mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Added application module tests.
This commit is contained in:
7
application/application.d.ts
vendored
7
application/application.d.ts
vendored
@ -60,7 +60,7 @@ export declare class AndroidApplication {
|
||||
/**
|
||||
* The main (start) Activity for the application.
|
||||
*/
|
||||
public mainActivity: android.app.Activity;
|
||||
public startActivity: android.app.Activity;
|
||||
|
||||
/**
|
||||
* The name of the application package.
|
||||
@ -117,6 +117,11 @@ export declare class iOSApplication {
|
||||
* The root view controller for the application.
|
||||
*/
|
||||
public rootController: UIKit.UIViewController;
|
||||
|
||||
/**
|
||||
* The android.app.Application object instance provided to the init of the module.
|
||||
*/
|
||||
public nativeApp: UIKit.UIApplication;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user