RatingBody

abstract class RatingBody

Defined implementations of a body for the rating dialog.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Custom(val body: @Composable () -> Unit) : RatingBody

Custom implementation of a body.

Link copied to clipboard
data class Default(val bodyText: String, val preBody: @Composable () -> Unit = {}, val postBody: @Composable () -> Unit = {}) : RatingBody

Standard implementation of a body.