You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can inject extras from the received Intent to method parameters with the @OnActivityResult.Extra annotation. This annotation can be only used on method parameters, and the related method must have the @OnActivityResult annotation. Also the type of the parameter must be addible to a Bundle.
The annotation value is the key used for the result data. If not set, the field name will be used as the key.
Some usage examples of @OnActivityResult.Extra annotation :