@Retention(value=CLASS) @Target(value=PARAMETER) public static @interface ReceiverAction.Extra
Should be used on any native, Parcelable
or
Serializable
parameter of a method annotated with
ReceiverAction
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 ReceiverAction.Extra
if it
is set or the name of the parameter.
public abstract String value
Copyright © 2010-2015. All Rights Reserved.