-
public final class RumVitalAppLaunchEvent.RumVitalAppLaunchEventViewView properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalAppLaunchEvent.RumVitalAppLaunchEventView.Companion
-
Constructor Summary
Constructors Constructor Description RumVitalAppLaunchEvent.RumVitalAppLaunchEventView(String id, String referrer, String url, String name)
-
Method Summary
-
-
Constructor Detail
-
RumVitalAppLaunchEvent.RumVitalAppLaunchEventView
RumVitalAppLaunchEvent.RumVitalAppLaunchEventView(String id, String referrer, String url, String name)
- Parameters:
id- UUID of the viewreferrer- URL that linked to the initial view of the pageurl- URL of the viewname- User defined name of the view
-
-
Method Detail
-
getReferrer
final String getReferrer()
-
setReferrer
final Unit setReferrer(String referrer)
- Parameters:
referrer- URL that linked to the initial view of the page
-
toJson
final JsonElement toJson()
-
-
-
-