ESET Secure Authentication SDK documentation
 All Classes Functions Variables
Public Member Functions | List of all members
com.eset.secureauthentication.sdk.ITextMessageSender Interface Reference

Inherited by com.eset.secureauthentication.sdk.internal.services.provisioning.TextMessageSender.

Public Member Functions

void sendOtpMessage (String mobileNumber, String otp) throws InsufficientTextMessageCreditsException, ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException
 
void sendAppInstallMessage (String mobileNumber, String downloadUrl) throws InsufficientTextMessageCreditsException, ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException
 

Detailed Description

Interface against which custom text message sending classes must be implemented.

Member Function Documentation

void com.eset.secureauthentication.sdk.ITextMessageSender.sendAppInstallMessage ( String  mobileNumber,
String  downloadUrl 
) throws InsufficientTextMessageCreditsException, ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException

Send text message with mobile app installation URL to user.

Parameters
mobileNumberthe mobile number to which the text message is sent
downloadUrlthe app installation URL
Exceptions
InsufficientTextMessageCreditsException
ProvisioningCommunicationException
InternalTwoFactorException
VersionNotSupportedException
InvalidApiCredentialsException
void com.eset.secureauthentication.sdk.ITextMessageSender.sendOtpMessage ( String  mobileNumber,
String  otp 
) throws InsufficientTextMessageCreditsException, ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException

Send text message with OTP to user.

Parameters
mobileNumberthe mobile number to which the text message is sent
otpthe OTP to send
Exceptions
InsufficientTextMessageCreditsException
ProvisioningCommunicationException
InternalTwoFactorException
VersionNotSupportedException
InvalidApiCredentialsException

The documentation for this interface was generated from the following file: