API reference
API reference
Select your platform
No SDKs available
No versions available

PanelStyleOptions Class

Modifiers: open

Signature

open class PanelStyleOptions(val themeResourceId: Int = R.style.SpatialSDKTransparentTheme) : PanelConfigOptionsModifier

Constructors

PanelStyleOptions ( themeResourceId )
Signature
constructor(themeResourceId: Int = R.style.SpatialSDKTransparentTheme)
Parameters
themeResourceId: Int

Properties

themeResourceId : Int
[Get]
Signature
open val themeResourceId: Int

Functions

applyTo ( options )
Signature
open override fun applyTo(options: PanelConfigOptions)
Parameters
Did you find this page helpful?