com.craftar
Interface CraftAROnDeviceCollectionManager.DeleteCollectionListener
-
- Enclosing class:
- CraftAROnDeviceCollectionManager
public static interface CraftAROnDeviceCollectionManager.DeleteCollectionListener
Listener for the calls todeleteCollection()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
collectionDeleted()
The collection was deleted successfullyvoid
deleteCollectionFailed(CraftARError error)
The collection could not be deleted
-
-
-
Method Detail
-
deleteCollectionFailed
void deleteCollectionFailed(CraftARError error)
The collection could not be deleted
-
collectionDeleted
void collectionDeleted()
The collection was deleted successfully
-
-