FileDocCategorySizeDatePackage
IIntentReceiver.javaAPI DocAndroid 5.1 API3693Sat Mar 14 05:48:00 GMT 2015android.content

IIntentReceiver

public interface IIntentReceiver implements android.os.IInterface
System private API for dispatching intent broadcasts. This is given to the activity manager as part of registering for an intent broadcasts, and is called when it receives intents. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidperformReceive(android.content.Intent intent, int resultCode, java.lang.String data, android.os.Bundle extras, boolean ordered, boolean sticky, int sendingUser)