![JAR search and dependency download from the Maven repository](/logo.png)
pocketknife.internal.BundleBinding Maven / Gradle / Ivy
The newest version!
package pocketknife.internal;
import android.os.Bundle;
public interface BundleBinding {
void saveInstanceState(T target, Bundle bundle);
void restoreInstanceState(T target, Bundle bundle);
void bindArguments(T target, Bundle bundle);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy