MessageViewStyle

data class MessageViewStyle<T : ViewStyle>(val own: T?, val theirs: T?) : ViewStyle

Styles container for a view that is used to display a message.

Parameters

own

Style for messages sent by the current user.

theirs

Style for messages sent by other users.

Constructors

Link copied to clipboard
constructor(own: T?, theirs: T?)

Properties

Link copied to clipboard
val own: T?
Link copied to clipboard
val theirs: T?