Package-level declarations

Types

Link copied to clipboard
sealed class ReviewError : Exception

Represents errors that can occur during the review process

Link copied to clipboard
class ReviewManagerImpl(context: Context, val isDebug: () -> Boolean) : ReviewManager

Implementation of ReviewManager using Google Play Core Review API