onShowAppRate

open override fun onShowAppRate(context: Context)

This callback is invoked when the flow requests an app-rating prompt.

The default implementation presents the Play In-App Review prompt via ReviewManager. Override it to customize or suppress this.

Parameters

context

A UI Context within which the event occurred.