Class Overview
This class is the file upload status Broadcast Receiver for the iDigi Android library.
It listens for the file upload status intents from the system reporting to the application
the status of a file upload to iDigi process.
Summary
| Public Methods |
|
static
boolean
|
answerReceived()
Retrieves whether UPLOAD FILE STATUS intent has been received or not.
|
|
static
void
|
clearVars()
Clears all the variables related to the UPLOAD FILE STATUS intent.
|
|
static
String
|
getDescription()
Retrieves the description of the UPLOAD FILE STATUS intent.
|
|
static
boolean
|
getStatus()
Retrieves the status of the UPLOAD FILE STATUS intent.
|
|
void
|
onReceive(Context context, Intent intent)
|
|
[Expand]
Inherited Methods |
From class
android.content.BroadcastReceiver
|
final
void
|
abortBroadcast()
|
|
final
void
|
clearAbortBroadcast()
|
|
final
boolean
|
getAbortBroadcast()
|
|
final
boolean
|
getDebugUnregister()
|
|
final
int
|
getResultCode()
|
|
final
String
|
getResultData()
|
|
final
Bundle
|
getResultExtras(boolean arg0)
|
|
final
boolean
|
isInitialStickyBroadcast()
|
|
final
boolean
|
isOrderedBroadcast()
|
|
abstract
void
|
onReceive(Context arg0, Intent arg1)
|
|
IBinder
|
peekService(Context arg0, Intent arg1)
|
|
final
void
|
setDebugUnregister(boolean arg0)
|
|
final
void
|
setOrderedHint(boolean arg0)
|
|
final
void
|
setResult(int arg0, String arg1, Bundle arg2)
|
|
final
void
|
setResultCode(int arg0)
|
|
final
void
|
setResultData(String arg0)
|
|
final
void
|
setResultExtras(Bundle arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
SendFileStatusReceiver
()
Public Methods
public
static
boolean
answerReceived
()
Retrieves whether UPLOAD FILE STATUS intent has been received or not.
Returns
- True if UPLOAD FILE STATUS intent has been received, false otherwise.
public
static
void
clearVars
()
Clears all the variables related to the UPLOAD FILE STATUS intent.
public
static
String
getDescription
()
Retrieves the description of the UPLOAD FILE STATUS intent.
Returns
- A string containing the description of the UPLOAD FILE STATUS intent.
public
static
boolean
getStatus
()
Retrieves the status of the UPLOAD FILE STATUS intent.
Returns
- The value of the status, true if success, false otherwise.