com.craftar
Interface SetCollectionListener
-
- All Known Subinterfaces:
- SetCloudCollectionListener, SetOnDeviceCollectionListener
public interface SetCollectionListener
Listener for the calls tosetCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setCollectionFailed(CraftARError error)
A call to setCollection failed.
-
-
-
Method Detail
-
setCollectionFailed
void setCollectionFailed(CraftARError error)
A call to setCollection failed.- Parameters:
error
- Error describing the problem
-
-