Interface IdleResourceCallback


  • public interface IdleResourceCallback
    Callback which gets invoked when the resource transitions from active to idle state.
    • Method Detail

      • onIdle

        void onIdle()
        Gets called when the resource transitions from active to idle state.