com.gs.sms.listener

SmsListener

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.

Supported Products:

All


Detail

Method

method description
public abstract void onSend(long id, boolean sendOk); Override this method to listen the send result.

Params:

id
The ID of the SMS.
sendOk
The send result.

Supported Products:

All


Member & Constant

Member description