GetStorefrontLocaleCallback

Interface to be implemented when calling com.revenuecat.purchases.Purchases.getStorefrontLocale

Functions

Link copied to clipboard
abstract fun onError(error: PurchasesError)

Will be called after the call has completed with an error.

Link copied to clipboard
abstract fun onReceived(storefrontLocale: Locale)

Will be called after the call has completed.