getPurchaserInfoWith
fun Purchases.getPurchaserInfoWith(onError: ErrorFunction = ON_ERROR_STUB, onSuccess: ReceivePurchaserInfoSuccessFunction)
Content copied to clipboard
Get latest available purchaser info.
Parameters
onSuccess
Called when purchaser info is available and not stale. Called immediately if purchaser info is cached.
onError
Will be called after the call has completed with an error.