MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getApplication

Function getApplication

packages/core/image-source/index.android.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12export { isFileOrResourcePath };
13
14function getApplication() {
15 return getNativeApp() as android.app.Application;
16}
17
18export class ImageSource implements ImageSourceDefinition {
19 public android: android.graphics.Bitmap;

Callers 1

fromResourceSyncMethod · 0.70

Calls 1

getNativeAppFunction · 0.90

Tested by

no test coverage detected