AppRaterModelSetup

class AppRaterModelSetup(var appTitle: String = "Rate my app", var content: String = "If you're enjoying using this application, please take a moment to rate it.", var buttonsCornerRadius: Int? = null, var contentTextSize: Float? = null, var rateMeButtonText: String? = null, var doNotShowAgainButtonText: String? = null, var remindMeLaterButtonText: String? = null, var backgroundButtonsResource: Int? = null, var buttonsBGColor: Int? = null)

Constructors

Link copied to clipboard
constructor(appTitle: String = "Rate my app", content: String = "If you're enjoying using this application, please take a moment to rate it.", buttonsCornerRadius: Int? = null, contentTextSize: Float? = null, rateMeButtonText: String? = null, doNotShowAgainButtonText: String? = null, remindMeLaterButtonText: String? = null, backgroundButtonsResource: Int? = null, buttonsBGColor: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(callback: AppRater.AppRaterModelSetup.() -> Unit = {})