data class AppEventContext
A class to describe the app and application when sending analytic events.
Constructors | |
---|---|
AppEventContext(appId: String, packageName: String) |
Properties | |
---|---|
String | appId ID of the app |
String | packageName Package name of the app |
AppEventContext(appId: String, packageName: String)
Parameters | |
---|---|
appId: String | ID of the app |
packageName: String | Package name of the app |
val appId: String
ID of the app
val packageName: String
Package name of the app