We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269a01e commit e3d38ceCopy full SHA for e3d38ce
Source/Core/Asset.swift
@@ -42,7 +42,7 @@ public extension InPlayer {
42
- error: Containing information about the error that occurred.
43
*/
44
public static func getAssetAccessFees(id: Int,
45
- voucherId: Int?,
+ voucherId: Int? = nil,
46
success: @escaping ([InPlayerAccessFee]) -> Void,
47
failure: @escaping (InPlayerError) -> Void) {
48
INPAssetService.getAssetAccessFees(id: id, voucherId: voucherId, completion: { (accessFees, error) in
0 commit comments