We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f085fe7 commit bf882c5Copy full SHA for bf882c5
parse/src/main/java/com/parse/Parse.java
@@ -191,7 +191,12 @@ public Void then(Task<Void> task) {
191
}
192
193
194
- static void destroy() {
+ /**
195
+ * Destroys this client and erases its local data store.
196
+ * Calling this after {@code Parse.initialize} allows you to re-initialize this client
197
+ * with a new configuration.
198
+ */
199
+ public static void destroy() {
200
ParseObject.unregisterParseSubclasses();
201
202
ParseEventuallyQueue queue;
0 commit comments