kfEventsLabel top-level constant

Map<String, String> const kfEventsLabel

Implementation

const kfEventsLabel = {
  'KF_LOADED': 'kwikforms_widget_loaded',
  'KF_SSO': 'kwikforms_sso',
  'KF_OTP': 'kwikforms_otptriggeredmanually',
  'KF_OTP_VERIFIED': 'kwikforms_otpverified',
  'KF_SUBMITTED': 'kwikform_submitted',
  'KF_POPUP_DISMISSED': 'kwikforms_dismissed',
  'KF_AUTOFILLED_FILL': 'kwikform_autofilled_fill',
  'KF_POPUP_TYPE_ID': 'kwikform_popup_type_id',
};