Web
Issue
Analytic
The IssueAnalytic
class is useful to
represent an issue occurred in a web environment
Author
N7ghtm4r3 - Tecknobit
See also
Constructors
Link copied to clipboard
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
constructor(jWebIssue: JSONObject)
Constructor to init the IssueAnalytic
class
Properties
Link copied to clipboard
ANALYTIC_IDENTIFIER_KEY
the key for the "analytic_id" field
Link copied to clipboard
ANALYTIC_KEY
the key for the
"analytic" field
Link copied to clipboard
ANALYTIC_TYPE_KEY
the key for
the "type" field
Link copied to clipboard
APP_VERSION_KEY
the key for
the "app_version" field
Link copied to clipboard
application
the application where the analytic is attached
Link copied to clipboard
appVersion
the application version where the analytic is attached
Link copied to clipboard
BRAND_FILTERS_KEY
the key for
the "brands" field
Link copied to clipboard
BROWSER_KEY
the key for the "browser" field
Link copied to clipboard
BROWSER_VERSION_KEY
the key for the "browser_version" field
Link copied to clipboard
browser
the
version of the browser
Link copied to clipboard
CREATION_DATE_KEY
the key for
the "creation_date" field
Link copied to clipboard
creationDate
the timestamp
when the item has been created
Link copied to clipboard
DATE_FILTERS_KEY
the key for
the "dates" field
Link copied to clipboard
device
the
device where the issue occurred
Link copied to clipboard
Link copied to clipboard
FILTERS_KEY
the key for the "filters" field
Link copied to clipboard
Link copied to clipboard
ISSUES_KEY
the key for the "issues" field
Link copied to clipboard
MODEL_FILTERS_KEY
the key for
the "models" field
Link copied to clipboard
PLATFORM_KEY
the key for the
"platform" field
Link copied to clipboard
Link copied to clipboard
type
the
type of the analytic
Link copied to clipboard
VERSION_FILTERS_KEY
the key for the "versions" field
Link copied to clipboard
WEB_ISSUE_KEY
the key for the
"web_issue" field
Link copied to clipboard
WEB_ISSUES_KEY
the key for
the "web_issues" field
Functions
Link copied to clipboard
Method to get appVersion
instance
Link copied to clipboard
Method to get creationDate
instance
Link copied to clipboard
Method to get creationDate
instance
Link copied to clipboard
Method to get device
instance
Link copied to clipboard
Method to get platform
instance