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
Setting the context on an interface, then feeding it in where appropriate, would be very handy.
For common methods, such as read(), we know where the Context parameter is. For less common methods, a token or object could be passed in, which will be replaced by the context, or perhaps just getContext() could be provided as a parameter value.
The text was updated successfully, but these errors were encountered:
Setting the context on an interface, then feeding it in where appropriate, would be very handy.
For common methods, such as read(), we know where the Context parameter is. For less common methods, a token or object could be passed in, which will be replaced by the context, or perhaps just getContext() could be provided as a parameter value.
The text was updated successfully, but these errors were encountered: