Interface CustomerSettingsChangedHook
-
- All Known Implementing Classes:
ProductInterestCustomerSettingsChangedHook
public interface CustomerSettingsChangedHookHook for Customer setting changing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterUnbindMobileNumber(CustomerModel customer)Specific customized logic after unbinding mobile number
-
-
-
Method Detail
-
afterUnbindMobileNumber
void afterUnbindMobileNumber(CustomerModel customer)
Specific customized logic after unbinding mobile number- Parameters:
parameters- A customer who wants to unbind mobile number.
-
-