|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.content.BroadcastReceiver
com.drismo.logic.sms.SMSReceiver
public class SMSReceiver
Class to catch incoming SMS-messages, and send relevant information to the MessageHandler
.
MessageHandler
Field Summary | |
---|---|
(package private) java.util.ArrayList<java.lang.String> |
notifiedNumbers
|
Constructor Summary | |
---|---|
SMSReceiver()
|
Method Summary | |
---|---|
void |
onReceive(android.content.Context context,
android.content.Intent intent)
This function will run whenever an SMS-message is received. |
Methods inherited from class android.content.BroadcastReceiver |
---|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<java.lang.String> notifiedNumbers
Constructor Detail |
---|
public SMSReceiver()
Method Detail |
---|
public void onReceive(android.content.Context context, android.content.Intent intent)
MessageHandler
.
onReceive
in class android.content.BroadcastReceiver
context
- The Context
in which the receiver is running.intent
- The Intent
being received.MessageHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |