com.craftar
Interface CraftAROnDeviceCollectionManager.AddCollectionListener
-
- Enclosing class:
- CraftAROnDeviceCollectionManager
public static interface CraftAROnDeviceCollectionManager.AddCollectionListener
Listener for the calls toaddCollection()
andaddCollectionWithToken()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
addCollectionFailed(CraftARError error)
The collection could not be added to the device storage.void
addCollectionProgress(float progress)
Progress adding the bundle to the device storage.void
collectionAdded(CraftAROnDeviceCollection collection)
The collection has been successfully added to the device storage
-
-
-
Method Detail
-
collectionAdded
void collectionAdded(CraftAROnDeviceCollection collection)
The collection has been successfully added to the device storage
-
addCollectionFailed
void addCollectionFailed(CraftARError error)
The collection could not be added to the device storage.
-
addCollectionProgress
void addCollectionProgress(float progress)
Progress adding the bundle to the device storage.
-
-