Web Issue Analytic

constructor()

Constructor to init the WebIssueAnalytic class


constructor(id: String, name: String, creationDate: Long, appVersion: String, device: AmetistaDevice, issue: String, platform: Platform, browser: String, browserVersion: String)

Constructor to init the IssueAnalytic class

Parameters

id

The identifier of the issue

name

The name of the issue

creationDate

The date when the issue has been inserted in the system

appVersion

The application version where the issue is attached

device

The device where the issue occurred

issue

The cause message of the issue occurred

platform

The platform target of the application where the issue is attached

browser

The browser where the issue occurred

browserVersion

The version of the browser


constructor(jWebIssue: JSONObject)

Constructor to init the IssueAnalytic class

Parameters

jWebIssue

Web issue details formatted as JSON