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
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<divclass="block">Authenticates the application api key of your application.</div>
154
153
</td>
155
154
</tr>
156
155
<trclass="rowColor">
156
+
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<divclass="block">Authenticates the application api key of your application.</div>
161
+
</td>
162
+
</tr>
163
+
<trclass="altColor">
164
+
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/raweng/built/Built.html#showLogs(com.raweng.built.utilities.BuiltConstant.LogType)">showLogs</a></strong>(<ahref="../../../com/raweng/built/utilities/BuiltConstant.LogType.html" title="enum in com.raweng.built.utilities">BuiltConstant.LogType</a> type)</code>
165
194
<divclass="block">To show Built.io Backend logs.</div>
166
195
</td>
@@ -187,13 +216,13 @@ <h3>Methods inherited from class java.lang.Object</h3>
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(android.content.Context context,
225
+
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
197
226
java.lang.String apiKey)
198
227
throws java.lang.Exception</pre>
199
228
<divclass="block">Authenticates the application api key of your application.
@@ -205,13 +234,66 @@ <h4>application</h4>
205
234
206
235
<br><br><b>Example :</b><br>
207
236
<preclass="prettyprint">
208
-
//'blt5d4sample2633b' is a dummy Application API key
237
+
//'blt5d4sample2633b' is a dummy Application API key
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
251
+
java.lang.String apiKey,
252
+
java.lang.String host)
253
+
throws java.lang.Exception</pre>
254
+
<divclass="block">Authenticates the application api key of your application.
255
+
This must be called before your application uses Built.io Backend sdk.
256
+
<br>
257
+
You can find your application key from web.</div>
258
+
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>context</code> - application context.</dd><dd><code>apiKey</code> - application api Key of your application on Built.io Backend.</dd><dd><code>host</code> - host name of the application where it points.</dd>
259
+
<dt><spanclass="strong">Returns:</span></dt><dd><ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built"><code>BuiltApplication</code></a> instance.
260
+
261
+
<br><br><b>Example :</b><br>
262
+
<preclass="prettyprint">
263
+
//'blt5d4sample2633b' is a dummy Application API key
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
277
+
java.lang.String apiKey,
278
+
java.lang.String host,
279
+
boolean isSSL)
280
+
throws java.lang.Exception</pre>
281
+
<divclass="block">Authenticates the application api key of your application.
282
+
This must be called before your application uses Built.io Backend sdk.
283
+
<br>
284
+
You can find your application key from web.</div>
285
+
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>context</code> - application context.</dd><dd><code>apiKey</code> - application api Key of your application on Built.io Backend.</dd><dd><code>host</code> - host name of the application where it points.</dd><dd><code>isSSL</code> - true/false values initiating calls (HTTPS/HTTP) respectively. Default- true/HTTPS</dd>
286
+
<dt><spanclass="strong">Returns:</span></dt><dd><ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built"><code>BuiltApplication</code></a> instance.
287
+
288
+
<br><br><b>Example :</b><br>
289
+
<preclass="prettyprint">
290
+
//'blt5d4sample2633b' is a dummy Application API key
0 commit comments