store Analytic

private open fun storeAnalytic(applicationId: String, appVersion: String, platform: Platform, type: PerformanceAnalytic.PerformanceAnalyticType, value: Double)

Method to store an analytic for an application and its platform version

Parameters

applicationId

The identifier of the application

appVersion

The application version

platform

The platform to connect

type

The analytic type to collect

value

The analytic related value