We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dce08 commit 0c8275fCopy full SHA for 0c8275f
tns-core-modules/application/application.d.ts
@@ -370,12 +370,12 @@ export class AndroidApplication extends Observable {
370
foregroundActivity: any /* android.app.Activity */;
371
372
/**
373
- * [Deprecated. Please use the respective event instead.] Please use foregroundActivity property.
+ * Deprecated. Please use startActivity, foregroundActivity or context property.
374
*/
375
currentContext: any /* android.content.Context */;
376
377
378
- * [Deprecated. Please use foregroundActivity or activity related events instead.] The main (start) Activity for the application.
+ * The main (start) Activity for the application.
379
380
startActivity: any /* android.app.Activity */;
381
0 commit comments