
com.apollographql.apollo.IdleResourceCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-android-sdk-appsync-runtime Show documentation
Show all versions of aws-android-sdk-appsync-runtime Show documentation
AWS AppSync GraphQL runtime library to support generated code
/**
* Copyright 2018-2019 Amazon.com,
* Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.apollographql.apollo;
/**
* Callback which gets invoked when the resource transitions
* from active to idle state.
*/
public interface IdleResourceCallback {
/**
* Gets called when the resource transitions from active to idle state.
*/
void onIdle();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy