CustomerCenterRestoreFailed typedef

CustomerCenterRestoreFailed = void Function(PurchasesError error)

Called when restore purchases fails.

error The error that occurred during restore.

Implementation

typedef CustomerCenterRestoreFailed = void Function(PurchasesError error);