SMS Listener for monitoring sms send result. Create a new instance and override {@link #onSend(long, boolean)} firstly. Then call {@link com.gs.sms.api.SmsManagerApi#addSmsListener(SmsListener)} to make it work.
All
method | description |
---|---|
public abstract void onSend (long id, boolean sendOk); |
Override this method to listen the send result.
Params:Supported Products:All |
Member | description |
---|