App

To track an event using the app package, you can use the corresponding method on the tracker instance. For example:

Example

val properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)

Methods

appInstalled()

val properties = AppAppInstalledProperties()
bird.tracker.app.appInstalled(properties)

AppAppInstalledProperties

appUninstalled()

val properties = AppAppUninstalledProperties()
bird.tracker.app.appUninstalled(properties)

AppAppUninstalledProperties

appOpened()

AppAppOpenedProperties

Property
Type

from_background?

Boolean

referring_application?

String

url?

String

appUpdated()

AppAppUpdatedProperties

Property
Type

previous_build?

String

previous_version?

String

appBackgrounded()

AppAppBackgroundedProperties

appForegrounded()

AppAppForegroundedProperties

appCrashed()

AppAppCrashedProperties

linkClicked()

AppLinkClickedProperties

Property
Type

provider?

String

url?

String

screenViewed()

AppScreenViewedProperties

Property
Type

screen_name?

String

Last updated

Was this helpful?