Package com.unblu.sdk.core.ui
Interface UnbluDefaultModalViewHandler.OnAnimationEndCallback
- Enclosing class:
- UnbluDefaultModalViewHandler
public static interface UnbluDefaultModalViewHandler.OnAnimationEndCallback
Callback interface for indicating the end of an animation.
-
Method Summary
-
Method Details
-
onEnd
void onEnd()Method to be called when the animation ends.
-