• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_NativeBundle_ApplicationInfo
2
3
4## Overview
5
6The struct defines the application information.
7
8It is an output parameter of [OH_NativeBundle_GetCurrentApplicationInfo()](_bundle.md#oh_nativebundle_getcurrentapplicationinfo).
9
10**Since**: 9
11
12**Related module**: [bundle](_bundle.md)
13
14**Header file**: [native_interface_bundle.h](native__interface__bundle.md)
15
16
17## Summary
18
19
20### Member Variables
21
22| Name| Description|
23| -------- | -------- |
24| [bundleName](#bundlename) | Bundle name of the application.|
25| [fingerprint](#fingerprint) | Fingerprint information of the bundle.|
26
27
28## Member Variable Description
29
30
31### bundleName
32
33
34```
35char* OH_NativeBundle_ApplicationInfo::bundleName
36```
37
38**Description**
39
40Bundle name of the application.
41
42**Since**: 9
43
44
45### fingerprint
46
47
48```
49char* OH_NativeBundle_ApplicationInfo::fingerprint
50```
51
52**Description**
53
54Fingerprint information of the bundle.
55
56**Since**: 9
57