TypingIndicatorViewStyle

data class TypingIndicatorViewStyle(@LayoutRes val typingIndicatorAnimationView: Int, val typingIndicatorUsersTextStyle: TextStyle)

Style for TypingIndicatorView. Use this class together with TransformStyle.typingIndicatorViewStyleTransformer to change TypingIndicatorView style programmatically.

Constructors

Link copied to clipboard
fun TypingIndicatorViewStyle(@LayoutRes typingIndicatorAnimationView: Int, typingIndicatorUsersTextStyle: TextStyle)

Properties

Link copied to clipboard
val typingIndicatorAnimationView: Int

Typing animation view. Default value is R.layout.stream_ui_typing_indicator_animation_view.

Link copied to clipboard
val typingIndicatorUsersTextStyle: TextStyle

Appearance for typing users text.