public interface DialogDisplayer
extends android.os.Parcelable
Activity for a given code and
PendingIntent.| Modifier and Type | Method and Description |
|---|---|
void |
displayDialog(android.app.Activity activity,
int requestCode,
android.app.PendingIntent pendingIntent)
Implementing class should display a dialog in the given
Activity passing
the request and PendingIntent. |