Rating

abstract class Rating

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
class Review @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val rating: Float, val reviewCount: Int) : Rating