-
public interface ISmartUpdateListener
Created by nielev on 18/7/30.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSmartUpdateListener()
callback on smart scene update abstract void
onCollectionsUpdateListener()
callback on recommend scene add to collection -
-
Method Detail
-
onSmartUpdateListener
abstract void onSmartUpdateListener()
callback on smart scene update
-
onCollectionsUpdateListener
abstract void onCollectionsUpdateListener()
callback on recommend scene add to collection
-
-
-
-