AnalyticsWidgetInteractionInfo
class AnalyticsWidgetInteractionInfo
Fields
Name | Description |
---|---|
var interactionCount: Int
|
|
var timeOfFirstInteraction: Long
|
|
var timeOfLastInteraction: Long
|
|
var timeOfFirstDisplay: Long
|
|
var pointEarned: Int
|
|
var badgeEarned: String?
|
|
var badgeLevelEarned: Int?
|
|
var pointsInCurrentLevel: Int?
|
|
var pointsToNextLevel: Int?
|
Constructors
Name | Description |
---|---|
constructor()
|
Methods
incrementInteraction
fun incrementInteraction()
ReturnValue
Name | Description |
---|---|
Unit
|
widgetDisplayed
fun widgetDisplayed()
ReturnValue
Name | Description |
---|---|
Unit
|
reset
fun reset()
ReturnValue
Name | Description |
---|---|
Unit
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|