IntentMessage

@Serializable
data class IntentMessage<T>(val intent: Intent, val value: T)

Constructors

Link copied to clipboard
constructor(intent: Intent, value: T)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T