This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Serializable | |
| object Home | |
| @Serializable | |
| data class DetailScreenData(val data: String) | |
| @Composable | |
| fun Navigation3POC() { | |
| val backStack = remember { mutableStateListOf<Any>(Home) } | |
| NavDisplay( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "content": [ | |
| { | |
| "availableForOrdering": true, | |
| "basePrice": { | |
| "offerPrice": 0, | |
| "price": 0, | |
| "unitPriceDescription": "string" | |
| }, | |
| "bonusInfoCommand": { |