Class SMSServiceProviderImpl

java.lang.Object
io.mosip.kernel.smsserviceprovider.msg91.impl.SMSServiceProviderImpl
All Implemented Interfaces:
io.mosip.kernel.core.notification.spi.SMSServiceProvider

@Component public class SMSServiceProviderImpl extends Object implements io.mosip.kernel.core.notification.spi.SMSServiceProvider
Since:
1.0.0
Author:
Ritesh Sinha
  • Constructor Details

    • SMSServiceProviderImpl

      public SMSServiceProviderImpl()
  • Method Details

    • sendSms

      public io.mosip.kernel.core.notification.model.SMSResponseDto sendSms(String contactNumber, String message)
      Specified by:
      sendSms in interface io.mosip.kernel.core.notification.spi.SMSServiceProvider
    • phoneValidator

      public boolean phoneValidator(String phone)