-
- All Implemented Interfaces:
-
androidx.navigation.NavArgs
public final class SkontoInvoiceFragmentArgs implements NavArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSkontoInvoiceFragmentArgs.Companion
-
Field Summary
Fields Modifier and Type Field Description private final SkontoDataskontoDataprivate final Array<SkontoInvoiceHighlightBoxes>invoiceHighlights
-
Constructor Summary
Constructors Constructor Description SkontoInvoiceFragmentArgs(SkontoData skontoData, Array<SkontoInvoiceHighlightBoxes> invoiceHighlights)
-
Method Summary
Modifier and Type Method Description final SkontoDatagetSkontoData()final Array<SkontoInvoiceHighlightBoxes>getInvoiceHighlights()final BundletoBundle()final SavedStateHandletoSavedStateHandle()-
-
Constructor Detail
-
SkontoInvoiceFragmentArgs
SkontoInvoiceFragmentArgs(SkontoData skontoData, Array<SkontoInvoiceHighlightBoxes> invoiceHighlights)
-
-
Method Detail
-
getSkontoData
final SkontoData getSkontoData()
-
getInvoiceHighlights
final Array<SkontoInvoiceHighlightBoxes> getInvoiceHighlights()
-
toSavedStateHandle
final SavedStateHandle toSavedStateHandle()
-
-
-
-