Class UnsupportedAttachmentViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class UnsupportedAttachmentViewStyle implements ViewStyle
Style for unsupported attachments.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final IntegerstrokeColorprivate final IntegerstrokeWidthprivate final IntegercornerRadiusprivate final TextStyletitleTextStyle
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final IntegergetStrokeColor()final IntegergetStrokeWidth()final IntegergetCornerRadius()final TextStylegetTitleTextStyle()-
-
Constructor Detail
-
UnsupportedAttachmentViewStyle
UnsupportedAttachmentViewStyle(Integer backgroundColor, Integer strokeColor, Integer strokeWidth, Integer cornerRadius, TextStyle titleTextStyle)
- 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.
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getStrokeColor
final Integer getStrokeColor()
-
getStrokeWidth
final Integer getStrokeWidth()
-
getCornerRadius
final Integer getCornerRadius()
-
getTitleTextStyle
final TextStyle getTitleTextStyle()
-
-
-
-