DisplayState
public enum DisplayState : Equatable
This file provides default fiori style for the component.
- Uncomment the following code.
- Implement layout and style in corresponding places.
- Delete
.generated
from file name. - Move this file to
_FioriStyles
folder underFioriSwiftUICore
.
-
Checkout state is processing.
Declaration
Swift
case inProgress
-
Checkout state is completed.
Declaration
Swift
case completed
-
Checkout state is failed.
Declaration
Swift
case failed