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
-
Constructor Summary
ConstructorsConstructorDescriptionOvhSmsSendPlugin(Optional<String> whitelistPrefixesOpt, String serviceName, Optional<Double> creditLeftThreshold, OvhSmsWebServiceClient ovhSmsWebServiceClient, io.vertigo.core.analytics.AnalyticsManager analyticsManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the sms accepted by this plugin.Sends a sms.
-
Constructor Details
-
OvhSmsSendPlugin
-
-
Method Details
-
acceptSms
Description copied from interface:SmsSendPluginIs the sms accepted by this plugin. Could be for region of the phone numnber, the quota limit of the plugin etc..- Specified by:
acceptSmsin interfaceSmsSendPlugin- Parameters:
sms- sms to send
-
sendSms
Description copied from interface:SmsSendPluginSends a sms.- Specified by:
sendSmsin interfaceSmsSendPlugin- Parameters:
sms- sms to send- Returns:
- a sending report
-