-
public final class ErrorEvent.ViewView properties View properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.View.Companion
-
Method Summary
-
-
Constructor Detail
-
ErrorEvent.View
ErrorEvent.View(String id, String referrer, String url, String name, Boolean inForeground)
- 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 viewinForeground- Is the error starting in the foreground (focus in browser)
-
-
Method Detail
-
getReferrer
final String getReferrer()
-
setReferrer
final Unit setReferrer(String referrer)
- Parameters:
referrer- URL that linked to the initial view of the page
-
getInForeground
final Boolean getInForeground()
-
toJson
final JsonElement toJson()
-
-
-
-