public class InlineOrModalContainerConfig : BaseContainerConfig
Undocumented
[init(backgroundColor:showLoader:loadTimeout:hideCloseButton:size:minSize:)](#/s:9embed_sdk28InlineOrModalContainerConfigC15backgroundColor10showLoader11loadTimeout15hideCloseButton4size7minSizeACSSSg_SbSgSiSgAkA05PixelS0VSgAOtcfc)
Undocumented
Swift
public init(
backgroundColor: String? = nil,
showLoader: Bool? = nil,
loadTimeout: Int? = nil,
hideCloseButton: Bool? = nil,
size: PixelSize? = nil,
minSize: PixelSize? = nil
)
[init(from:)](#/s:9embed_sdk28InlineOrModalContainerConfigC4fromACs7Decoder_p_tKcfc)
Undocumented
Swift
public required init(from decoder: any Decoder) throws
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
override public func encode(to encoder: any Encoder) throws