/// /// DeviceTraits.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.stylesheet import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "DeviceTraits". */ @DoNotStrip @Keep data class DeviceTraits( val colorScheme: ColorScheme, val screenDimensions: ScreenDimensions, val contentSizeCategory: String, val screenInsets: ScreenInsets, val displayScale: Double, val fontScale: Double, val isRTL: Boolean, val screenOrientation: ScreenOrientation, val pixelRatio: Double )