Interface SmsNotificationChannelStrategy
- All Known Implementing Classes:
DefaultSmsNotificationChannelStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Strategy used to get mobile phone number in notification preference
-
Method Summary
Modifier and TypeMethodDescriptiongetMobilePhoneNumber(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 Details
-
getMobilePhoneNumber
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
-
NotificationChannelStrategy