Package-level declarations

Functions

Link copied to clipboard
fun RatingDialog(state: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody, properties: DialogProperties = DialogProperties())

Rating dialog use-case.

Link copied to clipboard
fun RatingPopup(state: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())

Rating pop-up that displays a rating view.

Link copied to clipboard
fun RatingView(useCaseState: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody)

Rating view for the use-case to display a rating view.