Interface NotificationChannelHook

  • All Known Implementing Classes:
    EmailChannelHook, SmsChannelHook

    @Deprecated(since="6.7",
                forRemoval=true)
    public interface NotificationChannelHook
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 6.7.
    Checks customer notification preference
    • 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