Package com.pexip.sdk.api.infinity
Class SplashScreenResponse
-
- All Implemented Interfaces:
@Serializable() public final class SplashScreenResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final BackgroundResponsebackgroundprivate final List<ElementResponse>elements
-
Constructor Summary
Constructors Constructor Description SplashScreenResponse(BackgroundResponse background, List<ElementResponse> elements)
-
Method Summary
Modifier and Type Method Description final BackgroundResponsegetBackground()final List<ElementResponse>getElements()-
-
Constructor Detail
-
SplashScreenResponse
SplashScreenResponse(BackgroundResponse background, List<ElementResponse> elements)
-
-
Method Detail
-
getBackground
final BackgroundResponse getBackground()
-
getElements
final List<ElementResponse> getElements()
-
-
-
-