/// /// AlternativeBillingModeAndroid.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.iap import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "AlternativeBillingModeAndroid". */ @DoNotStrip @Keep enum class AlternativeBillingModeAndroid(@DoNotStrip @Keep val value: Int) { NONE(0), USER_CHOICE(1), ALTERNATIVE_ONLY(2); companion object }