GetStorefrontCallback

Interface to be implemented when calling Purchases.getStorefrontCountryCode

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(storefrontCountryCode: String)

Will be called after the call has completed.