Skip navigation links
E I O 

E

Extra - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get an extra of the Intent
The type of the variable will be automatically derived.

Supported types are:
boolean byte char double float int long short String Charsequence Parcelable Serializable Types implementing Parcelable or Serializable Example:
ExtraBoolean - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a boolean extra of the Intent
Example:
ExtraByte - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a byte extra of the Intent
Example:
ExtraChar - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a char extra of the Intent
Example:
ExtraDouble - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a double extra of the Intent
Example:
ExtraFloat - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a float extra of the Intent
Example:
ExtraInt - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get an int extra of the Intent
Example:
ExtraLong - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a long extra of the Intent
Example:
ExtraShort - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a short extra of the Intent
Example:
ExtraString - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get a String extra of the Intent
Example:

I

IntentData - Annotation Type in onactivityresult
parameters of a OnActivityResult annotated method can be annotated to get the android.content.Intent#getData() of the intent
Example:

O

onactivityresult - package onactivityresult
 
OnActivityResult - Annotation Type in onactivityresult
non private and non static methods can be annotated with OnActivityResult Example:
E I O 
Skip navigation links