|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 12:03:52 EDT 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_221) on Sun Aug 11 13:38:28 EDT 2019 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 | 7 | <title>SpotifyApiBuilderDsl</title> |
8 | 8 | <meta name="date" content="2019-08-11"> |
9 | 9 | <meta name="keywords" content="com.adamratzman.spotify.SpotifyApiBuilderDsl class"> |
10 | 10 | <meta name="keywords" content="credentials()"> |
11 | 11 | <meta name="keywords" content="authentication()"> |
12 | 12 | <meta name="keywords" content="utilities()"> |
| 13 | +<meta name="keywords" content="config()"> |
| 14 | +<meta name="keywords" content="options()"> |
13 | 15 | <meta name="keywords" content="getAuthorizationUrl()"> |
14 | 16 | <meta name="keywords" content="buildCredentialedAsync()"> |
15 | 17 | <meta name="keywords" content="buildCredentialed()"> |
|
28 | 30 | catch(err) { |
29 | 31 | } |
30 | 32 | //--> |
31 | | -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10}; |
| 33 | +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; |
32 | 34 | var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; |
33 | 35 | var altColor = "altColor"; |
34 | 36 | var rowColor = "rowColor"; |
@@ -187,18 +189,30 @@ <h3>Method Summary</h3> |
187 | 189 | </tr> |
188 | 190 | <tr id="i5" class="rowColor"> |
189 | 191 | <td class="colFirst"><code>void</code></td> |
| 192 | +<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#config-block-">config</a></span>(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyUtilitiesBuilder,kotlin.Unit> block)</code> |
| 193 | +<div class="block">Allows you to override default values for caching, token refresh, and logging</div> |
| 194 | +</td> |
| 195 | +</tr> |
| 196 | +<tr id="i6" class="altColor"> |
| 197 | +<td class="colFirst"><code>void</code></td> |
190 | 198 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#credentials-block-">credentials</a></span>(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyCredentialsBuilder,kotlin.Unit> block)</code> |
191 | 199 | <div class="block">A block in which Spotify application credentials (accessible via the Spotify <a href="https://developer.spotify.com/dashboard/applications">dashboard</a>) |
192 | 200 | should be put</div> |
193 | 201 | </td> |
194 | 202 | </tr> |
195 | | -<tr id="i6" class="altColor"> |
| 203 | +<tr id="i7" class="rowColor"> |
196 | 204 | <td class="colFirst"><code>java.lang.String</code></td> |
197 | 205 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#getAuthorizationUrl-scopes-">getAuthorizationUrl</a></span>(com.adamratzman.spotify.SpotifyScope scopes)</code> |
198 | 206 | <div class="block">Create a Spotify authorization URL from which client access can be obtained</div> |
199 | 207 | </td> |
200 | 208 | </tr> |
201 | | -<tr id="i7" class="rowColor"> |
| 209 | +<tr id="i8" class="altColor"> |
| 210 | +<td class="colFirst"><code>void</code></td> |
| 211 | +<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#options-block-">options</a></span>(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyUtilitiesBuilder,kotlin.Unit> block)</code> |
| 212 | +<div class="block">Allows you to override default values for caching, token refresh, and logging</div> |
| 213 | +</td> |
| 214 | +</tr> |
| 215 | +<tr id="i9" class="rowColor"> |
202 | 216 | <td class="colFirst"><code>void</code></td> |
203 | 217 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/adamratzman/spotify/SpotifyApiBuilderDsl.html#utilities-block-">utilities</a></span>(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyUtilitiesBuilder,kotlin.Unit> block)</code> |
204 | 218 | <div class="block">Allows you to override default values for caching, token refresh, and logging</div> |
@@ -278,6 +292,26 @@ <h4>utilities</h4> |
278 | 292 | <div class="block"><p><p>Allows you to override default values for caching, token refresh, and logging</p></p></div> |
279 | 293 | </li> |
280 | 294 | </ul> |
| 295 | +<a name="config-block-"> |
| 296 | +<!-- --> |
| 297 | +</a> |
| 298 | +<ul class="blockList"> |
| 299 | +<li class="blockList"> |
| 300 | +<h4>config</h4> |
| 301 | +<pre>public void config(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyUtilitiesBuilder,kotlin.Unit> block)</pre> |
| 302 | +<div class="block"><p><p>Allows you to override default values for caching, token refresh, and logging</p></p></div> |
| 303 | +</li> |
| 304 | +</ul> |
| 305 | +<a name="options-block-"> |
| 306 | +<!-- --> |
| 307 | +</a> |
| 308 | +<ul class="blockList"> |
| 309 | +<li class="blockList"> |
| 310 | +<h4>options</h4> |
| 311 | +<pre>public void options(kotlin.jvm.functions.Function1<? super com.adamratzman.spotify.SpotifyUtilitiesBuilder,kotlin.Unit> block)</pre> |
| 312 | +<div class="block"><p><p>Allows you to override default values for caching, token refresh, and logging</p></p></div> |
| 313 | +</li> |
| 314 | +</ul> |
281 | 315 | <a name="getAuthorizationUrl-scopes-"> |
282 | 316 | <!-- --> |
283 | 317 | </a> |
|
0 commit comments