/// /// EventName.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2024 Marc Rousavy @ Margelo /// package com.margelo.nitro.nitrotexttospeech import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "EventName". */ @DoNotStrip @Keep enum class EventName { WORD, FINISH, START; @DoNotStrip @Keep private val _ordinal = ordinal }