Class EndLevelDialogFragmentArgs
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.EndLevelDialogFragmentArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndLevelDialogFragmentArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)static EndLevelDialogFragmentArgsfromBundle(Bundle bundle)StringgetGameMode()booleangetGameWon()intgetScore()inthashCode()BundletoBundle()StringtoString()
-
-
-
Method Detail
-
fromBundle
@NonNull public static EndLevelDialogFragmentArgs fromBundle(@NonNull Bundle bundle)
-
getGameWon
public boolean getGameWon()
-
getScore
public int getScore()
-
-