|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBroadcastReceiver
com.vodafone360.people.service.receivers.SmsBroadcastReceiver
public class SmsBroadcastReceiver
Handle SMS activation messages sent from server to activate an account after sign-up/sign-in. The SMS should contain a Hessian encoded body which has an activation code used to activate the account.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_ACTIVATION_CODE
Identifier for SMS activation/wake-up messages sent to People client |
| Constructor Summary | |
|---|---|
SmsBroadcastReceiver()
|
|
| Method Summary | |
|---|---|
void |
onReceive(Context context,
Intent intent)
Implementation of the BroadcastReceiver#onReceive function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_ACTIVATION_CODE
| Constructor Detail |
|---|
public SmsBroadcastReceiver()
| Method Detail |
|---|
public void onReceive(Context context,
Intent intent)
BroadcastReceiver#onReceive function.
Decodes Hessian from SMS text and broadcasts the data to the engines
context - The current context of the People applicationintent - Intent containing the SMS data
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc