-
- All Implemented Interfaces:
-
com.revenuecat.purchases.customercenter.CustomerCenterListener
public abstract class CustomerCenterListenerWrapper implements CustomerCenterListener
-
-
Constructor Summary
Constructors Constructor Description CustomerCenterListenerWrapper()
-
Method Summary
Modifier and Type Method Description UnitonFeedbackSurveyCompleted(String feedbackSurveyOptionId)UnitonRestoreCompleted(CustomerInfo customerInfo)UnitonRestoreFailed(PurchasesError error)UnitonRestoreStarted()UnitonShowingManageSubscriptions()UnitonManagementOptionSelected(CustomerCenterManagementOption action)abstract UnitonFeedbackSurveyCompletedWrapper(String feedbackSurveyOptionId)abstract UnitonRestoreCompletedWrapper(Map<String, Object> customerInfo)abstract UnitonRestoreFailedWrapper(Map<String, Object> error)abstract UnitonRestoreStartedWrapper()abstract UnitonShowingManageSubscriptionsWrapper()abstract UnitonManagementOptionSelectedWrapper(String action, String url)-
-
Method Detail
-
onFeedbackSurveyCompleted
Unit onFeedbackSurveyCompleted(String feedbackSurveyOptionId)
-
onRestoreCompleted
Unit onRestoreCompleted(CustomerInfo customerInfo)
-
onRestoreFailed
Unit onRestoreFailed(PurchasesError error)
-
onRestoreStarted
Unit onRestoreStarted()
-
onShowingManageSubscriptions
Unit onShowingManageSubscriptions()
-
onManagementOptionSelected
Unit onManagementOptionSelected(CustomerCenterManagementOption action)
-
onFeedbackSurveyCompletedWrapper
abstract Unit onFeedbackSurveyCompletedWrapper(String feedbackSurveyOptionId)
-
onRestoreCompletedWrapper
abstract Unit onRestoreCompletedWrapper(Map<String, Object> customerInfo)
-
onRestoreFailedWrapper
abstract Unit onRestoreFailedWrapper(Map<String, Object> error)
-
onRestoreStartedWrapper
abstract Unit onRestoreStartedWrapper()
-
onShowingManageSubscriptionsWrapper
abstract Unit onShowingManageSubscriptionsWrapper()
-
onManagementOptionSelectedWrapper
abstract Unit onManagementOptionSelectedWrapper(String action, String url)
-
-
-
-