Java android.content BroadcastReceiver fields, constructors, methods, implement or subclass

Example usage for Java android.content BroadcastReceiver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content BroadcastReceiver.

The text is from its open source code.

Subclass

android.content.BroadcastReceiver has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
intgetResultCode()
Retrieve the current result code, as set by the previous receiver.
voidonReceive(Context context, Intent intent)
This method is called when the BroadcastReceiver is receiving an Intent broadcast.
StringtoString()
Returns a string representation of the object.