14
14
< a title ="Asset Class Reference "> </ a >
15
15
< header >
16
16
< div class ="content-wrapper ">
17
- < p > < a href ="../../index.html "> InPlayerSDK Docs</ a > (64 % documented)</ p >
17
+ < p > < a href ="../../index.html "> InPlayerSDK Docs</ a > (65 % documented)</ p >
18
18
< p class ="header-right "> < a href ="https://github.com/inplayer-org/inplayer-ios-sdk "> < img src ="../../img/gh.png "/> View on GitHub</ a > </ p >
19
19
</ div >
20
20
</ header >
138
138
< li class ="nav-group-task ">
139
139
< a href ="../../Structs/InPlayerAccount.html "> InPlayerAccount</ a >
140
140
</ li >
141
+ < li class ="nav-group-task ">
142
+ < a href ="../../Structs/InPlayerAgeRestriction.html "> InPlayerAgeRestriction</ a >
143
+ </ li >
141
144
< li class ="nav-group-task ">
142
145
< a href ="../../Structs/InPlayerAuthorization.html "> InPlayerAuthorization</ a >
143
146
</ li >
150
153
< li class ="nav-group-task ">
151
154
< a href ="../../Structs/InPlayerCustomerPurchaseHistory.html "> InPlayerCustomerPurchaseHistory</ a >
152
155
</ li >
156
+ < li class ="nav-group-task ">
157
+ < a href ="../../Structs/InPlayerExternalFee.html "> InPlayerExternalFee</ a >
158
+ </ li >
153
159
< li class ="nav-group-task ">
154
160
< a href ="../../Structs/InPlayerFieldCountry.html "> InPlayerFieldCountry</ a >
155
161
</ li >
162
+ < li class ="nav-group-task ">
163
+ < a href ="../../Structs/InPlayerGeoRestriction.html "> InPlayerGeoRestriction</ a >
164
+ </ li >
156
165
< li class ="nav-group-task ">
157
166
< a href ="../../Structs/InPlayerHttpError.html "> InPlayerHttpError</ a >
158
167
</ li >
186
195
< li class ="nav-group-task ">
187
196
< a href ="../../Structs/InPlayerRegisterField.html "> InPlayerRegisterField</ a >
188
197
</ li >
198
+ < li class ="nav-group-task ">
199
+ < a href ="../../Structs/InPlayerSeasonalFee.html "> InPlayerSeasonalFee</ a >
200
+ </ li >
189
201
< li class ="nav-group-task ">
190
202
< a href ="../../Structs/InPlayerSetupFee.html "> InPlayerSetupFee</ a >
191
203
</ li >
210
222
< li class ="nav-group-task ">
211
223
< a href ="../../Structs/InPlayerUnknownError.html "> InPlayerUnknownError</ a >
212
224
</ li >
225
+ < li class ="nav-group-task ">
226
+ < a href ="../../Structs/InPlayerVoucher.html "> InPlayerVoucher</ a >
227
+ </ li >
228
+ < li class ="nav-group-task ">
229
+ < a href ="../../Structs/InPlayerVoucherRule.html "> InPlayerVoucherRule</ a >
230
+ </ li >
213
231
< li class ="nav-group-task ">
214
232
< a href ="../../Structs/JwPlayerAsset.html "> JwPlayerAsset</ a >
215
233
</ li >
@@ -359,9 +377,9 @@ <h4>Parameters</h4>
359
377
< li class ="item ">
360
378
< div >
361
379
< code >
362
- < a name ="/s:11InPlayerSDK0aB0C5AssetC03getD10AccessFees2id7success7failureySi_ySayAA0abF3FeeVGcyAA0aB5Error_pctFZ "> </ a >
363
- < a name ="//apple_ref/swift/Method/getAssetAccessFees(id:success:failure:) " class ="dashAnchor "> </ a >
364
- < a class ="token " href ="#/s:11InPlayerSDK0aB0C5AssetC03getD10AccessFees2id7success7failureySi_ySayAA0abF3FeeVGcyAA0aB5Error_pctFZ "> getAssetAccessFees(id:success:failure:)</ a >
380
+ < a name ="/s:11InPlayerSDK0aB0C5AssetC03getD10AccessFees2id9voucherId7success7failureySi_SiSgySayAA0abF3FeeVGcyAA0aB5Error_pctFZ "> </ a >
381
+ < a name ="//apple_ref/swift/Method/getAssetAccessFees(id:voucherId: success:failure:) " class ="dashAnchor "> </ a >
382
+ < a class ="token " href ="#/s:11InPlayerSDK0aB0C5AssetC03getD10AccessFees2id9voucherId7success7failureySi_SiSgySayAA0abF3FeeVGcyAA0aB5Error_pctFZ "> getAssetAccessFees(id:voucherId :success:failure:)</ a >
365
383
</ code >
366
384
</ div >
367
385
< div class ="height-container ">
@@ -377,6 +395,7 @@ <h4>Declaration</h4>
377
395
< div class ="language ">
378
396
< p class ="aside-title "> Swift</ p >
379
397
< 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 >
380
399
< 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 "> -></ span > < span class ="kt "> Void</ span > < span class ="p "> ,</ span >
381
400
< 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 "> -></ span > < span class ="kt "> Void</ span > < span class ="p "> )</ span > </ code > </ pre >
382
401
@@ -398,6 +417,18 @@ <h4>Parameters</h4>
398
417
</ div >
399
418
</ td >
400
419
</ tr >
420
+ < tr >
421
+ < td >
422
+ < code >
423
+ < em > voucherId</ em >
424
+ </ code >
425
+ </ td >
426
+ < td >
427
+ < div >
428
+ < p > Voucher ID</ p >
429
+ </ div >
430
+ </ td >
431
+ </ tr >
401
432
< tr >
402
433
< td >
403
434
< code >
@@ -688,7 +719,7 @@ <h4>Parameters</h4>
688
719
</ section >
689
720
</ section >
690
721
< section id ="footer ">
691
- < p > © 2020 < a class ="link " href ="https://inplayer.com/ " target ="_blank " rel ="external "> InPlayer</ a > . All rights reserved. (Last updated: 2020-04-30 )</ p >
722
+ < p > © 2020 < a class ="link " href ="https://inplayer.com/ " target ="_blank " rel ="external "> InPlayer</ a > . All rights reserved. (Last updated: 2020-05-25 )</ p >
692
723
< 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 >
693
724
</ section >
694
725
</ article >
0 commit comments