AppEventContext

data class AppEventContext

A class to describe the app and application when sending analytic events.

Summary

Constructors
AppEventContext(appId: String, packageName: String)
Properties
String appId
ID of the app
String packageName
Package name of the app

Constructors

AppEventContext

AppEventContext(appId: String, packageName: String)
Parameters
appId: String ID of the app
packageName: String Package name of the app

Properties

appId

val appId: String

ID of the app

packageName

val packageName: String

Package name of the app


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on June 16, 2023