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