Subclasses implement this to take care of being abandoned. This is an optional intermediate state prior to Loader.OnReset -- it means that the client is no longer interested in any new data from the loader, so the loader must not report any further updates. However, the loader must keep its last reported data valid until the final Loader.OnReset happens. You can retrieve the current abandoned state with Loader.IsAbandoned.