The following members of class MobileScenePackage are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Signals
(deprecated) void | unpackCompleted(const QUuid &taskId, bool success) |
Static Public Members
(deprecated) Esri::ArcGISRuntime::TaskWatcher | unpack(const QString &mobileScenePackageFilePath, const QString &outputDirectory) |
Member Function Documentation
[static]
Esri::ArcGISRuntime::TaskWatcher MobileScenePackage::unpack(const QString &mobileScenePackageFilePath , const QString &outputDirectory )
This function is deprecated. We strongly advise against using it in new code.
Unpacks the mobile scene package at mobileScenePackageFilePath to the outputDirectory.
This method returns a TaskWatcher for the asynchronous operation. Connect to the MobileScenePackage singleton provided by the instance() method to determine when the operation is completed.
The unpack task writes the full content of the mobile scene package to the output directory. Care should be taken on devices with limited storage space, especially if the original package is very large. After unpacking, you can remove the original .mspk
file from the device.
[signal]
void MobileScenePackage::unpackCompleted (const QUuid &taskId , bool success)
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when unpack completes.
- taskId - The task ID that this signal corresponds to.
- success - Whether the task was successful.