/// /// NitroInAppBrowserPresentationStyle.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// package com.margelo.nitro.nitroinappbrowser import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "NitroInAppBrowserPresentationStyle". */ @DoNotStrip @Keep enum class NitroInAppBrowserPresentationStyle(@DoNotStrip @Keep val value: Int) { PAGESHEET(0), FORMSHEET(1), FULLSCREEN(2); }