Package com.apollographql.apollo
Interface IdleResourceCallback
-
public interface IdleResourceCallbackCallback which gets invoked when the resource transitions from active to idle state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonIdle()Gets called when the resource transitions from active to idle state.
-