getCustomerInfoWith

fun Purchases.getCustomerInfoWith(onError: ErrorFunction = ON_ERROR_STUB, onSuccess: ReceiveCustomerInfoSuccessFunction)

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.

Sources

Link copied to clipboard