Interface SmsNotificationChannelStrategy
-
- All Known Implementing Classes:
DefaultSmsNotificationChannelStrategy
@Deprecated(since="6.7", forRemoval=true) public interface SmsNotificationChannelStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 6.7. UseNotificationChannelStrategyStrategy used to get mobile phone number in notification preference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetMobilePhoneNumber(CustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.Get the mobile phone number from project.properties configuration file
-
-
-
Method Detail
-
getMobilePhoneNumber
java.lang.String getMobilePhoneNumber(CustomerModel customer)
Deprecated, for removal: This API element is subject to removal in a future version.Get the mobile phone number from project.properties configuration file- Parameters:
customer- get phone number from this customer- Returns:
- the mobile number will be returned
-
-