public abstract class SmsTracker extends Tracker
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AK_SMS_INTENT |
static int |
AK_SMS_INTENT_REQUEST_CODE |
EXTRA_LOGIN_ERROR, EXTRA_LOGIN_MODEL, EXTRA_LOGIN_STATUS
Constructor and Description |
---|
SmsTracker() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
confirmationCodeReceived(java.lang.String code)
The method that is called when the sms code is received
|
protected java.util.List<java.lang.String> |
getActionsStateChanged() |
protected boolean |
isLocal()
Specified whether the broadcasts are local.
|
protected void |
onReceive(android.content.Intent intent)
Called when the broadcast is received.
|
isPaused, isTracking, pauseTracking, startTracking, stopTracking
public static final java.lang.String AK_SMS_INTENT
public static final int AK_SMS_INTENT_REQUEST_CODE
protected abstract void confirmationCodeReceived(java.lang.String code)
code
- the sms codeprotected java.util.List<java.lang.String> getActionsStateChanged()
getActionsStateChanged
in class Tracker
protected boolean isLocal()
Tracker