public class DefaultChineseSmsService extends java.lang.Object implements ChineseSmsService
| Constructor and Description |
|---|
DefaultChineseSmsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendMsg(java.lang.String mobileNumber,
java.lang.String msg)
Here is an empty implementation.
|
public void sendMsg(java.lang.String mobileNumber,
java.lang.String msg)
sendMsg in interface ChineseSmsServicemobileNumber - The target mobile number.msg - The message to be sent.Copyright © 2018 SAP SE. All Rights Reserved.