/// /// NumberProperty.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © Marc Rousavy @ Margelo /// package com.margelo.nitro.omni import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "NumberProperty". */ @DoNotStrip @Keep enum class NumberProperty(@DoNotStrip @Keep val value: Int) { CURRENTTIME(0), BUFFERED(1), DURATION(2), PLAYBACKRATE(3), VOLUME(4), ISAUTOQUALITY(5), CASTSTATUS(6); companion object }