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
154
</td>
155
155
</tr>
156
156
<trclass="rowColor">
157
157
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<ahref="../../../com/raweng/built/BuiltConfig.html" title="class in com.raweng.built">BuiltConfig</a> config)</code>
161
161
<divclass="block">Authenticates the application api key of your application.</div>
162
162
</td>
163
163
</tr>
164
164
<trclass="altColor">
165
165
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a></code></td>
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(android.content.Context context,
228
+
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
229
229
java.lang.String apiKey)
230
230
throws java.lang.Exception</pre>
231
231
<divclass="block">Authenticates the application api key of your application.
public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(android.content.Context context,
254
+
public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(android.content.Context context,
282
+
public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(android.content.Context context,
310
+
<pre>public static <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built">BuiltApplication</a> application(Context context,
311
311
java.lang.String apiKey,
312
312
<ahref="../../../com/raweng/built/BuiltConfig.html" title="class in com.raweng.built">BuiltConfig</a> config)
<divclass="block">Returns JSON representation of this <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built"><code>BuiltApplication</code></a> instance data.</div>
<divclass="block">Returns JSON representation of this <ahref="../../../com/raweng/built/BuiltApplication.html" title="class in com.raweng.built"><code>BuiltApplication</code></a> instance data.
<divclass="block">Returns JSON representation of group data.</div>
271
271
</td>
@@ -672,9 +672,11 @@ <h4>pushValue</h4>
672
672
<ulclass="blockList">
673
673
<liclass="blockList">
674
674
<h4>pushValue</h4>
675
-
<pre>public <ahref="../../../com/raweng/built/BuiltGroup.html" title="class in com.raweng.built">BuiltGroup</a> pushValue(java.lang.String key,
676
-
java.lang.Object value,
677
-
int index)</pre>
675
+
<pre>@Deprecated
676
+
public <ahref="../../../com/raweng/built/BuiltGroup.html" title="class in com.raweng.built">BuiltGroup</a> pushValue(java.lang.String key,
<divclass="block">Pushes a value at a specified index in the given field (Applies only to fields that allow multiple values)</div>
679
681
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>key</code> - field uid.</dd><dd><code>value</code> - value to enter in field.</dd><dd><code>index</code> - index at which value is to be added.</dd>
680
682
<dt><spanclass="strong">Returns:</span></dt><dd><ahref="../../../com/raweng/built/BuiltObject.html" title="class in com.raweng.built"><code>BuiltObject</code></a> object, so you can chain this call.
@@ -712,8 +714,10 @@ <h4>pullValue</h4>
712
714
<ulclass="blockList">
713
715
<liclass="blockList">
714
716
<h4>pullValueAtIndex</h4>
715
-
<pre>public <ahref="../../../com/raweng/built/BuiltGroup.html" title="class in com.raweng.built">BuiltGroup</a> pullValueAtIndex(java.lang.String key,
716
-
int index)</pre>
717
+
<pre>@Deprecated
718
+
public <ahref="../../../com/raweng/built/BuiltGroup.html" title="class in com.raweng.built">BuiltGroup</a> pullValueAtIndex(java.lang.String key,
<divclass="block">For the given field, it deletes the value at the given index (Applies only to fields that allow multiple values)</div>
718
722
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>key</code> - field uid.</dd><dd><code>index</code> - index at which value is to be removed.</dd>
719
723
<dt><spanclass="strong">Returns:</span></dt><dd><ahref="../../../com/raweng/built/BuiltObject.html" title="class in com.raweng.built"><code>BuiltObject</code></a> object, so you can chain this call.
0 commit comments