Class EndLevelDialogFragmentArgs
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.EndLevelDialogFragmentArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndLevelDialogFragmentArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
static EndLevelDialogFragmentArgs
fromBundle(Bundle bundle)
String
getGameMode()
boolean
getGameWon()
int
getScore()
int
hashCode()
Bundle
toBundle()
String
toString()
-
-
-
Method Detail
-
fromBundle
@NonNull public static EndLevelDialogFragmentArgs fromBundle(@NonNull Bundle bundle)
-
getGameWon
public boolean getGameWon()
-
getScore
public int getScore()
-
-