You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will cause the values for <code>applicationId</code> and <code>clientKey</code> to be set to
238
+
This will cause the values for <code>server</code>, <code>applicationId</code> and <code>clientKey</code> to be set to
236
239
those defined in your manifest.</div>
237
240
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>context</code> - The active <ahref="http://d.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content"><code>Context</code></a> for your application. Cannot be null.</dd></dl>
Copy file name to clipboardExpand all lines: api/com/parse/Parse.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,14 +346,17 @@ <h4>initialize</h4>
346
346
<pre>public static void initialize(<ahref="http://d.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a> context)</pre>
347
347
<divclass="block">Authenticates this client as belonging to your application.
348
348
<p/>
349
-
You must define <code>com.parse.APPLICATION_ID</code> and <code>com.parse.CLIENT_KEY</code>
349
+
You may define <code>com.parse.SERVER_URL</code>, <code>com.parse.APPLICATION_ID</code> and (optional)<code>com.parse.CLIENT_KEY</code>
350
350
<code>meta-data</code> in your <code>AndroidManifest.xml</code>:
0 commit comments