@Retention(value=CLASS) @Target(value=PARAMETER) public static @interface Receiver.Extra
Should be used on any native, Parcelable or
Serializable parameter of a method annotated with
Receiver to inject the extra put in the intent parameter of
void onReceive(Context context, Intent intent). The key of this extra
is the value of the annotation Receiver.Extra if it is set or the
name of the parameter. If Parceler is on
the classpath, extras annotated with @Parcel, or collections supported
by Parceler will be automatically marshaled using a
Parcelable through the Parcels utility class.
public abstract String value
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.