Class OvhSmsSendPlugin

java.lang.Object
io.vertigo.social.plugins.sms.ovh.OvhSmsSendPlugin
All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Plugin, SmsSendPlugin

public class OvhSmsSendPlugin extends Object implements SmsSendPlugin
  • Constructor Details

  • Method Details

    • acceptSms

      public boolean acceptSms(Sms sms)
      Description copied from interface: SmsSendPlugin
      Is the sms accepted by this plugin. Could be for region of the phone numnber, the quota limit of the plugin etc..
      Specified by:
      acceptSms in interface SmsSendPlugin
      Parameters:
      sms - sms to send
    • sendSms

      public SmsSendingReport sendSms(Sms sms)
      Description copied from interface: SmsSendPlugin
      Sends a sms.
      Specified by:
      sendSms in interface SmsSendPlugin
      Parameters:
      sms - sms to send
      Returns:
      a sending report