Review More Popup Menu
data class ReviewMorePopupMenu(var backgroundColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false), var reorderPages: PopupMenuItem = PopupMenuItem( title = StyledText( text = "?reviewScreenReorderPagesButtonTitle", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionReviewReorderPagesButton", icon = IconStyle( color = ScanbotColor("?sbColorOnSurface", isArgb = false) ) ), var deleteAll: PopupMenuItem = PopupMenuItem( title = StyledText( text = "?reviewScreenDeleteAllButtonTitle", color = ScanbotColor("?sbColorNegative", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionReviewDeleteAllButton", icon = IconStyle( color = ScanbotColor("?sbColorNegative", isArgb = false) ) )) : Parcelable
Configuration of the 'more' popup menu for the review screen.
Constructors
Link copied to clipboard
constructor(backgroundColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false), reorderPages: PopupMenuItem = PopupMenuItem( title = StyledText( text = "?reviewScreenReorderPagesButtonTitle", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionReviewReorderPagesButton", icon = IconStyle( color = ScanbotColor("?sbColorOnSurface", isArgb = false) ) ), deleteAll: PopupMenuItem = PopupMenuItem( title = StyledText( text = "?reviewScreenDeleteAllButtonTitle", color = ScanbotColor("?sbColorNegative", isArgb = false) ), accessibilityDescription = "?accessibilityDescriptionReviewDeleteAllButton", icon = IconStyle( color = ScanbotColor("?sbColorNegative", isArgb = false) ) ))