|
|
| app_id |
| | Application identity to indicate applications to open this wrapper data.
|
| |
|
| description |
| | Description for wrapper file to show applications or confront users prompt information.
|
| |
|
| type |
| | Wrapper type to indicate a type of the current wrapper file.
|
| |
|
| uri |
| | The URI for consumers to get more information.
|
| |
|
| version |
| | Wrapper version.
|
| |
◆ constructor() [1/2]
| WrapperData.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ constructor() [2/2]
Constructor, with parameters.
- Parameters
-
| [in] | version | Wrapper version. |
| [in] | type | Wrapper type to indicate a type of the current wrapper file. |
| [in] | app_id | Application identity to indicate applications to open this wrapper data. |
| [in] | uri | URI for consumers to get more information. |
| [in] | description | Description for wrapper file to show applications or confront users prompt information. |
◆ Set()