#import <NvsAssetPackageManager.h>
◆ didFinishAssetPackageInstallation:filePath:type:error:
Notifies the accomplishment of asset package installation.
- Parameters
-
assetPackageId | Asset package ID |
assetPackageFilePath | Asset package file path |
assetPackageType | Asset package type |
error | Returns error value of installation. "NvsAssetPackageManagerError_NoError" indicates that the installation succeeds, otherwise it fails. |
Common causes of errors: 1. Package file path error.2. Package type error.
- See also
- - didFinishAssetPackageUpgrading:filePath:type:error:
◆ didFinishAssetPackageUpgrading:filePath:type:error:
Notifies the completion of asset package upgrade.
- Parameters
-
assetPackageId | Asset package ID. |
assetPackageFilePath | Asset package file path |
assetPackageType | Asset package type |
error | Returns error value of upgrading. "NvsAssetPackageManagerError_NoError" indicates that the installation succeeds, otherwise it fails. |
- See also
- - didFinishAssetPackageInstallation:filePath:type:error:
The documentation for this protocol was generated from the following file: