UnsupportedAttachmentViewStyle

data class UnsupportedAttachmentViewStyle(@ColorInt val backgroundColor: Int, @ColorInt val strokeColor: Int, @Px val strokeWidth: Int, @Px val cornerRadius: Int, val titleTextStyle: TextStyle) : ViewStyle

Style for unsupported attachments.

Parameters

backgroundColor

Unsupported attachment background color.

strokeColor

Unsupported attachment stroke color.

strokeWidth

Unsupported attachment stroke width.

cornerRadius

Unsupported attachment corner radius.

titleTextStyle

Text appearance for unsupported attachment title.

Constructors

Link copied to clipboard
constructor(@ColorInt backgroundColor: Int, @ColorInt strokeColor: Int, @Px strokeWidth: Int, @Px cornerRadius: Int, titleTextStyle: TextStyle)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard