-
public final class VitalAppLaunchEvent.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalAppLaunchEvent.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VitalAppLaunchEvent.ContainerViewviewprivate final VitalAppLaunchEvent.VitalAppLaunchEventSourcesource
-
Constructor Summary
Constructors Constructor Description VitalAppLaunchEvent.Container(VitalAppLaunchEvent.ContainerView view, VitalAppLaunchEvent.VitalAppLaunchEventSource source)
-
Method Summary
Modifier and Type Method Description final VitalAppLaunchEvent.ContainerViewgetView()final VitalAppLaunchEvent.VitalAppLaunchEventSourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
VitalAppLaunchEvent.Container
VitalAppLaunchEvent.Container(VitalAppLaunchEvent.ContainerView view, VitalAppLaunchEvent.VitalAppLaunchEventSource source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final VitalAppLaunchEvent.ContainerView getView()
-
getSource
final VitalAppLaunchEvent.VitalAppLaunchEventSource getSource()
-
toJson
final JsonElement toJson()
-
-
-
-