package com.reactnativekalturaplayer.events class KalturaPlayerAnalyticsEvents { companion object { const val PHOENIX_CONCURRENCY_ERROR = "concurrencyError" const val PHOENIX_BOOKMARK_ERROR = "bookmarkError" const val PHOENIX_ERROR = "phoenixError" const val PHOENIX_REPORT_SENT = "phoenixReportSent" const val KAVA_REPORT_SENT = "kavaReportSent" const val YOUBORA_REPORT_SENT = "youboraReportSent" const val SOURCE_URL_SWITCHED = "sourceUrlSwitched" const val CDN_SWITCHED = "cdnSwitched" const val BROADPEAK_ERROR = "broadPeakError" } }