-
public final class ResourceEvent.ResourceEventViewView properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResourceEvent.ResourceEventView.Companion
-
Constructor Summary
Constructors Constructor Description ResourceEvent.ResourceEventView(String id, String referrer, String url, String name)
-
Method Summary
-
-
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()
-
-
-
-