You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/listener/DynamicSplashListener.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@
20
20
21
21
importandroidx.annotation.LayoutRes;
22
22
importandroidx.annotation.NonNull;
23
+
importandroidx.annotation.Nullable;
24
+
importandroidx.fragment.app.Fragment;
23
25
24
26
/**
25
27
* An interface to implement the splash screen and to get various callbacks while showing the splash.
@@ -33,6 +35,15 @@ public interface DynamicSplashListener {
33
35
*/
34
36
@LayoutResintgetLayoutRes();
35
37
38
+
/**
39
+
* This method will be called to create the splash fragment instance.
40
+
*
41
+
* @param layoutRes The layout resource file for the fragment.
Copy file name to clipboardExpand all lines: dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/splash/activity/DynamicSplashActivity.java
0 commit comments