public static interface PendingIntent.OnMarshaledListener
Modifier and Type | Method and Description |
---|---|
void |
onMarshaled(PendingIntent intent,
Parcel parcel,
int flags)
Called when a pending intent is written to a parcel.
|
void onMarshaled(PendingIntent intent, Parcel parcel, int flags)
intent
- The pending intent.parcel
- The parcel to which it was written.flags
- The parcel flags when it was written.