Class SmsChannelHook

    • Constructor Summary

      Constructors 
      Constructor Description
      SmsChannelHook()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SmsChannelHook

        public SmsChannelHook()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • isChannelOn

        public java.lang.Boolean isChannelOn​(CustomerModel customer)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: NotificationChannelHook
        Checks the channel status for the customer
        Specified by:
        isChannelOn in interface NotificationChannelHook
        Parameters:
        customer - the customer model
        Returns:
        true if the specific channel is on and false otherwise