Class ChineseVerificationCodeSendingStrategy
java.lang.Object
de.hybris.platform.chineseprofileservices.strategies.impl.ChineseVerificationCodeSendingStrategy
- All Implemented Interfaces:
VerificationCodeSendingStrategy
@Deprecated(since="1905",
forRemoval=true)
public class ChineseVerificationCodeSendingStrategy
extends Object
implements VerificationCodeSendingStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
A demo implementation for MobileVerificationCodeSendingStrategy.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected ChineseSmsServiceDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Send code to a mobile.voidsetChineseSmsService(ChineseSmsService chineseSmsService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ChineseVerificationCodeSendingStrategy
public ChineseVerificationCodeSendingStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
send
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:VerificationCodeSendingStrategySend code to a mobile.- Specified by:
sendin interfaceVerificationCodeSendingStrategy- Parameters:
mobileNumber- The target mobile number.code- Verification code.
-
getChineseSmsService
Deprecated, for removal: This API element is subject to removal in a future version. -
setChineseSmsService
Deprecated, for removal: This API element is subject to removal in a future version.
-
ChineseVerificationCodeStrategyinstead.