ReviewManagerImpl

class ReviewManagerImpl(context: Context, val isDebug: () -> Boolean) : ReviewManager(source)

Implementation of ReviewManager using Google Play Core Review API

Constructors

Link copied to clipboard
constructor(context: Context, isDebug: () -> Boolean)

Properties

Link copied to clipboard
val isDebug: () -> Boolean

Functions

Link copied to clipboard
open suspend override fun launchReviewFlow(activity: Activity, reviewInfo: ReviewInfo)

Launches the review flow with the provided ReviewInfo

Link copied to clipboard
open suspend override fun requestReviewFlow(): ReviewInfo

Requests an in-app review flow from Google Play