Resource package management callback interface.  
 More...
|  | 
| void | onFinishAssetPackageInstallation (String assetPackageId, String assetPackageFilePath, int assetPackageType, int error) | 
|  | Notifies the completion of resource pack installation process.  More... 
 | 
|  | 
| void | onFinishAssetPackageUpgrading (String assetPackageId, String assetPackageFilePath, int assetPackageType, int error) | 
|  | Notifies the completion of resource pack upgrade process.  More... 
 | 
|  | 
Resource package management callback interface. 
      
        
          | void com.meicam.sdk.NvsAssetPackageManager.AssetPackageManagerCallback.onFinishAssetPackageInstallation | ( | String | assetPackageId, | 
        
          |  |  | String | assetPackageFilePath, | 
        
          |  |  | int | assetPackageType, | 
        
          |  |  | int | error | 
        
          |  | ) |  |  | 
      
 
Notifies the completion of resource pack installation process. 
- Parameters
- 
  
    | assetPackageId | Installation resource package ID |  | assetPackageFilePath | File path of resource package for installation |  | assetPackageType | The type of resource installation package. Please refer to resource package type |  | error | Returns error value of installation. "NvsAssetPackageManagerError_NoError" indicates a successful installation (It can only be returned in synchronous installation), while any other value suggest a error. Please refer to Resource Package Management Error Type |  
 
 
 
      
        
          | void com.meicam.sdk.NvsAssetPackageManager.AssetPackageManagerCallback.onFinishAssetPackageUpgrading | ( | String | assetPackageId, | 
        
          |  |  | String | assetPackageFilePath, | 
        
          |  |  | int | assetPackageType, | 
        
          |  |  | int | error | 
        
          |  | ) |  |  | 
      
 
Notifies the completion of resource pack upgrade process. 
- Parameters
- 
  
    | assetPackageId | Upgrade resource package ID |  | assetPackageFilePath | File path of resource package for upgrade |  | assetPackageType | The type of resource package for upgrade. Please refer to resource package type |  | error | Returns error value of upgrade. "NvsAssetPackageManagerError_NoError" indicates a successful installation (It can only be returned in synchronous installation), while the other values suggest a failure. Please refer to Resource Package Management Error Type |  
 
 
 
The documentation for this interface was generated from the following file: