com.gs.sms.context

SmsContext.ReceiveSms

Useful constants for receiving sms. You can register a BroadcastReceiver with {@link #SMS_RECEIVED_ACTION} added intent-filter. And use the constants defined here to get the received sms information from the intent.

Supported Products:

All


Detail

Method

method description

Member & Constant

Member description
public static final String ID The id of the sms.

Supported Products:

All

public static final String NUMBER The number of the contact who send the sms.

Supported Products:

All

public static final String CONTENT The content of the sms.

Supported Products:

All

public static final String ACCOUNT_ID The ID of local account who receive the sms.

Supported Products:

All