public interface SplashScreenCallBack
-
Method Summary
Modifier and TypeMethodDescriptionvoid
the method is called when the SplashScreen timer is finishedvoid
the method is called when the SplashScreen shown
-
Method Details
-
onStarted
void onStarted()the method is called when the SplashScreen shown -
onFinished
void onFinished()the method is called when the SplashScreen timer is finished
-