Example usage for Java android.content BroadcastReceiver fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
int | getResultCode() Retrieve the current result code, as set by the previous receiver. |
void | onReceive(Context context, Intent intent) This method is called when the BroadcastReceiver is receiving an Intent broadcast. |
String | toString() Returns a string representation of the object. |