com.craftar
Interface SetOnDeviceCollectionListener
-
- All Superinterfaces:
- SetCollectionListener
public interface SetOnDeviceCollectionListener extends SetCollectionListener
Created by luis on 13/06/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
collectionReady(java.util.List<CraftARError> errorsList)
Collection is ready.void
setCollectionProgress(double progress)
Callback with the progress to the call setCollection().-
Methods inherited from interface com.craftar.SetCollectionListener
setCollectionFailed
-
-
-
-
Method Detail
-
setCollectionProgress
void setCollectionProgress(double progress)
Callback with the progress to the call setCollection().
-
collectionReady
void collectionReady(java.util.List<CraftARError> errorsList)
Collection is ready.- Parameters:
errorsList
- if errors where produced but the collection was set, the list contains the errors.
-
-