blob: 401346d6f2409baff680ea96bc5b4f7eb3cc0cbc [file] [log] [blame]
// Signature format: 3.0
package androidx.savedstate.bundle {
public final class BundleSavedStateRegistry extends androidx.savedstate.AbstractSavedStateRegistry<android.os.Bundle> {
ctor public BundleSavedStateRegistry();
method @MainThread public void performRestore(android.os.Bundle?);
method @MainThread public void performSave(android.os.Bundle);
}
public interface BundleSavedStateRegistryOwner {
method public androidx.savedstate.SavedStateRegistry<android.os.Bundle> getBundleSavedStateRegistry();
}
}