Skip to content

Commit 38634e1

Browse files
committed
Updated docs.
1 parent e3d38ce commit 38634e1

File tree

153 files changed

+159
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+159
-165
lines changed

Source/Core/Models/Asset/InPlayerItem.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ public struct InPlayerItem : Codable {
5656
/// Merchant's UUID
5757
public let merchantUuid : String?
5858

59-
/// Shows whether the asset is active and can be monetized
59+
/// Shows whether the asset is active and can be monetized. If nil, use the `active` property
6060
public let isActive : Bool?
6161

62+
/// Shows whether the asset is active and can be monetized. If nil, use the `is_active` property
6263
public let active : Bool?
6364

6465
/// The asset’s title

docs/Classes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ <h4>Declaration</h4>
396396
</section>
397397
</section>
398398
<section id="footer">
399-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
399+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
400400
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
401401
</section>
402402
</article>

docs/Classes/InPlayer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ <h4>Declaration</h4>
521521
</section>
522522
</section>
523523
<section id="footer">
524-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
524+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
525525
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
526526
</section>
527527
</article>

docs/Classes/InPlayer/Account.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ <h4>Parameters</h4>
19891989
</section>
19901990
</section>
19911991
<section id="footer">
1992-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
1992+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
19931993
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
19941994
</section>
19951995
</article>

docs/Classes/InPlayer/Asset.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ <h4>Declaration</h4>
395395
<div class="language">
396396
<p class="aside-title">Swift</p>
397397
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="nf">getAssetAccessFees</span><span class="p">(</span><span class="nv">id</span><span class="p">:</span> <span class="kt">Int</span><span class="p">,</span>
398-
<span class="nv">voucherId</span><span class="p">:</span> <span class="kt">Int</span><span class="p">?,</span>
398+
<span class="nv">voucherId</span><span class="p">:</span> <span class="kt">Int</span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">,</span>
399399
<span class="nv">success</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">([</span><span class="kt"><a href="../../Structs/InPlayerAccessFee.html">InPlayerAccessFee</a></span><span class="p">])</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">,</span>
400400
<span class="nv">failure</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="kt"><a href="../../Protocols/InPlayerError.html">InPlayerError</a></span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span></code></pre>
401401

@@ -719,7 +719,7 @@ <h4>Parameters</h4>
719719
</section>
720720
</section>
721721
<section id="footer">
722-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
722+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
723723
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
724724
</section>
725725
</article>

docs/Classes/InPlayer/Configuration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ <h4>Declaration</h4>
391391
</section>
392392
</section>
393393
<section id="footer">
394-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
394+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
395395
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
396396
</section>
397397
</article>

docs/Classes/InPlayer/Notification.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ <h4>Declaration</h4>
445445
</section>
446446
</section>
447447
<section id="footer">
448-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
448+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
449449
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
450450
</section>
451451
</article>

docs/Classes/InPlayer/Payment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ <h4>Parameters</h4>
625625
</section>
626626
</section>
627627
<section id="footer">
628-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
628+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
629629
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
630630
</section>
631631
</article>

docs/Classes/InPlayer/Subscription.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h4>Parameters</h4>
392392
</section>
393393
</section>
394394
<section id="footer">
395-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
395+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
396396
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
397397
</section>
398398
</article>

docs/Classes/InPlayerNotificationAPIManager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h4>Declaration</h4>
364364
</section>
365365
</section>
366366
<section id="footer">
367-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
367+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
368368
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
369369
</section>
370370
</article>

docs/Classes/InPlayerSessionAPIManager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h4>Declaration</h4>
364364
</section>
365365
</section>
366366
<section id="footer">
367-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
367+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
368368
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
369369
</section>
370370
</article>

docs/Enums.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h4>Declaration</h4>
480480
</section>
481481
</section>
482482
<section id="footer">
483-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
483+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
484484
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
485485
</section>
486486
</article>

docs/Enums/AccountType.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h4>Declaration</h4>
337337
</section>
338338
</section>
339339
<section id="footer">
340-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
340+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
341341
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
342342
</section>
343343
</article>

docs/Enums/InPlayerEnvironmentType.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h4>Declaration</h4>
364364
</section>
365365
</section>
366366
<section id="footer">
367-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
367+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
368368
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
369369
</section>
370370
</article>

docs/Enums/InPlayerNotificationStatus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ <h4>Declaration</h4>
472472
</section>
473473
</section>
474474
<section id="footer">
475-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
475+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
476476
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
477477
</section>
478478
</article>

docs/Enums/NotificationType.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h4>Declaration</h4>
452452
</section>
453453
</section>
454454
<section id="footer">
455-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
455+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
456456
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
457457
</section>
458458
</article>

docs/Enums/PurchaseHistory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h4>Declaration</h4>
364364
</section>
365365
</section>
366366
<section id="footer">
367-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
367+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
368368
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
369369
</section>
370370
</article>

docs/Enums/RegisterFieldType.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h4>Declaration</h4>
480480
</section>
481481
</section>
482482
<section id="footer">
483-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
483+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
484484
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
485485
</section>
486486
</article>

docs/Extensions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h1>Extensions</h1>
296296
</section>
297297
</section>
298298
<section id="footer">
299-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
299+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
300300
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
301301
</section>
302302
</article>

docs/Extensions/Notification.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h4>Declaration</h4>
303303
</section>
304304
</section>
305305
<section id="footer">
306-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
306+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
307307
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
308308
</section>
309309
</article>

docs/Extensions/Notification/Name.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4>Declaration</h4>
309309
</section>
310310
</section>
311311
<section id="footer">
312-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
312+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
313313
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
314314
</section>
315315
</article>

docs/Protocols.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h4>Declaration</h4>
337337
</section>
338338
</section>
339339
<section id="footer">
340-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
340+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
341341
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
342342
</section>
343343
</article>

docs/Protocols/AssetJSONDecoder.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h4>Parameters</h4>
336336
</section>
337337
</section>
338338
<section id="footer">
339-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
339+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
340340
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
341341
</section>
342342
</article>

docs/Protocols/InPlayerError.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ <h4>Declaration</h4>
418418
</section>
419419
</section>
420420
<section id="footer">
421-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
421+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
422422
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
423423
</section>
424424
</article>

docs/Structs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ <h4>Declaration</h4>
17731773
</section>
17741774
</section>
17751775
<section id="footer">
1776-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
1776+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
17771777
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
17781778
</section>
17791779
</article>

docs/Structs/AccedoAsset.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h4>Declaration</h4>
336336
</section>
337337
</section>
338338
<section id="footer">
339-
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-25)</p>
339+
<p>&copy; 2020 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2020-05-30)</p>
340340
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
341341
</section>
342342
</article>

0 commit comments

Comments
 (0)