Interface NotificationChannelHook
-
- All Known Implementing Classes:
EmailChannelHook,SmsChannelHook
@Deprecated(since="6.7", forRemoval=true) public interface NotificationChannelHookDeprecated, for removal: This API element is subject to removal in a future version.since 6.7.Checks customer notification preference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.BooleanisChannelOn(CustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.Checks the channel status for the customer
-
-
-
Method Detail
-
isChannelOn
java.lang.Boolean isChannelOn(CustomerModel customer)
Deprecated, for removal: This API element is subject to removal in a future version.Checks the channel status for the customer- Parameters:
customer- the customer model- Returns:
- true if the specific channel is on and false otherwise
-
-