SplashScreenEvent

@Serializable
@SerialName(value = "splash_screen")
data class SplashScreenEvent(val screenKey: String? = null) : InfinityEvent

Constructors

Link copied to clipboard
constructor(screenKey: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "screen_key")
val screenKey: String? = null