@shortkitsdk/react-native 0.2.11 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/android/build.gradle.kts +13 -1
  2. package/android/src/main/java/com/shortkit/reactnative/ReactCarouselOverlayHost.kt +157 -54
  3. package/android/src/main/java/com/shortkit/reactnative/ReactOverlayHost.kt +67 -56
  4. package/android/src/main/java/com/shortkit/reactnative/ReactVideoCarouselOverlayHost.kt +431 -0
  5. package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +154 -26
  6. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedView.kt +160 -35
  7. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedViewManager.kt +5 -0
  8. package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +45 -10
  9. package/android/src/main/java/com/shortkit/reactnative/ShortKitPlayerNativeView.kt +9 -0
  10. package/ios/ReactCarouselOverlayHost.swift +37 -17
  11. package/ios/ReactOverlayHost.swift +33 -35
  12. package/ios/ReactVideoCarouselOverlayHost.swift +283 -0
  13. package/ios/ShortKitBridge.swift +78 -2
  14. package/ios/ShortKitFeedView.swift +24 -3
  15. package/ios/ShortKitModule.mm +6 -2
  16. package/ios/ShortKitSDK.xcframework/Info.plist +4 -4
  17. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +2597 -389
  18. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +69 -5
  19. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  20. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +69 -5
  21. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  22. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
  23. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +2597 -389
  24. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +69 -5
  25. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  26. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +69 -5
  27. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  28. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
  29. package/ios/ShortKitSDK.xcframework.bak2/Info.plist +43 -0
  30. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +418 -0
  31. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Info.plist +16 -0
  32. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +31351 -0
  33. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +865 -0
  34. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  35. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +865 -0
  36. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +4 -0
  37. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  38. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +418 -0
  39. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +16 -0
  40. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +31351 -0
  41. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +865 -0
  42. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  43. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +865 -0
  44. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +4 -0
  45. package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  46. package/package.json +1 -1
  47. package/src/ShortKitCarouselOverlaySurface.tsx +57 -2
  48. package/src/ShortKitContext.ts +2 -1
  49. package/src/ShortKitFeed.tsx +19 -1
  50. package/src/ShortKitOverlaySurface.tsx +148 -41
  51. package/src/ShortKitPlayer.tsx +25 -3
  52. package/src/ShortKitProvider.tsx +4 -2
  53. package/src/ShortKitVideoCarouselOverlaySurface.tsx +156 -0
  54. package/src/index.ts +8 -1
  55. package/src/serialization.ts +8 -0
  56. package/src/specs/NativeShortKitModule.ts +31 -1
  57. package/src/types.ts +45 -1
@@ -5111,6 +5111,241 @@
5111
5111
  }
5112
5112
  ]
5113
5113
  },
5114
+ {
5115
+ "kind": "TypeDecl",
5116
+ "name": "ScrollAxis",
5117
+ "printedName": "ScrollAxis",
5118
+ "children": [
5119
+ {
5120
+ "kind": "Var",
5121
+ "name": "vertical",
5122
+ "printedName": "vertical",
5123
+ "children": [
5124
+ {
5125
+ "kind": "TypeFunc",
5126
+ "name": "Function",
5127
+ "printedName": "(ShortKitSDK.ScrollAxis.Type) -> ShortKitSDK.ScrollAxis",
5128
+ "children": [
5129
+ {
5130
+ "kind": "TypeNominal",
5131
+ "name": "ScrollAxis",
5132
+ "printedName": "ShortKitSDK.ScrollAxis",
5133
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
5134
+ },
5135
+ {
5136
+ "kind": "TypeNominal",
5137
+ "name": "Metatype",
5138
+ "printedName": "ShortKitSDK.ScrollAxis.Type",
5139
+ "children": [
5140
+ {
5141
+ "kind": "TypeNominal",
5142
+ "name": "ScrollAxis",
5143
+ "printedName": "ShortKitSDK.ScrollAxis",
5144
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
5145
+ }
5146
+ ]
5147
+ }
5148
+ ]
5149
+ }
5150
+ ],
5151
+ "declKind": "EnumElement",
5152
+ "usr": "s:11ShortKitSDK10ScrollAxisO8verticalyA2CmF",
5153
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO8verticalyA2CmF",
5154
+ "moduleName": "ShortKitSDK"
5155
+ },
5156
+ {
5157
+ "kind": "Var",
5158
+ "name": "horizontal",
5159
+ "printedName": "horizontal",
5160
+ "children": [
5161
+ {
5162
+ "kind": "TypeFunc",
5163
+ "name": "Function",
5164
+ "printedName": "(ShortKitSDK.ScrollAxis.Type) -> ShortKitSDK.ScrollAxis",
5165
+ "children": [
5166
+ {
5167
+ "kind": "TypeNominal",
5168
+ "name": "ScrollAxis",
5169
+ "printedName": "ShortKitSDK.ScrollAxis",
5170
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
5171
+ },
5172
+ {
5173
+ "kind": "TypeNominal",
5174
+ "name": "Metatype",
5175
+ "printedName": "ShortKitSDK.ScrollAxis.Type",
5176
+ "children": [
5177
+ {
5178
+ "kind": "TypeNominal",
5179
+ "name": "ScrollAxis",
5180
+ "printedName": "ShortKitSDK.ScrollAxis",
5181
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
5182
+ }
5183
+ ]
5184
+ }
5185
+ ]
5186
+ }
5187
+ ],
5188
+ "declKind": "EnumElement",
5189
+ "usr": "s:11ShortKitSDK10ScrollAxisO10horizontalyA2CmF",
5190
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO10horizontalyA2CmF",
5191
+ "moduleName": "ShortKitSDK"
5192
+ },
5193
+ {
5194
+ "kind": "Constructor",
5195
+ "name": "init",
5196
+ "printedName": "init(rawValue:)",
5197
+ "children": [
5198
+ {
5199
+ "kind": "TypeNominal",
5200
+ "name": "Optional",
5201
+ "printedName": "ShortKitSDK.ScrollAxis?",
5202
+ "children": [
5203
+ {
5204
+ "kind": "TypeNominal",
5205
+ "name": "ScrollAxis",
5206
+ "printedName": "ShortKitSDK.ScrollAxis",
5207
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
5208
+ }
5209
+ ],
5210
+ "usr": "s:Sq"
5211
+ },
5212
+ {
5213
+ "kind": "TypeNominal",
5214
+ "name": "String",
5215
+ "printedName": "Swift.String",
5216
+ "usr": "s:SS"
5217
+ }
5218
+ ],
5219
+ "declKind": "Constructor",
5220
+ "usr": "s:11ShortKitSDK10ScrollAxisO8rawValueACSgSS_tcfc",
5221
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO8rawValueACSgSS_tcfc",
5222
+ "moduleName": "ShortKitSDK",
5223
+ "implicit": true,
5224
+ "init_kind": "Designated"
5225
+ },
5226
+ {
5227
+ "kind": "Var",
5228
+ "name": "rawValue",
5229
+ "printedName": "rawValue",
5230
+ "children": [
5231
+ {
5232
+ "kind": "TypeNominal",
5233
+ "name": "String",
5234
+ "printedName": "Swift.String",
5235
+ "usr": "s:SS"
5236
+ }
5237
+ ],
5238
+ "declKind": "Var",
5239
+ "usr": "s:11ShortKitSDK10ScrollAxisO8rawValueSSvp",
5240
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO8rawValueSSvp",
5241
+ "moduleName": "ShortKitSDK",
5242
+ "implicit": true,
5243
+ "accessors": [
5244
+ {
5245
+ "kind": "Accessor",
5246
+ "name": "Get",
5247
+ "printedName": "Get()",
5248
+ "children": [
5249
+ {
5250
+ "kind": "TypeNominal",
5251
+ "name": "String",
5252
+ "printedName": "Swift.String",
5253
+ "usr": "s:SS"
5254
+ }
5255
+ ],
5256
+ "declKind": "Accessor",
5257
+ "usr": "s:11ShortKitSDK10ScrollAxisO8rawValueSSvg",
5258
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO8rawValueSSvg",
5259
+ "moduleName": "ShortKitSDK",
5260
+ "implicit": true,
5261
+ "accessorKind": "get"
5262
+ }
5263
+ ]
5264
+ }
5265
+ ],
5266
+ "declKind": "Enum",
5267
+ "usr": "s:11ShortKitSDK10ScrollAxisO",
5268
+ "mangledName": "$s11ShortKitSDK10ScrollAxisO",
5269
+ "moduleName": "ShortKitSDK",
5270
+ "declAttributes": [
5271
+ "AccessControl",
5272
+ "RawDocComment"
5273
+ ],
5274
+ "enumRawTypeName": "String",
5275
+ "conformances": [
5276
+ {
5277
+ "kind": "Conformance",
5278
+ "name": "Copyable",
5279
+ "printedName": "Copyable",
5280
+ "usr": "s:s8CopyableP",
5281
+ "mangledName": "$ss8CopyableP"
5282
+ },
5283
+ {
5284
+ "kind": "Conformance",
5285
+ "name": "Escapable",
5286
+ "printedName": "Escapable",
5287
+ "usr": "s:s9EscapableP",
5288
+ "mangledName": "$ss9EscapableP"
5289
+ },
5290
+ {
5291
+ "kind": "Conformance",
5292
+ "name": "Hashable",
5293
+ "printedName": "Hashable",
5294
+ "usr": "s:SH",
5295
+ "mangledName": "$sSH"
5296
+ },
5297
+ {
5298
+ "kind": "Conformance",
5299
+ "name": "RawRepresentable",
5300
+ "printedName": "RawRepresentable",
5301
+ "children": [
5302
+ {
5303
+ "kind": "TypeWitness",
5304
+ "name": "RawValue",
5305
+ "printedName": "RawValue",
5306
+ "children": [
5307
+ {
5308
+ "kind": "TypeNominal",
5309
+ "name": "String",
5310
+ "printedName": "Swift.String",
5311
+ "usr": "s:SS"
5312
+ }
5313
+ ]
5314
+ }
5315
+ ],
5316
+ "usr": "s:SY",
5317
+ "mangledName": "$sSY"
5318
+ },
5319
+ {
5320
+ "kind": "Conformance",
5321
+ "name": "Decodable",
5322
+ "printedName": "Decodable",
5323
+ "usr": "s:Se",
5324
+ "mangledName": "$sSe"
5325
+ },
5326
+ {
5327
+ "kind": "Conformance",
5328
+ "name": "Encodable",
5329
+ "printedName": "Encodable",
5330
+ "usr": "s:SE",
5331
+ "mangledName": "$sSE"
5332
+ },
5333
+ {
5334
+ "kind": "Conformance",
5335
+ "name": "Equatable",
5336
+ "printedName": "Equatable",
5337
+ "usr": "s:SQ",
5338
+ "mangledName": "$sSQ"
5339
+ },
5340
+ {
5341
+ "kind": "Conformance",
5342
+ "name": "Sendable",
5343
+ "printedName": "Sendable",
5344
+ "usr": "s:s8SendableP",
5345
+ "mangledName": "$ss8SendableP"
5346
+ }
5347
+ ]
5348
+ },
5114
5349
  {
5115
5350
  "kind": "TypeDecl",
5116
5351
  "name": "FeedSource",
@@ -6325,19 +6560,19 @@
6325
6560
  },
6326
6561
  {
6327
6562
  "kind": "Var",
6328
- "name": "videoOverlay",
6329
- "printedName": "videoOverlay",
6563
+ "name": "scrollAxis",
6564
+ "printedName": "scrollAxis",
6330
6565
  "children": [
6331
6566
  {
6332
6567
  "kind": "TypeNominal",
6333
- "name": "VideoOverlayMode",
6334
- "printedName": "ShortKitSDK.VideoOverlayMode",
6335
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6568
+ "name": "ScrollAxis",
6569
+ "printedName": "ShortKitSDK.ScrollAxis",
6570
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
6336
6571
  }
6337
6572
  ],
6338
6573
  "declKind": "Var",
6339
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6340
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6574
+ "usr": "s:11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovp",
6575
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovp",
6341
6576
  "moduleName": "ShortKitSDK",
6342
6577
  "declAttributes": [
6343
6578
  "HasStorage",
@@ -6352,14 +6587,14 @@
6352
6587
  "children": [
6353
6588
  {
6354
6589
  "kind": "TypeNominal",
6355
- "name": "VideoOverlayMode",
6356
- "printedName": "ShortKitSDK.VideoOverlayMode",
6357
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6590
+ "name": "ScrollAxis",
6591
+ "printedName": "ShortKitSDK.ScrollAxis",
6592
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
6358
6593
  }
6359
6594
  ],
6360
6595
  "declKind": "Accessor",
6361
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6362
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6596
+ "usr": "s:11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovg",
6597
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovg",
6363
6598
  "moduleName": "ShortKitSDK",
6364
6599
  "implicit": true,
6365
6600
  "accessorKind": "get"
@@ -6376,14 +6611,14 @@
6376
6611
  },
6377
6612
  {
6378
6613
  "kind": "TypeNominal",
6379
- "name": "VideoOverlayMode",
6380
- "printedName": "ShortKitSDK.VideoOverlayMode",
6381
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6614
+ "name": "ScrollAxis",
6615
+ "printedName": "ShortKitSDK.ScrollAxis",
6616
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
6382
6617
  }
6383
6618
  ],
6384
6619
  "declKind": "Accessor",
6385
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6386
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6620
+ "usr": "s:11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovs",
6621
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0Ovs",
6387
6622
  "moduleName": "ShortKitSDK",
6388
6623
  "implicit": true,
6389
6624
  "accessorKind": "set"
@@ -6400,8 +6635,8 @@
6400
6635
  }
6401
6636
  ],
6402
6637
  "declKind": "Accessor",
6403
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6404
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6638
+ "usr": "s:11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0OvM",
6639
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10scrollAxisAA06ScrollG0OvM",
6405
6640
  "moduleName": "ShortKitSDK",
6406
6641
  "implicit": true,
6407
6642
  "accessorKind": "_modify"
@@ -6410,19 +6645,19 @@
6410
6645
  },
6411
6646
  {
6412
6647
  "kind": "Var",
6413
- "name": "carouselOverlay",
6414
- "printedName": "carouselOverlay",
6648
+ "name": "videoOverlay",
6649
+ "printedName": "videoOverlay",
6415
6650
  "children": [
6416
6651
  {
6417
6652
  "kind": "TypeNominal",
6418
- "name": "CarouselOverlayMode",
6419
- "printedName": "ShortKitSDK.CarouselOverlayMode",
6420
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6653
+ "name": "VideoOverlayMode",
6654
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6655
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6421
6656
  }
6422
6657
  ],
6423
6658
  "declKind": "Var",
6424
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6425
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6659
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6660
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6426
6661
  "moduleName": "ShortKitSDK",
6427
6662
  "declAttributes": [
6428
6663
  "HasStorage",
@@ -6437,14 +6672,14 @@
6437
6672
  "children": [
6438
6673
  {
6439
6674
  "kind": "TypeNominal",
6440
- "name": "CarouselOverlayMode",
6441
- "printedName": "ShortKitSDK.CarouselOverlayMode",
6442
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6675
+ "name": "VideoOverlayMode",
6676
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6677
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6443
6678
  }
6444
6679
  ],
6445
6680
  "declKind": "Accessor",
6446
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6447
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6681
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6682
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6448
6683
  "moduleName": "ShortKitSDK",
6449
6684
  "implicit": true,
6450
6685
  "accessorKind": "get"
@@ -6461,14 +6696,14 @@
6461
6696
  },
6462
6697
  {
6463
6698
  "kind": "TypeNominal",
6464
- "name": "CarouselOverlayMode",
6465
- "printedName": "ShortKitSDK.CarouselOverlayMode",
6466
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6699
+ "name": "VideoOverlayMode",
6700
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6701
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6467
6702
  }
6468
6703
  ],
6469
6704
  "declKind": "Accessor",
6470
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6471
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6705
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6706
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6472
6707
  "moduleName": "ShortKitSDK",
6473
6708
  "implicit": true,
6474
6709
  "accessorKind": "set"
@@ -6485,8 +6720,8 @@
6485
6720
  }
6486
6721
  ],
6487
6722
  "declKind": "Accessor",
6488
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6489
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6723
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6724
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6490
6725
  "moduleName": "ShortKitSDK",
6491
6726
  "implicit": true,
6492
6727
  "accessorKind": "_modify"
@@ -6495,8 +6730,178 @@
6495
6730
  },
6496
6731
  {
6497
6732
  "kind": "Var",
6498
- "name": "surveyOverlay",
6499
- "printedName": "surveyOverlay",
6733
+ "name": "carouselOverlay",
6734
+ "printedName": "carouselOverlay",
6735
+ "children": [
6736
+ {
6737
+ "kind": "TypeNominal",
6738
+ "name": "CarouselOverlayMode",
6739
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6740
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6741
+ }
6742
+ ],
6743
+ "declKind": "Var",
6744
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6745
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6746
+ "moduleName": "ShortKitSDK",
6747
+ "declAttributes": [
6748
+ "HasStorage",
6749
+ "AccessControl"
6750
+ ],
6751
+ "hasStorage": true,
6752
+ "accessors": [
6753
+ {
6754
+ "kind": "Accessor",
6755
+ "name": "Get",
6756
+ "printedName": "Get()",
6757
+ "children": [
6758
+ {
6759
+ "kind": "TypeNominal",
6760
+ "name": "CarouselOverlayMode",
6761
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6762
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6763
+ }
6764
+ ],
6765
+ "declKind": "Accessor",
6766
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6767
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6768
+ "moduleName": "ShortKitSDK",
6769
+ "implicit": true,
6770
+ "accessorKind": "get"
6771
+ },
6772
+ {
6773
+ "kind": "Accessor",
6774
+ "name": "Set",
6775
+ "printedName": "Set()",
6776
+ "children": [
6777
+ {
6778
+ "kind": "TypeNominal",
6779
+ "name": "Void",
6780
+ "printedName": "()"
6781
+ },
6782
+ {
6783
+ "kind": "TypeNominal",
6784
+ "name": "CarouselOverlayMode",
6785
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6786
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6787
+ }
6788
+ ],
6789
+ "declKind": "Accessor",
6790
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6791
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6792
+ "moduleName": "ShortKitSDK",
6793
+ "implicit": true,
6794
+ "accessorKind": "set"
6795
+ },
6796
+ {
6797
+ "kind": "Accessor",
6798
+ "name": "Modify",
6799
+ "printedName": "Modify()",
6800
+ "children": [
6801
+ {
6802
+ "kind": "TypeNominal",
6803
+ "name": "Void",
6804
+ "printedName": "()"
6805
+ }
6806
+ ],
6807
+ "declKind": "Accessor",
6808
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6809
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6810
+ "moduleName": "ShortKitSDK",
6811
+ "implicit": true,
6812
+ "accessorKind": "_modify"
6813
+ }
6814
+ ]
6815
+ },
6816
+ {
6817
+ "kind": "Var",
6818
+ "name": "videoCarouselOverlay",
6819
+ "printedName": "videoCarouselOverlay",
6820
+ "children": [
6821
+ {
6822
+ "kind": "TypeNominal",
6823
+ "name": "VideoCarouselOverlayMode",
6824
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
6825
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
6826
+ }
6827
+ ],
6828
+ "declKind": "Var",
6829
+ "usr": "s:11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvp",
6830
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvp",
6831
+ "moduleName": "ShortKitSDK",
6832
+ "declAttributes": [
6833
+ "HasStorage",
6834
+ "AccessControl"
6835
+ ],
6836
+ "hasStorage": true,
6837
+ "accessors": [
6838
+ {
6839
+ "kind": "Accessor",
6840
+ "name": "Get",
6841
+ "printedName": "Get()",
6842
+ "children": [
6843
+ {
6844
+ "kind": "TypeNominal",
6845
+ "name": "VideoCarouselOverlayMode",
6846
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
6847
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
6848
+ }
6849
+ ],
6850
+ "declKind": "Accessor",
6851
+ "usr": "s:11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvg",
6852
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvg",
6853
+ "moduleName": "ShortKitSDK",
6854
+ "implicit": true,
6855
+ "accessorKind": "get"
6856
+ },
6857
+ {
6858
+ "kind": "Accessor",
6859
+ "name": "Set",
6860
+ "printedName": "Set()",
6861
+ "children": [
6862
+ {
6863
+ "kind": "TypeNominal",
6864
+ "name": "Void",
6865
+ "printedName": "()"
6866
+ },
6867
+ {
6868
+ "kind": "TypeNominal",
6869
+ "name": "VideoCarouselOverlayMode",
6870
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
6871
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
6872
+ }
6873
+ ],
6874
+ "declKind": "Accessor",
6875
+ "usr": "s:11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvs",
6876
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvs",
6877
+ "moduleName": "ShortKitSDK",
6878
+ "implicit": true,
6879
+ "accessorKind": "set"
6880
+ },
6881
+ {
6882
+ "kind": "Accessor",
6883
+ "name": "Modify",
6884
+ "printedName": "Modify()",
6885
+ "children": [
6886
+ {
6887
+ "kind": "TypeNominal",
6888
+ "name": "Void",
6889
+ "printedName": "()"
6890
+ }
6891
+ ],
6892
+ "declKind": "Accessor",
6893
+ "usr": "s:11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvM",
6894
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20videoCarouselOverlayAA05VideogH4ModeOvM",
6895
+ "moduleName": "ShortKitSDK",
6896
+ "implicit": true,
6897
+ "accessorKind": "_modify"
6898
+ }
6899
+ ]
6900
+ },
6901
+ {
6902
+ "kind": "Var",
6903
+ "name": "surveyOverlay",
6904
+ "printedName": "surveyOverlay",
6500
6905
  "children": [
6501
6906
  {
6502
6907
  "kind": "TypeNominal",
@@ -7227,7 +7632,7 @@
7227
7632
  {
7228
7633
  "kind": "Constructor",
7229
7634
  "name": "init",
7230
- "printedName": "init(feedHeight:videoOverlay:carouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:filter:preload:)",
7635
+ "printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:filter:preload:)",
7231
7636
  "children": [
7232
7637
  {
7233
7638
  "kind": "TypeNominal",
@@ -7242,6 +7647,13 @@
7242
7647
  "hasDefaultArg": true,
7243
7648
  "usr": "s:11ShortKitSDK10FeedHeightO"
7244
7649
  },
7650
+ {
7651
+ "kind": "TypeNominal",
7652
+ "name": "ScrollAxis",
7653
+ "printedName": "ShortKitSDK.ScrollAxis",
7654
+ "hasDefaultArg": true,
7655
+ "usr": "s:11ShortKitSDK10ScrollAxisO"
7656
+ },
7245
7657
  {
7246
7658
  "kind": "TypeNominal",
7247
7659
  "name": "VideoOverlayMode",
@@ -7256,6 +7668,13 @@
7256
7668
  "hasDefaultArg": true,
7257
7669
  "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
7258
7670
  },
7671
+ {
7672
+ "kind": "TypeNominal",
7673
+ "name": "VideoCarouselOverlayMode",
7674
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
7675
+ "hasDefaultArg": true,
7676
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
7677
+ },
7259
7678
  {
7260
7679
  "kind": "TypeNominal",
7261
7680
  "name": "SurveyOverlayMode",
@@ -7330,8 +7749,8 @@
7330
7749
  }
7331
7750
  ],
7332
7751
  "declKind": "Constructor",
7333
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7Enabled6filter7preloadAcA0dG0O_AA05VideoI4ModeOAA08CarouseliW0OAA06SurveyiW0OAA02AdiW0OS2bAA0dQ0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7334
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7Enabled6filter7preloadAcA0dG0O_AA05VideoI4ModeOAA08CarouseliW0OAA06SurveyiW0OAA02AdiW0OS2bAA0dQ0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7752
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA0zmK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7753
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA0zmK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7335
7754
  "moduleName": "ShortKitSDK",
7336
7755
  "declAttributes": [
7337
7756
  "AccessControl"
@@ -7992,8 +8411,8 @@
7992
8411
  },
7993
8412
  {
7994
8413
  "kind": "TypeDecl",
7995
- "name": "SurveyOverlayMode",
7996
- "printedName": "SurveyOverlayMode",
8414
+ "name": "VideoCarouselOverlayMode",
8415
+ "printedName": "VideoCarouselOverlayMode",
7997
8416
  "children": [
7998
8417
  {
7999
8418
  "kind": "Var",
@@ -8003,24 +8422,24 @@
8003
8422
  {
8004
8423
  "kind": "TypeFunc",
8005
8424
  "name": "Function",
8006
- "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8425
+ "printedName": "(ShortKitSDK.VideoCarouselOverlayMode.Type) -> ShortKitSDK.VideoCarouselOverlayMode",
8007
8426
  "children": [
8008
8427
  {
8009
8428
  "kind": "TypeNominal",
8010
- "name": "SurveyOverlayMode",
8011
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8012
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8429
+ "name": "VideoCarouselOverlayMode",
8430
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8431
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8013
8432
  },
8014
8433
  {
8015
8434
  "kind": "TypeNominal",
8016
8435
  "name": "Metatype",
8017
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8436
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8018
8437
  "children": [
8019
8438
  {
8020
8439
  "kind": "TypeNominal",
8021
- "name": "SurveyOverlayMode",
8022
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8023
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8440
+ "name": "VideoCarouselOverlayMode",
8441
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8442
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8024
8443
  }
8025
8444
  ]
8026
8445
  }
@@ -8028,8 +8447,8 @@
8028
8447
  }
8029
8448
  ],
8030
8449
  "declKind": "EnumElement",
8031
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8032
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8450
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8451
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8033
8452
  "moduleName": "ShortKitSDK"
8034
8453
  },
8035
8454
  {
@@ -8040,28 +8459,28 @@
8040
8459
  {
8041
8460
  "kind": "TypeFunc",
8042
8461
  "name": "Function",
8043
- "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8462
+ "printedName": "(ShortKitSDK.VideoCarouselOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay) -> ShortKitSDK.VideoCarouselOverlayMode",
8044
8463
  "children": [
8045
8464
  {
8046
8465
  "kind": "TypeFunc",
8047
8466
  "name": "Function",
8048
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8467
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay) -> ShortKitSDK.VideoCarouselOverlayMode",
8049
8468
  "children": [
8050
8469
  {
8051
8470
  "kind": "TypeNominal",
8052
- "name": "SurveyOverlayMode",
8053
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8054
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8471
+ "name": "VideoCarouselOverlayMode",
8472
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8473
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8055
8474
  },
8056
8475
  {
8057
8476
  "kind": "TypeFunc",
8058
8477
  "name": "Function",
8059
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8478
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay",
8060
8479
  "children": [
8061
8480
  {
8062
8481
  "kind": "TypeNominal",
8063
8482
  "name": "ProtocolComposition",
8064
- "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8483
+ "printedName": "any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay"
8065
8484
  },
8066
8485
  {
8067
8486
  "kind": "TypeNominal",
@@ -8075,13 +8494,13 @@
8075
8494
  {
8076
8495
  "kind": "TypeNominal",
8077
8496
  "name": "Metatype",
8078
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8497
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8079
8498
  "children": [
8080
8499
  {
8081
8500
  "kind": "TypeNominal",
8082
- "name": "SurveyOverlayMode",
8083
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8084
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8501
+ "name": "VideoCarouselOverlayMode",
8502
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8503
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8085
8504
  }
8086
8505
  ]
8087
8506
  }
@@ -8089,8 +8508,8 @@
8089
8508
  }
8090
8509
  ],
8091
8510
  "declKind": "EnumElement",
8092
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8093
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8511
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8512
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8094
8513
  "moduleName": "ShortKitSDK"
8095
8514
  },
8096
8515
  {
@@ -8106,20 +8525,20 @@
8106
8525
  },
8107
8526
  {
8108
8527
  "kind": "TypeNominal",
8109
- "name": "SurveyOverlayMode",
8110
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8111
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8528
+ "name": "VideoCarouselOverlayMode",
8529
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8530
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8112
8531
  },
8113
8532
  {
8114
8533
  "kind": "TypeNominal",
8115
- "name": "SurveyOverlayMode",
8116
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8117
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8534
+ "name": "VideoCarouselOverlayMode",
8535
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8536
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8118
8537
  }
8119
8538
  ],
8120
8539
  "declKind": "Func",
8121
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8122
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8540
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8541
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8123
8542
  "moduleName": "ShortKitSDK",
8124
8543
  "static": true,
8125
8544
  "declAttributes": [
@@ -8135,9 +8554,9 @@
8135
8554
  "children": [
8136
8555
  {
8137
8556
  "kind": "TypeNominal",
8138
- "name": "SurveyOverlayMode",
8139
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8140
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8557
+ "name": "VideoCarouselOverlayMode",
8558
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8559
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8141
8560
  },
8142
8561
  {
8143
8562
  "kind": "TypeNominal",
@@ -8147,8 +8566,8 @@
8147
8566
  }
8148
8567
  ],
8149
8568
  "declKind": "Constructor",
8150
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8151
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8569
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8570
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8152
8571
  "moduleName": "ShortKitSDK",
8153
8572
  "declAttributes": [
8154
8573
  "AccessControl"
@@ -8175,8 +8594,8 @@
8175
8594
  }
8176
8595
  ],
8177
8596
  "declKind": "Func",
8178
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8179
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8597
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8598
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8180
8599
  "moduleName": "ShortKitSDK",
8181
8600
  "declAttributes": [
8182
8601
  "AccessControl"
@@ -8187,8 +8606,8 @@
8187
8606
  }
8188
8607
  ],
8189
8608
  "declKind": "Enum",
8190
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8191
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8609
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO",
8610
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO",
8192
8611
  "moduleName": "ShortKitSDK",
8193
8612
  "declAttributes": [
8194
8613
  "AccessControl",
@@ -8234,8 +8653,8 @@
8234
8653
  },
8235
8654
  {
8236
8655
  "kind": "TypeDecl",
8237
- "name": "AdOverlayMode",
8238
- "printedName": "AdOverlayMode",
8656
+ "name": "SurveyOverlayMode",
8657
+ "printedName": "SurveyOverlayMode",
8239
8658
  "children": [
8240
8659
  {
8241
8660
  "kind": "Var",
@@ -8245,24 +8664,24 @@
8245
8664
  {
8246
8665
  "kind": "TypeFunc",
8247
8666
  "name": "Function",
8248
- "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> ShortKitSDK.AdOverlayMode",
8667
+ "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8249
8668
  "children": [
8250
8669
  {
8251
8670
  "kind": "TypeNominal",
8252
- "name": "AdOverlayMode",
8253
- "printedName": "ShortKitSDK.AdOverlayMode",
8254
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8671
+ "name": "SurveyOverlayMode",
8672
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8673
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8255
8674
  },
8256
8675
  {
8257
8676
  "kind": "TypeNominal",
8258
8677
  "name": "Metatype",
8259
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8678
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8260
8679
  "children": [
8261
8680
  {
8262
8681
  "kind": "TypeNominal",
8263
- "name": "AdOverlayMode",
8264
- "printedName": "ShortKitSDK.AdOverlayMode",
8265
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8682
+ "name": "SurveyOverlayMode",
8683
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8684
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8266
8685
  }
8267
8686
  ]
8268
8687
  }
@@ -8270,8 +8689,8 @@
8270
8689
  }
8271
8690
  ],
8272
8691
  "declKind": "EnumElement",
8273
- "usr": "s:11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8274
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8692
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8693
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8275
8694
  "moduleName": "ShortKitSDK"
8276
8695
  },
8277
8696
  {
@@ -8282,28 +8701,28 @@
8282
8701
  {
8283
8702
  "kind": "TypeFunc",
8284
8703
  "name": "Function",
8285
- "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8704
+ "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8286
8705
  "children": [
8287
8706
  {
8288
8707
  "kind": "TypeFunc",
8289
8708
  "name": "Function",
8290
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8709
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8291
8710
  "children": [
8292
8711
  {
8293
8712
  "kind": "TypeNominal",
8294
- "name": "AdOverlayMode",
8295
- "printedName": "ShortKitSDK.AdOverlayMode",
8296
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8713
+ "name": "SurveyOverlayMode",
8714
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8715
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8297
8716
  },
8298
8717
  {
8299
8718
  "kind": "TypeFunc",
8300
8719
  "name": "Function",
8301
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.AdOverlay",
8720
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8302
8721
  "children": [
8303
8722
  {
8304
8723
  "kind": "TypeNominal",
8305
8724
  "name": "ProtocolComposition",
8306
- "printedName": "any UIKit.UIView & ShortKitSDK.AdOverlay"
8725
+ "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8307
8726
  },
8308
8727
  {
8309
8728
  "kind": "TypeNominal",
@@ -8317,13 +8736,13 @@
8317
8736
  {
8318
8737
  "kind": "TypeNominal",
8319
8738
  "name": "Metatype",
8320
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8739
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8321
8740
  "children": [
8322
8741
  {
8323
8742
  "kind": "TypeNominal",
8324
- "name": "AdOverlayMode",
8325
- "printedName": "ShortKitSDK.AdOverlayMode",
8326
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8743
+ "name": "SurveyOverlayMode",
8744
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8745
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8327
8746
  }
8328
8747
  ]
8329
8748
  }
@@ -8331,8 +8750,8 @@
8331
8750
  }
8332
8751
  ],
8333
8752
  "declKind": "EnumElement",
8334
- "usr": "s:11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8335
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8753
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8754
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8336
8755
  "moduleName": "ShortKitSDK"
8337
8756
  },
8338
8757
  {
@@ -8348,9 +8767,251 @@
8348
8767
  },
8349
8768
  {
8350
8769
  "kind": "TypeNominal",
8351
- "name": "AdOverlayMode",
8352
- "printedName": "ShortKitSDK.AdOverlayMode",
8353
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8770
+ "name": "SurveyOverlayMode",
8771
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8772
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8773
+ },
8774
+ {
8775
+ "kind": "TypeNominal",
8776
+ "name": "SurveyOverlayMode",
8777
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8778
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8779
+ }
8780
+ ],
8781
+ "declKind": "Func",
8782
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8783
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8784
+ "moduleName": "ShortKitSDK",
8785
+ "static": true,
8786
+ "declAttributes": [
8787
+ "AccessControl"
8788
+ ],
8789
+ "isFromExtension": true,
8790
+ "funcSelfKind": "NonMutating"
8791
+ },
8792
+ {
8793
+ "kind": "Constructor",
8794
+ "name": "init",
8795
+ "printedName": "init(from:)",
8796
+ "children": [
8797
+ {
8798
+ "kind": "TypeNominal",
8799
+ "name": "SurveyOverlayMode",
8800
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8801
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8802
+ },
8803
+ {
8804
+ "kind": "TypeNominal",
8805
+ "name": "Decoder",
8806
+ "printedName": "any Swift.Decoder",
8807
+ "usr": "s:s7DecoderP"
8808
+ }
8809
+ ],
8810
+ "declKind": "Constructor",
8811
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8812
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8813
+ "moduleName": "ShortKitSDK",
8814
+ "declAttributes": [
8815
+ "AccessControl"
8816
+ ],
8817
+ "isFromExtension": true,
8818
+ "throwing": true,
8819
+ "init_kind": "Designated"
8820
+ },
8821
+ {
8822
+ "kind": "Function",
8823
+ "name": "encode",
8824
+ "printedName": "encode(to:)",
8825
+ "children": [
8826
+ {
8827
+ "kind": "TypeNominal",
8828
+ "name": "Void",
8829
+ "printedName": "()"
8830
+ },
8831
+ {
8832
+ "kind": "TypeNominal",
8833
+ "name": "Encoder",
8834
+ "printedName": "any Swift.Encoder",
8835
+ "usr": "s:s7EncoderP"
8836
+ }
8837
+ ],
8838
+ "declKind": "Func",
8839
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8840
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8841
+ "moduleName": "ShortKitSDK",
8842
+ "declAttributes": [
8843
+ "AccessControl"
8844
+ ],
8845
+ "isFromExtension": true,
8846
+ "throwing": true,
8847
+ "funcSelfKind": "NonMutating"
8848
+ }
8849
+ ],
8850
+ "declKind": "Enum",
8851
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8852
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8853
+ "moduleName": "ShortKitSDK",
8854
+ "declAttributes": [
8855
+ "AccessControl",
8856
+ "RawDocComment"
8857
+ ],
8858
+ "conformances": [
8859
+ {
8860
+ "kind": "Conformance",
8861
+ "name": "Copyable",
8862
+ "printedName": "Copyable",
8863
+ "usr": "s:s8CopyableP",
8864
+ "mangledName": "$ss8CopyableP"
8865
+ },
8866
+ {
8867
+ "kind": "Conformance",
8868
+ "name": "Escapable",
8869
+ "printedName": "Escapable",
8870
+ "usr": "s:s9EscapableP",
8871
+ "mangledName": "$ss9EscapableP"
8872
+ },
8873
+ {
8874
+ "kind": "Conformance",
8875
+ "name": "Equatable",
8876
+ "printedName": "Equatable",
8877
+ "usr": "s:SQ",
8878
+ "mangledName": "$sSQ"
8879
+ },
8880
+ {
8881
+ "kind": "Conformance",
8882
+ "name": "Decodable",
8883
+ "printedName": "Decodable",
8884
+ "usr": "s:Se",
8885
+ "mangledName": "$sSe"
8886
+ },
8887
+ {
8888
+ "kind": "Conformance",
8889
+ "name": "Encodable",
8890
+ "printedName": "Encodable",
8891
+ "usr": "s:SE",
8892
+ "mangledName": "$sSE"
8893
+ }
8894
+ ]
8895
+ },
8896
+ {
8897
+ "kind": "TypeDecl",
8898
+ "name": "AdOverlayMode",
8899
+ "printedName": "AdOverlayMode",
8900
+ "children": [
8901
+ {
8902
+ "kind": "Var",
8903
+ "name": "none",
8904
+ "printedName": "none",
8905
+ "children": [
8906
+ {
8907
+ "kind": "TypeFunc",
8908
+ "name": "Function",
8909
+ "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> ShortKitSDK.AdOverlayMode",
8910
+ "children": [
8911
+ {
8912
+ "kind": "TypeNominal",
8913
+ "name": "AdOverlayMode",
8914
+ "printedName": "ShortKitSDK.AdOverlayMode",
8915
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8916
+ },
8917
+ {
8918
+ "kind": "TypeNominal",
8919
+ "name": "Metatype",
8920
+ "printedName": "ShortKitSDK.AdOverlayMode.Type",
8921
+ "children": [
8922
+ {
8923
+ "kind": "TypeNominal",
8924
+ "name": "AdOverlayMode",
8925
+ "printedName": "ShortKitSDK.AdOverlayMode",
8926
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8927
+ }
8928
+ ]
8929
+ }
8930
+ ]
8931
+ }
8932
+ ],
8933
+ "declKind": "EnumElement",
8934
+ "usr": "s:11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8935
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8936
+ "moduleName": "ShortKitSDK"
8937
+ },
8938
+ {
8939
+ "kind": "Var",
8940
+ "name": "custom",
8941
+ "printedName": "custom",
8942
+ "children": [
8943
+ {
8944
+ "kind": "TypeFunc",
8945
+ "name": "Function",
8946
+ "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8947
+ "children": [
8948
+ {
8949
+ "kind": "TypeFunc",
8950
+ "name": "Function",
8951
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8952
+ "children": [
8953
+ {
8954
+ "kind": "TypeNominal",
8955
+ "name": "AdOverlayMode",
8956
+ "printedName": "ShortKitSDK.AdOverlayMode",
8957
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8958
+ },
8959
+ {
8960
+ "kind": "TypeFunc",
8961
+ "name": "Function",
8962
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.AdOverlay",
8963
+ "children": [
8964
+ {
8965
+ "kind": "TypeNominal",
8966
+ "name": "ProtocolComposition",
8967
+ "printedName": "any UIKit.UIView & ShortKitSDK.AdOverlay"
8968
+ },
8969
+ {
8970
+ "kind": "TypeNominal",
8971
+ "name": "Void",
8972
+ "printedName": "()"
8973
+ }
8974
+ ]
8975
+ }
8976
+ ]
8977
+ },
8978
+ {
8979
+ "kind": "TypeNominal",
8980
+ "name": "Metatype",
8981
+ "printedName": "ShortKitSDK.AdOverlayMode.Type",
8982
+ "children": [
8983
+ {
8984
+ "kind": "TypeNominal",
8985
+ "name": "AdOverlayMode",
8986
+ "printedName": "ShortKitSDK.AdOverlayMode",
8987
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8988
+ }
8989
+ ]
8990
+ }
8991
+ ]
8992
+ }
8993
+ ],
8994
+ "declKind": "EnumElement",
8995
+ "usr": "s:11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8996
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8997
+ "moduleName": "ShortKitSDK"
8998
+ },
8999
+ {
9000
+ "kind": "Function",
9001
+ "name": "==",
9002
+ "printedName": "==(_:_:)",
9003
+ "children": [
9004
+ {
9005
+ "kind": "TypeNominal",
9006
+ "name": "Bool",
9007
+ "printedName": "Swift.Bool",
9008
+ "usr": "s:Sb"
9009
+ },
9010
+ {
9011
+ "kind": "TypeNominal",
9012
+ "name": "AdOverlayMode",
9013
+ "printedName": "ShortKitSDK.AdOverlayMode",
9014
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8354
9015
  },
8355
9016
  {
8356
9017
  "kind": "TypeNominal",
@@ -8843,7 +9504,7 @@
8843
9504
  {
8844
9505
  "kind": "Constructor",
8845
9506
  "name": "init",
8846
- "printedName": "init(shortKit:config:)",
9507
+ "printedName": "init(shortKit:config:onFeedReady:)",
8847
9508
  "children": [
8848
9509
  {
8849
9510
  "kind": "TypeNominal",
@@ -8861,18 +9522,45 @@
8861
9522
  "kind": "TypeNominal",
8862
9523
  "name": "FeedConfig",
8863
9524
  "printedName": "ShortKitSDK.FeedConfig",
9525
+ "hasDefaultArg": true,
8864
9526
  "usr": "s:11ShortKitSDK10FeedConfigV"
8865
- }
8866
- ],
8867
- "declKind": "Constructor",
8868
- "usr": "s:11ShortKitSDK0aB8FeedViewV05shortB06configAcA0aB0C_AA0D6ConfigVtcfc",
8869
- "mangledName": "$s11ShortKitSDK0aB8FeedViewV05shortB06configAcA0aB0C_AA0D6ConfigVtcfc",
8870
- "moduleName": "ShortKitSDK",
8871
- "declAttributes": [
8872
- "Preconcurrency",
8873
- "Custom",
8874
- "AccessControl"
8875
- ],
9527
+ },
9528
+ {
9529
+ "kind": "TypeNominal",
9530
+ "name": "Optional",
9531
+ "printedName": "(() -> ())?",
9532
+ "children": [
9533
+ {
9534
+ "kind": "TypeFunc",
9535
+ "name": "Function",
9536
+ "printedName": "() -> ()",
9537
+ "children": [
9538
+ {
9539
+ "kind": "TypeNominal",
9540
+ "name": "Void",
9541
+ "printedName": "()"
9542
+ },
9543
+ {
9544
+ "kind": "TypeNominal",
9545
+ "name": "Void",
9546
+ "printedName": "()"
9547
+ }
9548
+ ]
9549
+ }
9550
+ ],
9551
+ "hasDefaultArg": true,
9552
+ "usr": "s:Sq"
9553
+ }
9554
+ ],
9555
+ "declKind": "Constructor",
9556
+ "usr": "s:11ShortKitSDK0aB8FeedViewV05shortB06config02onD5ReadyAcA0aB0C_AA0D6ConfigVyycSgtcfc",
9557
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV05shortB06config02onD5ReadyAcA0aB0C_AA0D6ConfigVyycSgtcfc",
9558
+ "moduleName": "ShortKitSDK",
9559
+ "declAttributes": [
9560
+ "Preconcurrency",
9561
+ "Custom",
9562
+ "AccessControl"
9563
+ ],
8876
9564
  "init_kind": "Designated"
8877
9565
  },
8878
9566
  {
@@ -9529,6 +10217,152 @@
9529
10217
  }
9530
10218
  ]
9531
10219
  },
10220
+ {
10221
+ "kind": "Var",
10222
+ "name": "onFeedReady",
10223
+ "printedName": "onFeedReady",
10224
+ "children": [
10225
+ {
10226
+ "kind": "TypeNominal",
10227
+ "name": "Optional",
10228
+ "printedName": "(() -> ())?",
10229
+ "children": [
10230
+ {
10231
+ "kind": "TypeFunc",
10232
+ "name": "Function",
10233
+ "printedName": "() -> ()",
10234
+ "children": [
10235
+ {
10236
+ "kind": "TypeNominal",
10237
+ "name": "Void",
10238
+ "printedName": "()"
10239
+ },
10240
+ {
10241
+ "kind": "TypeNominal",
10242
+ "name": "Void",
10243
+ "printedName": "()"
10244
+ }
10245
+ ]
10246
+ }
10247
+ ],
10248
+ "usr": "s:Sq"
10249
+ }
10250
+ ],
10251
+ "declKind": "Var",
10252
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvp",
10253
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvp",
10254
+ "moduleName": "ShortKitSDK",
10255
+ "declAttributes": [
10256
+ "HasInitialValue",
10257
+ "Preconcurrency",
10258
+ "Custom",
10259
+ "HasStorage",
10260
+ "AccessControl",
10261
+ "RawDocComment"
10262
+ ],
10263
+ "hasStorage": true,
10264
+ "accessors": [
10265
+ {
10266
+ "kind": "Accessor",
10267
+ "name": "Get",
10268
+ "printedName": "Get()",
10269
+ "children": [
10270
+ {
10271
+ "kind": "TypeNominal",
10272
+ "name": "Optional",
10273
+ "printedName": "(() -> ())?",
10274
+ "children": [
10275
+ {
10276
+ "kind": "TypeFunc",
10277
+ "name": "Function",
10278
+ "printedName": "() -> ()",
10279
+ "children": [
10280
+ {
10281
+ "kind": "TypeNominal",
10282
+ "name": "Void",
10283
+ "printedName": "()"
10284
+ },
10285
+ {
10286
+ "kind": "TypeNominal",
10287
+ "name": "Void",
10288
+ "printedName": "()"
10289
+ }
10290
+ ]
10291
+ }
10292
+ ],
10293
+ "usr": "s:Sq"
10294
+ }
10295
+ ],
10296
+ "declKind": "Accessor",
10297
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvg",
10298
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvg",
10299
+ "moduleName": "ShortKitSDK",
10300
+ "implicit": true,
10301
+ "accessorKind": "get"
10302
+ },
10303
+ {
10304
+ "kind": "Accessor",
10305
+ "name": "Set",
10306
+ "printedName": "Set()",
10307
+ "children": [
10308
+ {
10309
+ "kind": "TypeNominal",
10310
+ "name": "Void",
10311
+ "printedName": "()"
10312
+ },
10313
+ {
10314
+ "kind": "TypeNominal",
10315
+ "name": "Optional",
10316
+ "printedName": "(() -> ())?",
10317
+ "children": [
10318
+ {
10319
+ "kind": "TypeFunc",
10320
+ "name": "Function",
10321
+ "printedName": "() -> ()",
10322
+ "children": [
10323
+ {
10324
+ "kind": "TypeNominal",
10325
+ "name": "Void",
10326
+ "printedName": "()"
10327
+ },
10328
+ {
10329
+ "kind": "TypeNominal",
10330
+ "name": "Void",
10331
+ "printedName": "()"
10332
+ }
10333
+ ]
10334
+ }
10335
+ ],
10336
+ "usr": "s:Sq"
10337
+ }
10338
+ ],
10339
+ "declKind": "Accessor",
10340
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvs",
10341
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvs",
10342
+ "moduleName": "ShortKitSDK",
10343
+ "implicit": true,
10344
+ "accessorKind": "set"
10345
+ },
10346
+ {
10347
+ "kind": "Accessor",
10348
+ "name": "Modify",
10349
+ "printedName": "Modify()",
10350
+ "children": [
10351
+ {
10352
+ "kind": "TypeNominal",
10353
+ "name": "Void",
10354
+ "printedName": "()"
10355
+ }
10356
+ ],
10357
+ "declKind": "Accessor",
10358
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvM",
10359
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD5ReadyyycSgvM",
10360
+ "moduleName": "ShortKitSDK",
10361
+ "implicit": true,
10362
+ "accessorKind": "_modify"
10363
+ }
10364
+ ]
10365
+ },
9532
10366
  {
9533
10367
  "kind": "Constructor",
9534
10368
  "name": "init",
@@ -9842,6 +10676,74 @@
9842
10676
  ],
9843
10677
  "funcSelfKind": "NonMutating"
9844
10678
  },
10679
+ {
10680
+ "kind": "Function",
10681
+ "name": "setBridgeManaged",
10682
+ "printedName": "setBridgeManaged()",
10683
+ "children": [
10684
+ {
10685
+ "kind": "TypeNominal",
10686
+ "name": "Void",
10687
+ "printedName": "()"
10688
+ }
10689
+ ],
10690
+ "declKind": "Func",
10691
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC16setBridgeManagedyyF",
10692
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC16setBridgeManagedyyF",
10693
+ "moduleName": "ShortKitSDK",
10694
+ "declAttributes": [
10695
+ "Preconcurrency",
10696
+ "Custom",
10697
+ "AccessControl",
10698
+ "RawDocComment"
10699
+ ],
10700
+ "funcSelfKind": "NonMutating"
10701
+ },
10702
+ {
10703
+ "kind": "Function",
10704
+ "name": "activate",
10705
+ "printedName": "activate()",
10706
+ "children": [
10707
+ {
10708
+ "kind": "TypeNominal",
10709
+ "name": "Void",
10710
+ "printedName": "()"
10711
+ }
10712
+ ],
10713
+ "declKind": "Func",
10714
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC8activateyyF",
10715
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC8activateyyF",
10716
+ "moduleName": "ShortKitSDK",
10717
+ "declAttributes": [
10718
+ "Preconcurrency",
10719
+ "Custom",
10720
+ "AccessControl"
10721
+ ],
10722
+ "funcSelfKind": "NonMutating"
10723
+ },
10724
+ {
10725
+ "kind": "Function",
10726
+ "name": "deactivate",
10727
+ "printedName": "deactivate()",
10728
+ "children": [
10729
+ {
10730
+ "kind": "TypeNominal",
10731
+ "name": "Void",
10732
+ "printedName": "()"
10733
+ }
10734
+ ],
10735
+ "declKind": "Func",
10736
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC10deactivateyyF",
10737
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC10deactivateyyF",
10738
+ "moduleName": "ShortKitSDK",
10739
+ "declAttributes": [
10740
+ "Preconcurrency",
10741
+ "Custom",
10742
+ "AccessControl",
10743
+ "RawDocComment"
10744
+ ],
10745
+ "funcSelfKind": "NonMutating"
10746
+ },
9845
10747
  {
9846
10748
  "kind": "Function",
9847
10749
  "name": "viewDidDisappear",
@@ -10579,6 +11481,20 @@
10579
11481
  "declKind": "Import",
10580
11482
  "moduleName": "ShortKitSDK"
10581
11483
  },
11484
+ {
11485
+ "kind": "Import",
11486
+ "name": "UIKit",
11487
+ "printedName": "UIKit",
11488
+ "declKind": "Import",
11489
+ "moduleName": "ShortKitSDK"
11490
+ },
11491
+ {
11492
+ "kind": "Import",
11493
+ "name": "AVFoundation",
11494
+ "printedName": "AVFoundation",
11495
+ "declKind": "Import",
11496
+ "moduleName": "ShortKitSDK"
11497
+ },
10582
11498
  {
10583
11499
  "kind": "Import",
10584
11500
  "name": "Foundation",
@@ -14159,17 +15075,70 @@
14159
15075
  "declAttributes": [
14160
15076
  "RawDocComment"
14161
15077
  ]
14162
- }
14163
- ],
14164
- "declKind": "Enum",
14165
- "usr": "s:11ShortKitSDK9FeedInputO",
14166
- "mangledName": "$s11ShortKitSDK9FeedInputO",
14167
- "moduleName": "ShortKitSDK",
14168
- "declAttributes": [
14169
- "AccessControl",
14170
- "RawDocComment"
14171
- ],
14172
- "conformances": [
15078
+ },
15079
+ {
15080
+ "kind": "Var",
15081
+ "name": "videoCarousel",
15082
+ "printedName": "videoCarousel",
15083
+ "children": [
15084
+ {
15085
+ "kind": "TypeFunc",
15086
+ "name": "Function",
15087
+ "printedName": "(ShortKitSDK.FeedInput.Type) -> (ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedInput",
15088
+ "children": [
15089
+ {
15090
+ "kind": "TypeFunc",
15091
+ "name": "Function",
15092
+ "printedName": "(ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedInput",
15093
+ "children": [
15094
+ {
15095
+ "kind": "TypeNominal",
15096
+ "name": "FeedInput",
15097
+ "printedName": "ShortKitSDK.FeedInput",
15098
+ "usr": "s:11ShortKitSDK9FeedInputO"
15099
+ },
15100
+ {
15101
+ "kind": "TypeNominal",
15102
+ "name": "VideoCarouselItem",
15103
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15104
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15105
+ }
15106
+ ]
15107
+ },
15108
+ {
15109
+ "kind": "TypeNominal",
15110
+ "name": "Metatype",
15111
+ "printedName": "ShortKitSDK.FeedInput.Type",
15112
+ "children": [
15113
+ {
15114
+ "kind": "TypeNominal",
15115
+ "name": "FeedInput",
15116
+ "printedName": "ShortKitSDK.FeedInput",
15117
+ "usr": "s:11ShortKitSDK9FeedInputO"
15118
+ }
15119
+ ]
15120
+ }
15121
+ ]
15122
+ }
15123
+ ],
15124
+ "declKind": "EnumElement",
15125
+ "usr": "s:11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideoG4ItemVcACmF",
15126
+ "mangledName": "$s11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideoG4ItemVcACmF",
15127
+ "moduleName": "ShortKitSDK",
15128
+ "declAttributes": [
15129
+ "RawDocComment"
15130
+ ]
15131
+ }
15132
+ ],
15133
+ "declKind": "Enum",
15134
+ "usr": "s:11ShortKitSDK9FeedInputO",
15135
+ "mangledName": "$s11ShortKitSDK9FeedInputO",
15136
+ "moduleName": "ShortKitSDK",
15137
+ "declAttributes": [
15138
+ "AccessControl",
15139
+ "RawDocComment"
15140
+ ],
15141
+ "conformances": [
14173
15142
  {
14174
15143
  "kind": "Conformance",
14175
15144
  "name": "Copyable",
@@ -14405,6 +15374,56 @@
14405
15374
  "mangledName": "$s11ShortKitSDK8FeedItemO6surveyyAcA06SurveyE0VcACmF",
14406
15375
  "moduleName": "ShortKitSDK"
14407
15376
  },
15377
+ {
15378
+ "kind": "Var",
15379
+ "name": "videoCarousel",
15380
+ "printedName": "videoCarousel",
15381
+ "children": [
15382
+ {
15383
+ "kind": "TypeFunc",
15384
+ "name": "Function",
15385
+ "printedName": "(ShortKitSDK.FeedItem.Type) -> (ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedItem",
15386
+ "children": [
15387
+ {
15388
+ "kind": "TypeFunc",
15389
+ "name": "Function",
15390
+ "printedName": "(ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedItem",
15391
+ "children": [
15392
+ {
15393
+ "kind": "TypeNominal",
15394
+ "name": "FeedItem",
15395
+ "printedName": "ShortKitSDK.FeedItem",
15396
+ "usr": "s:11ShortKitSDK8FeedItemO"
15397
+ },
15398
+ {
15399
+ "kind": "TypeNominal",
15400
+ "name": "VideoCarouselItem",
15401
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15402
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15403
+ }
15404
+ ]
15405
+ },
15406
+ {
15407
+ "kind": "TypeNominal",
15408
+ "name": "Metatype",
15409
+ "printedName": "ShortKitSDK.FeedItem.Type",
15410
+ "children": [
15411
+ {
15412
+ "kind": "TypeNominal",
15413
+ "name": "FeedItem",
15414
+ "printedName": "ShortKitSDK.FeedItem",
15415
+ "usr": "s:11ShortKitSDK8FeedItemO"
15416
+ }
15417
+ ]
15418
+ }
15419
+ ]
15420
+ }
15421
+ ],
15422
+ "declKind": "EnumElement",
15423
+ "usr": "s:11ShortKitSDK8FeedItemO13videoCarouselyAcA05VideogE0VcACmF",
15424
+ "mangledName": "$s11ShortKitSDK8FeedItemO13videoCarouselyAcA05VideogE0VcACmF",
15425
+ "moduleName": "ShortKitSDK"
15426
+ },
14408
15427
  {
14409
15428
  "kind": "Var",
14410
15429
  "name": "isContent",
@@ -14565,6 +15584,46 @@
14565
15584
  }
14566
15585
  ]
14567
15586
  },
15587
+ {
15588
+ "kind": "Var",
15589
+ "name": "isVideoCarousel",
15590
+ "printedName": "isVideoCarousel",
15591
+ "children": [
15592
+ {
15593
+ "kind": "TypeNominal",
15594
+ "name": "Bool",
15595
+ "printedName": "Swift.Bool",
15596
+ "usr": "s:Sb"
15597
+ }
15598
+ ],
15599
+ "declKind": "Var",
15600
+ "usr": "s:11ShortKitSDK8FeedItemO15isVideoCarouselSbvp",
15601
+ "mangledName": "$s11ShortKitSDK8FeedItemO15isVideoCarouselSbvp",
15602
+ "moduleName": "ShortKitSDK",
15603
+ "declAttributes": [
15604
+ "AccessControl"
15605
+ ],
15606
+ "accessors": [
15607
+ {
15608
+ "kind": "Accessor",
15609
+ "name": "Get",
15610
+ "printedName": "Get()",
15611
+ "children": [
15612
+ {
15613
+ "kind": "TypeNominal",
15614
+ "name": "Bool",
15615
+ "printedName": "Swift.Bool",
15616
+ "usr": "s:Sb"
15617
+ }
15618
+ ],
15619
+ "declKind": "Accessor",
15620
+ "usr": "s:11ShortKitSDK8FeedItemO15isVideoCarouselSbvg",
15621
+ "mangledName": "$s11ShortKitSDK8FeedItemO15isVideoCarouselSbvg",
15622
+ "moduleName": "ShortKitSDK",
15623
+ "accessorKind": "get"
15624
+ }
15625
+ ]
15626
+ },
14568
15627
  {
14569
15628
  "kind": "Var",
14570
15629
  "name": "isNonVideo",
@@ -14830,6 +15889,62 @@
14830
15889
  }
14831
15890
  ]
14832
15891
  },
15892
+ {
15893
+ "kind": "Var",
15894
+ "name": "videoCarouselItem",
15895
+ "printedName": "videoCarouselItem",
15896
+ "children": [
15897
+ {
15898
+ "kind": "TypeNominal",
15899
+ "name": "Optional",
15900
+ "printedName": "ShortKitSDK.VideoCarouselItem?",
15901
+ "children": [
15902
+ {
15903
+ "kind": "TypeNominal",
15904
+ "name": "VideoCarouselItem",
15905
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15906
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15907
+ }
15908
+ ],
15909
+ "usr": "s:Sq"
15910
+ }
15911
+ ],
15912
+ "declKind": "Var",
15913
+ "usr": "s:11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvp",
15914
+ "mangledName": "$s11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvp",
15915
+ "moduleName": "ShortKitSDK",
15916
+ "declAttributes": [
15917
+ "AccessControl"
15918
+ ],
15919
+ "accessors": [
15920
+ {
15921
+ "kind": "Accessor",
15922
+ "name": "Get",
15923
+ "printedName": "Get()",
15924
+ "children": [
15925
+ {
15926
+ "kind": "TypeNominal",
15927
+ "name": "Optional",
15928
+ "printedName": "ShortKitSDK.VideoCarouselItem?",
15929
+ "children": [
15930
+ {
15931
+ "kind": "TypeNominal",
15932
+ "name": "VideoCarouselItem",
15933
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15934
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15935
+ }
15936
+ ],
15937
+ "usr": "s:Sq"
15938
+ }
15939
+ ],
15940
+ "declKind": "Accessor",
15941
+ "usr": "s:11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvg",
15942
+ "mangledName": "$s11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvg",
15943
+ "moduleName": "ShortKitSDK",
15944
+ "accessorKind": "get"
15945
+ }
15946
+ ]
15947
+ },
14833
15948
  {
14834
15949
  "kind": "Var",
14835
15950
  "name": "id",
@@ -18859,53 +19974,692 @@
18859
19974
  "hasStorage": true,
18860
19975
  "accessors": [
18861
19976
  {
18862
- "kind": "Accessor",
18863
- "name": "Get",
18864
- "printedName": "Get()",
19977
+ "kind": "Accessor",
19978
+ "name": "Get",
19979
+ "printedName": "Get()",
19980
+ "children": [
19981
+ {
19982
+ "kind": "TypeNominal",
19983
+ "name": "Double",
19984
+ "printedName": "Swift.Double",
19985
+ "usr": "s:Sd"
19986
+ }
19987
+ ],
19988
+ "declKind": "Accessor",
19989
+ "usr": "s:11ShortKitSDK6VTTCueV7endTimeSdvg",
19990
+ "mangledName": "$s11ShortKitSDK6VTTCueV7endTimeSdvg",
19991
+ "moduleName": "ShortKitSDK",
19992
+ "implicit": true,
19993
+ "accessorKind": "get"
19994
+ }
19995
+ ]
19996
+ },
19997
+ {
19998
+ "kind": "Var",
19999
+ "name": "text",
20000
+ "printedName": "text",
20001
+ "children": [
20002
+ {
20003
+ "kind": "TypeNominal",
20004
+ "name": "String",
20005
+ "printedName": "Swift.String",
20006
+ "usr": "s:SS"
20007
+ }
20008
+ ],
20009
+ "declKind": "Var",
20010
+ "usr": "s:11ShortKitSDK6VTTCueV4textSSvp",
20011
+ "mangledName": "$s11ShortKitSDK6VTTCueV4textSSvp",
20012
+ "moduleName": "ShortKitSDK",
20013
+ "declAttributes": [
20014
+ "HasStorage",
20015
+ "AccessControl"
20016
+ ],
20017
+ "isLet": true,
20018
+ "hasStorage": true,
20019
+ "accessors": [
20020
+ {
20021
+ "kind": "Accessor",
20022
+ "name": "Get",
20023
+ "printedName": "Get()",
20024
+ "children": [
20025
+ {
20026
+ "kind": "TypeNominal",
20027
+ "name": "String",
20028
+ "printedName": "Swift.String",
20029
+ "usr": "s:SS"
20030
+ }
20031
+ ],
20032
+ "declKind": "Accessor",
20033
+ "usr": "s:11ShortKitSDK6VTTCueV4textSSvg",
20034
+ "mangledName": "$s11ShortKitSDK6VTTCueV4textSSvg",
20035
+ "moduleName": "ShortKitSDK",
20036
+ "implicit": true,
20037
+ "accessorKind": "get"
20038
+ }
20039
+ ]
20040
+ },
20041
+ {
20042
+ "kind": "Constructor",
20043
+ "name": "init",
20044
+ "printedName": "init(startTime:endTime:text:)",
20045
+ "children": [
20046
+ {
20047
+ "kind": "TypeNominal",
20048
+ "name": "VTTCue",
20049
+ "printedName": "ShortKitSDK.VTTCue",
20050
+ "usr": "s:11ShortKitSDK6VTTCueV"
20051
+ },
20052
+ {
20053
+ "kind": "TypeNominal",
20054
+ "name": "Double",
20055
+ "printedName": "Swift.Double",
20056
+ "usr": "s:Sd"
20057
+ },
20058
+ {
20059
+ "kind": "TypeNominal",
20060
+ "name": "Double",
20061
+ "printedName": "Swift.Double",
20062
+ "usr": "s:Sd"
20063
+ },
20064
+ {
20065
+ "kind": "TypeNominal",
20066
+ "name": "String",
20067
+ "printedName": "Swift.String",
20068
+ "usr": "s:SS"
20069
+ }
20070
+ ],
20071
+ "declKind": "Constructor",
20072
+ "usr": "s:11ShortKitSDK6VTTCueV9startTime03endF04textACSd_SdSStcfc",
20073
+ "mangledName": "$s11ShortKitSDK6VTTCueV9startTime03endF04textACSd_SdSStcfc",
20074
+ "moduleName": "ShortKitSDK",
20075
+ "declAttributes": [
20076
+ "AccessControl"
20077
+ ],
20078
+ "init_kind": "Designated"
20079
+ },
20080
+ {
20081
+ "kind": "Function",
20082
+ "name": "==",
20083
+ "printedName": "==(_:_:)",
20084
+ "children": [
20085
+ {
20086
+ "kind": "TypeNominal",
20087
+ "name": "Bool",
20088
+ "printedName": "Swift.Bool",
20089
+ "usr": "s:Sb"
20090
+ },
20091
+ {
20092
+ "kind": "TypeNominal",
20093
+ "name": "VTTCue",
20094
+ "printedName": "ShortKitSDK.VTTCue",
20095
+ "usr": "s:11ShortKitSDK6VTTCueV"
20096
+ },
20097
+ {
20098
+ "kind": "TypeNominal",
20099
+ "name": "VTTCue",
20100
+ "printedName": "ShortKitSDK.VTTCue",
20101
+ "usr": "s:11ShortKitSDK6VTTCueV"
20102
+ }
20103
+ ],
20104
+ "declKind": "Func",
20105
+ "usr": "s:11ShortKitSDK6VTTCueV2eeoiySbAC_ACtFZ",
20106
+ "mangledName": "$s11ShortKitSDK6VTTCueV2eeoiySbAC_ACtFZ",
20107
+ "moduleName": "ShortKitSDK",
20108
+ "static": true,
20109
+ "implicit": true,
20110
+ "funcSelfKind": "NonMutating"
20111
+ }
20112
+ ],
20113
+ "declKind": "Struct",
20114
+ "usr": "s:11ShortKitSDK6VTTCueV",
20115
+ "mangledName": "$s11ShortKitSDK6VTTCueV",
20116
+ "moduleName": "ShortKitSDK",
20117
+ "declAttributes": [
20118
+ "AccessControl",
20119
+ "RawDocComment"
20120
+ ],
20121
+ "conformances": [
20122
+ {
20123
+ "kind": "Conformance",
20124
+ "name": "Copyable",
20125
+ "printedName": "Copyable",
20126
+ "usr": "s:s8CopyableP",
20127
+ "mangledName": "$ss8CopyableP"
20128
+ },
20129
+ {
20130
+ "kind": "Conformance",
20131
+ "name": "Escapable",
20132
+ "printedName": "Escapable",
20133
+ "usr": "s:s9EscapableP",
20134
+ "mangledName": "$ss9EscapableP"
20135
+ },
20136
+ {
20137
+ "kind": "Conformance",
20138
+ "name": "Equatable",
20139
+ "printedName": "Equatable",
20140
+ "usr": "s:SQ",
20141
+ "mangledName": "$sSQ"
20142
+ },
20143
+ {
20144
+ "kind": "Conformance",
20145
+ "name": "Sendable",
20146
+ "printedName": "Sendable",
20147
+ "usr": "s:s8SendableP",
20148
+ "mangledName": "$ss8SendableP"
20149
+ }
20150
+ ]
20151
+ },
20152
+ {
20153
+ "kind": "Import",
20154
+ "name": "Foundation",
20155
+ "printedName": "Foundation",
20156
+ "declKind": "Import",
20157
+ "moduleName": "ShortKitSDK"
20158
+ },
20159
+ {
20160
+ "kind": "TypeDecl",
20161
+ "name": "VideoCarouselItem",
20162
+ "printedName": "VideoCarouselItem",
20163
+ "children": [
20164
+ {
20165
+ "kind": "Var",
20166
+ "name": "id",
20167
+ "printedName": "id",
20168
+ "children": [
20169
+ {
20170
+ "kind": "TypeNominal",
20171
+ "name": "String",
20172
+ "printedName": "Swift.String",
20173
+ "usr": "s:SS"
20174
+ }
20175
+ ],
20176
+ "declKind": "Var",
20177
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvp",
20178
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvp",
20179
+ "moduleName": "ShortKitSDK",
20180
+ "declAttributes": [
20181
+ "HasStorage",
20182
+ "AccessControl"
20183
+ ],
20184
+ "isLet": true,
20185
+ "hasStorage": true,
20186
+ "accessors": [
20187
+ {
20188
+ "kind": "Accessor",
20189
+ "name": "Get",
20190
+ "printedName": "Get()",
20191
+ "children": [
20192
+ {
20193
+ "kind": "TypeNominal",
20194
+ "name": "String",
20195
+ "printedName": "Swift.String",
20196
+ "usr": "s:SS"
20197
+ }
20198
+ ],
20199
+ "declKind": "Accessor",
20200
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvg",
20201
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvg",
20202
+ "moduleName": "ShortKitSDK",
20203
+ "implicit": true,
20204
+ "accessorKind": "get"
20205
+ }
20206
+ ]
20207
+ },
20208
+ {
20209
+ "kind": "Var",
20210
+ "name": "videos",
20211
+ "printedName": "videos",
20212
+ "children": [
20213
+ {
20214
+ "kind": "TypeNominal",
20215
+ "name": "Array",
20216
+ "printedName": "[ShortKitSDK.ContentItem]",
20217
+ "children": [
20218
+ {
20219
+ "kind": "TypeNominal",
20220
+ "name": "ContentItem",
20221
+ "printedName": "ShortKitSDK.ContentItem",
20222
+ "usr": "s:11ShortKitSDK11ContentItemV"
20223
+ }
20224
+ ],
20225
+ "usr": "s:Sa"
20226
+ }
20227
+ ],
20228
+ "declKind": "Var",
20229
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
20230
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
20231
+ "moduleName": "ShortKitSDK",
20232
+ "declAttributes": [
20233
+ "HasStorage",
20234
+ "AccessControl"
20235
+ ],
20236
+ "isLet": true,
20237
+ "hasStorage": true,
20238
+ "accessors": [
20239
+ {
20240
+ "kind": "Accessor",
20241
+ "name": "Get",
20242
+ "printedName": "Get()",
20243
+ "children": [
20244
+ {
20245
+ "kind": "TypeNominal",
20246
+ "name": "Array",
20247
+ "printedName": "[ShortKitSDK.ContentItem]",
20248
+ "children": [
20249
+ {
20250
+ "kind": "TypeNominal",
20251
+ "name": "ContentItem",
20252
+ "printedName": "ShortKitSDK.ContentItem",
20253
+ "usr": "s:11ShortKitSDK11ContentItemV"
20254
+ }
20255
+ ],
20256
+ "usr": "s:Sa"
20257
+ }
20258
+ ],
20259
+ "declKind": "Accessor",
20260
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
20261
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
20262
+ "moduleName": "ShortKitSDK",
20263
+ "implicit": true,
20264
+ "accessorKind": "get"
20265
+ }
20266
+ ]
20267
+ },
20268
+ {
20269
+ "kind": "Var",
20270
+ "name": "title",
20271
+ "printedName": "title",
20272
+ "children": [
20273
+ {
20274
+ "kind": "TypeNominal",
20275
+ "name": "Optional",
20276
+ "printedName": "Swift.String?",
20277
+ "children": [
20278
+ {
20279
+ "kind": "TypeNominal",
20280
+ "name": "String",
20281
+ "printedName": "Swift.String",
20282
+ "usr": "s:SS"
20283
+ }
20284
+ ],
20285
+ "usr": "s:Sq"
20286
+ }
20287
+ ],
20288
+ "declKind": "Var",
20289
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
20290
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
20291
+ "moduleName": "ShortKitSDK",
20292
+ "declAttributes": [
20293
+ "HasStorage",
20294
+ "AccessControl"
20295
+ ],
20296
+ "isLet": true,
20297
+ "hasStorage": true,
20298
+ "accessors": [
20299
+ {
20300
+ "kind": "Accessor",
20301
+ "name": "Get",
20302
+ "printedName": "Get()",
20303
+ "children": [
20304
+ {
20305
+ "kind": "TypeNominal",
20306
+ "name": "Optional",
20307
+ "printedName": "Swift.String?",
20308
+ "children": [
20309
+ {
20310
+ "kind": "TypeNominal",
20311
+ "name": "String",
20312
+ "printedName": "Swift.String",
20313
+ "usr": "s:SS"
20314
+ }
20315
+ ],
20316
+ "usr": "s:Sq"
20317
+ }
20318
+ ],
20319
+ "declKind": "Accessor",
20320
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
20321
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
20322
+ "moduleName": "ShortKitSDK",
20323
+ "implicit": true,
20324
+ "accessorKind": "get"
20325
+ }
20326
+ ]
20327
+ },
20328
+ {
20329
+ "kind": "Var",
20330
+ "name": "description",
20331
+ "printedName": "description",
20332
+ "children": [
20333
+ {
20334
+ "kind": "TypeNominal",
20335
+ "name": "Optional",
20336
+ "printedName": "Swift.String?",
20337
+ "children": [
20338
+ {
20339
+ "kind": "TypeNominal",
20340
+ "name": "String",
20341
+ "printedName": "Swift.String",
20342
+ "usr": "s:SS"
20343
+ }
20344
+ ],
20345
+ "usr": "s:Sq"
20346
+ }
20347
+ ],
20348
+ "declKind": "Var",
20349
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
20350
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
20351
+ "moduleName": "ShortKitSDK",
20352
+ "declAttributes": [
20353
+ "HasStorage",
20354
+ "AccessControl"
20355
+ ],
20356
+ "isLet": true,
20357
+ "hasStorage": true,
20358
+ "accessors": [
20359
+ {
20360
+ "kind": "Accessor",
20361
+ "name": "Get",
20362
+ "printedName": "Get()",
20363
+ "children": [
20364
+ {
20365
+ "kind": "TypeNominal",
20366
+ "name": "Optional",
20367
+ "printedName": "Swift.String?",
20368
+ "children": [
20369
+ {
20370
+ "kind": "TypeNominal",
20371
+ "name": "String",
20372
+ "printedName": "Swift.String",
20373
+ "usr": "s:SS"
20374
+ }
20375
+ ],
20376
+ "usr": "s:Sq"
20377
+ }
20378
+ ],
20379
+ "declKind": "Accessor",
20380
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
20381
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
20382
+ "moduleName": "ShortKitSDK",
20383
+ "implicit": true,
20384
+ "accessorKind": "get"
20385
+ }
20386
+ ]
20387
+ },
20388
+ {
20389
+ "kind": "Var",
20390
+ "name": "author",
20391
+ "printedName": "author",
20392
+ "children": [
20393
+ {
20394
+ "kind": "TypeNominal",
20395
+ "name": "Optional",
20396
+ "printedName": "Swift.String?",
20397
+ "children": [
20398
+ {
20399
+ "kind": "TypeNominal",
20400
+ "name": "String",
20401
+ "printedName": "Swift.String",
20402
+ "usr": "s:SS"
20403
+ }
20404
+ ],
20405
+ "usr": "s:Sq"
20406
+ }
20407
+ ],
20408
+ "declKind": "Var",
20409
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
20410
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
20411
+ "moduleName": "ShortKitSDK",
20412
+ "declAttributes": [
20413
+ "HasStorage",
20414
+ "AccessControl"
20415
+ ],
20416
+ "isLet": true,
20417
+ "hasStorage": true,
20418
+ "accessors": [
20419
+ {
20420
+ "kind": "Accessor",
20421
+ "name": "Get",
20422
+ "printedName": "Get()",
20423
+ "children": [
20424
+ {
20425
+ "kind": "TypeNominal",
20426
+ "name": "Optional",
20427
+ "printedName": "Swift.String?",
20428
+ "children": [
20429
+ {
20430
+ "kind": "TypeNominal",
20431
+ "name": "String",
20432
+ "printedName": "Swift.String",
20433
+ "usr": "s:SS"
20434
+ }
20435
+ ],
20436
+ "usr": "s:Sq"
20437
+ }
20438
+ ],
20439
+ "declKind": "Accessor",
20440
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
20441
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
20442
+ "moduleName": "ShortKitSDK",
20443
+ "implicit": true,
20444
+ "accessorKind": "get"
20445
+ }
20446
+ ]
20447
+ },
20448
+ {
20449
+ "kind": "Var",
20450
+ "name": "section",
20451
+ "printedName": "section",
20452
+ "children": [
20453
+ {
20454
+ "kind": "TypeNominal",
20455
+ "name": "Optional",
20456
+ "printedName": "Swift.String?",
20457
+ "children": [
20458
+ {
20459
+ "kind": "TypeNominal",
20460
+ "name": "String",
20461
+ "printedName": "Swift.String",
20462
+ "usr": "s:SS"
20463
+ }
20464
+ ],
20465
+ "usr": "s:Sq"
20466
+ }
20467
+ ],
20468
+ "declKind": "Var",
20469
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
20470
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
20471
+ "moduleName": "ShortKitSDK",
20472
+ "declAttributes": [
20473
+ "HasStorage",
20474
+ "AccessControl"
20475
+ ],
20476
+ "isLet": true,
20477
+ "hasStorage": true,
20478
+ "accessors": [
20479
+ {
20480
+ "kind": "Accessor",
20481
+ "name": "Get",
20482
+ "printedName": "Get()",
20483
+ "children": [
20484
+ {
20485
+ "kind": "TypeNominal",
20486
+ "name": "Optional",
20487
+ "printedName": "Swift.String?",
20488
+ "children": [
20489
+ {
20490
+ "kind": "TypeNominal",
20491
+ "name": "String",
20492
+ "printedName": "Swift.String",
20493
+ "usr": "s:SS"
20494
+ }
20495
+ ],
20496
+ "usr": "s:Sq"
20497
+ }
20498
+ ],
20499
+ "declKind": "Accessor",
20500
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
20501
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
20502
+ "moduleName": "ShortKitSDK",
20503
+ "implicit": true,
20504
+ "accessorKind": "get"
20505
+ }
20506
+ ]
20507
+ },
20508
+ {
20509
+ "kind": "Var",
20510
+ "name": "articleUrl",
20511
+ "printedName": "articleUrl",
20512
+ "children": [
20513
+ {
20514
+ "kind": "TypeNominal",
20515
+ "name": "Optional",
20516
+ "printedName": "Swift.String?",
20517
+ "children": [
20518
+ {
20519
+ "kind": "TypeNominal",
20520
+ "name": "String",
20521
+ "printedName": "Swift.String",
20522
+ "usr": "s:SS"
20523
+ }
20524
+ ],
20525
+ "usr": "s:Sq"
20526
+ }
20527
+ ],
20528
+ "declKind": "Var",
20529
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
20530
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
20531
+ "moduleName": "ShortKitSDK",
20532
+ "declAttributes": [
20533
+ "HasStorage",
20534
+ "AccessControl"
20535
+ ],
20536
+ "isLet": true,
20537
+ "hasStorage": true,
20538
+ "accessors": [
20539
+ {
20540
+ "kind": "Accessor",
20541
+ "name": "Get",
20542
+ "printedName": "Get()",
20543
+ "children": [
20544
+ {
20545
+ "kind": "TypeNominal",
20546
+ "name": "Optional",
20547
+ "printedName": "Swift.String?",
20548
+ "children": [
20549
+ {
20550
+ "kind": "TypeNominal",
20551
+ "name": "String",
20552
+ "printedName": "Swift.String",
20553
+ "usr": "s:SS"
20554
+ }
20555
+ ],
20556
+ "usr": "s:Sq"
20557
+ }
20558
+ ],
20559
+ "declKind": "Accessor",
20560
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
20561
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
20562
+ "moduleName": "ShortKitSDK",
20563
+ "implicit": true,
20564
+ "accessorKind": "get"
20565
+ }
20566
+ ]
20567
+ },
20568
+ {
20569
+ "kind": "Constructor",
20570
+ "name": "init",
20571
+ "printedName": "init(id:videos:title:description:author:section:articleUrl:)",
20572
+ "children": [
20573
+ {
20574
+ "kind": "TypeNominal",
20575
+ "name": "VideoCarouselItem",
20576
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20577
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
20578
+ },
20579
+ {
20580
+ "kind": "TypeNominal",
20581
+ "name": "String",
20582
+ "printedName": "Swift.String",
20583
+ "usr": "s:SS"
20584
+ },
20585
+ {
20586
+ "kind": "TypeNominal",
20587
+ "name": "Array",
20588
+ "printedName": "[ShortKitSDK.ContentItem]",
20589
+ "children": [
20590
+ {
20591
+ "kind": "TypeNominal",
20592
+ "name": "ContentItem",
20593
+ "printedName": "ShortKitSDK.ContentItem",
20594
+ "usr": "s:11ShortKitSDK11ContentItemV"
20595
+ }
20596
+ ],
20597
+ "usr": "s:Sa"
20598
+ },
20599
+ {
20600
+ "kind": "TypeNominal",
20601
+ "name": "Optional",
20602
+ "printedName": "Swift.String?",
20603
+ "children": [
20604
+ {
20605
+ "kind": "TypeNominal",
20606
+ "name": "String",
20607
+ "printedName": "Swift.String",
20608
+ "usr": "s:SS"
20609
+ }
20610
+ ],
20611
+ "hasDefaultArg": true,
20612
+ "usr": "s:Sq"
20613
+ },
20614
+ {
20615
+ "kind": "TypeNominal",
20616
+ "name": "Optional",
20617
+ "printedName": "Swift.String?",
20618
+ "children": [
20619
+ {
20620
+ "kind": "TypeNominal",
20621
+ "name": "String",
20622
+ "printedName": "Swift.String",
20623
+ "usr": "s:SS"
20624
+ }
20625
+ ],
20626
+ "hasDefaultArg": true,
20627
+ "usr": "s:Sq"
20628
+ },
20629
+ {
20630
+ "kind": "TypeNominal",
20631
+ "name": "Optional",
20632
+ "printedName": "Swift.String?",
20633
+ "children": [
20634
+ {
20635
+ "kind": "TypeNominal",
20636
+ "name": "String",
20637
+ "printedName": "Swift.String",
20638
+ "usr": "s:SS"
20639
+ }
20640
+ ],
20641
+ "hasDefaultArg": true,
20642
+ "usr": "s:Sq"
20643
+ },
20644
+ {
20645
+ "kind": "TypeNominal",
20646
+ "name": "Optional",
20647
+ "printedName": "Swift.String?",
18865
20648
  "children": [
18866
20649
  {
18867
20650
  "kind": "TypeNominal",
18868
- "name": "Double",
18869
- "printedName": "Swift.Double",
18870
- "usr": "s:Sd"
20651
+ "name": "String",
20652
+ "printedName": "Swift.String",
20653
+ "usr": "s:SS"
18871
20654
  }
18872
20655
  ],
18873
- "declKind": "Accessor",
18874
- "usr": "s:11ShortKitSDK6VTTCueV7endTimeSdvg",
18875
- "mangledName": "$s11ShortKitSDK6VTTCueV7endTimeSdvg",
18876
- "moduleName": "ShortKitSDK",
18877
- "implicit": true,
18878
- "accessorKind": "get"
18879
- }
18880
- ]
18881
- },
18882
- {
18883
- "kind": "Var",
18884
- "name": "text",
18885
- "printedName": "text",
18886
- "children": [
20656
+ "hasDefaultArg": true,
20657
+ "usr": "s:Sq"
20658
+ },
18887
20659
  {
18888
20660
  "kind": "TypeNominal",
18889
- "name": "String",
18890
- "printedName": "Swift.String",
18891
- "usr": "s:SS"
18892
- }
18893
- ],
18894
- "declKind": "Var",
18895
- "usr": "s:11ShortKitSDK6VTTCueV4textSSvp",
18896
- "mangledName": "$s11ShortKitSDK6VTTCueV4textSSvp",
18897
- "moduleName": "ShortKitSDK",
18898
- "declAttributes": [
18899
- "HasStorage",
18900
- "AccessControl"
18901
- ],
18902
- "isLet": true,
18903
- "hasStorage": true,
18904
- "accessors": [
18905
- {
18906
- "kind": "Accessor",
18907
- "name": "Get",
18908
- "printedName": "Get()",
20661
+ "name": "Optional",
20662
+ "printedName": "Swift.String?",
18909
20663
  "children": [
18910
20664
  {
18911
20665
  "kind": "TypeNominal",
@@ -18914,53 +20668,69 @@
18914
20668
  "usr": "s:SS"
18915
20669
  }
18916
20670
  ],
18917
- "declKind": "Accessor",
18918
- "usr": "s:11ShortKitSDK6VTTCueV4textSSvg",
18919
- "mangledName": "$s11ShortKitSDK6VTTCueV4textSSvg",
18920
- "moduleName": "ShortKitSDK",
18921
- "implicit": true,
18922
- "accessorKind": "get"
20671
+ "hasDefaultArg": true,
20672
+ "usr": "s:Sq"
18923
20673
  }
18924
- ]
20674
+ ],
20675
+ "declKind": "Constructor",
20676
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
20677
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
20678
+ "moduleName": "ShortKitSDK",
20679
+ "declAttributes": [
20680
+ "AccessControl"
20681
+ ],
20682
+ "init_kind": "Designated"
18925
20683
  },
18926
20684
  {
18927
20685
  "kind": "Constructor",
18928
20686
  "name": "init",
18929
- "printedName": "init(startTime:endTime:text:)",
20687
+ "printedName": "init(from:)",
18930
20688
  "children": [
18931
20689
  {
18932
20690
  "kind": "TypeNominal",
18933
- "name": "VTTCue",
18934
- "printedName": "ShortKitSDK.VTTCue",
18935
- "usr": "s:11ShortKitSDK6VTTCueV"
20691
+ "name": "VideoCarouselItem",
20692
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20693
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
18936
20694
  },
18937
20695
  {
18938
20696
  "kind": "TypeNominal",
18939
- "name": "Double",
18940
- "printedName": "Swift.Double",
18941
- "usr": "s:Sd"
18942
- },
20697
+ "name": "Decoder",
20698
+ "printedName": "any Swift.Decoder",
20699
+ "usr": "s:s7DecoderP"
20700
+ }
20701
+ ],
20702
+ "declKind": "Constructor",
20703
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
20704
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
20705
+ "moduleName": "ShortKitSDK",
20706
+ "implicit": true,
20707
+ "throwing": true,
20708
+ "init_kind": "Designated"
20709
+ },
20710
+ {
20711
+ "kind": "Function",
20712
+ "name": "encode",
20713
+ "printedName": "encode(to:)",
20714
+ "children": [
18943
20715
  {
18944
20716
  "kind": "TypeNominal",
18945
- "name": "Double",
18946
- "printedName": "Swift.Double",
18947
- "usr": "s:Sd"
20717
+ "name": "Void",
20718
+ "printedName": "()"
18948
20719
  },
18949
20720
  {
18950
20721
  "kind": "TypeNominal",
18951
- "name": "String",
18952
- "printedName": "Swift.String",
18953
- "usr": "s:SS"
20722
+ "name": "Encoder",
20723
+ "printedName": "any Swift.Encoder",
20724
+ "usr": "s:s7EncoderP"
18954
20725
  }
18955
20726
  ],
18956
- "declKind": "Constructor",
18957
- "usr": "s:11ShortKitSDK6VTTCueV9startTime03endF04textACSd_SdSStcfc",
18958
- "mangledName": "$s11ShortKitSDK6VTTCueV9startTime03endF04textACSd_SdSStcfc",
20727
+ "declKind": "Func",
20728
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
20729
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
18959
20730
  "moduleName": "ShortKitSDK",
18960
- "declAttributes": [
18961
- "AccessControl"
18962
- ],
18963
- "init_kind": "Designated"
20731
+ "implicit": true,
20732
+ "throwing": true,
20733
+ "funcSelfKind": "NonMutating"
18964
20734
  },
18965
20735
  {
18966
20736
  "kind": "Function",
@@ -18975,20 +20745,20 @@
18975
20745
  },
18976
20746
  {
18977
20747
  "kind": "TypeNominal",
18978
- "name": "VTTCue",
18979
- "printedName": "ShortKitSDK.VTTCue",
18980
- "usr": "s:11ShortKitSDK6VTTCueV"
20748
+ "name": "VideoCarouselItem",
20749
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20750
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
18981
20751
  },
18982
20752
  {
18983
20753
  "kind": "TypeNominal",
18984
- "name": "VTTCue",
18985
- "printedName": "ShortKitSDK.VTTCue",
18986
- "usr": "s:11ShortKitSDK6VTTCueV"
20754
+ "name": "VideoCarouselItem",
20755
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20756
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
18987
20757
  }
18988
20758
  ],
18989
20759
  "declKind": "Func",
18990
- "usr": "s:11ShortKitSDK6VTTCueV2eeoiySbAC_ACtFZ",
18991
- "mangledName": "$s11ShortKitSDK6VTTCueV2eeoiySbAC_ACtFZ",
20760
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
20761
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
18992
20762
  "moduleName": "ShortKitSDK",
18993
20763
  "static": true,
18994
20764
  "implicit": true,
@@ -18996,12 +20766,11 @@
18996
20766
  }
18997
20767
  ],
18998
20768
  "declKind": "Struct",
18999
- "usr": "s:11ShortKitSDK6VTTCueV",
19000
- "mangledName": "$s11ShortKitSDK6VTTCueV",
20769
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV",
20770
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV",
19001
20771
  "moduleName": "ShortKitSDK",
19002
20772
  "declAttributes": [
19003
- "AccessControl",
19004
- "RawDocComment"
20773
+ "AccessControl"
19005
20774
  ],
19006
20775
  "conformances": [
19007
20776
  {
@@ -19018,6 +20787,20 @@
19018
20787
  "usr": "s:s9EscapableP",
19019
20788
  "mangledName": "$ss9EscapableP"
19020
20789
  },
20790
+ {
20791
+ "kind": "Conformance",
20792
+ "name": "Decodable",
20793
+ "printedName": "Decodable",
20794
+ "usr": "s:Se",
20795
+ "mangledName": "$sSe"
20796
+ },
20797
+ {
20798
+ "kind": "Conformance",
20799
+ "name": "Encodable",
20800
+ "printedName": "Encodable",
20801
+ "usr": "s:SE",
20802
+ "mangledName": "$sSE"
20803
+ },
19021
20804
  {
19022
20805
  "kind": "Conformance",
19023
20806
  "name": "Equatable",
@@ -19462,6 +21245,60 @@
19462
21245
  }
19463
21246
  ]
19464
21247
  },
21248
+ {
21249
+ "kind": "Function",
21250
+ "name": "activatePlayback",
21251
+ "printedName": "activatePlayback()",
21252
+ "children": [
21253
+ {
21254
+ "kind": "TypeNominal",
21255
+ "name": "Void",
21256
+ "printedName": "()"
21257
+ }
21258
+ ],
21259
+ "declKind": "Func",
21260
+ "usr": "s:11ShortKitSDK15CarouselOverlayP16activatePlaybackyyF",
21261
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP16activatePlaybackyyF",
21262
+ "moduleName": "ShortKitSDK",
21263
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21264
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21265
+ "protocolReq": true,
21266
+ "declAttributes": [
21267
+ "RawDocComment"
21268
+ ],
21269
+ "reqNewWitnessTableEntry": true,
21270
+ "funcSelfKind": "NonMutating"
21271
+ },
21272
+ {
21273
+ "kind": "Function",
21274
+ "name": "updateActiveImage",
21275
+ "printedName": "updateActiveImage(index:)",
21276
+ "children": [
21277
+ {
21278
+ "kind": "TypeNominal",
21279
+ "name": "Void",
21280
+ "printedName": "()"
21281
+ },
21282
+ {
21283
+ "kind": "TypeNominal",
21284
+ "name": "Int",
21285
+ "printedName": "Swift.Int",
21286
+ "usr": "s:Si"
21287
+ }
21288
+ ],
21289
+ "declKind": "Func",
21290
+ "usr": "s:11ShortKitSDK15CarouselOverlayP17updateActiveImage5indexySi_tF",
21291
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP17updateActiveImage5indexySi_tF",
21292
+ "moduleName": "ShortKitSDK",
21293
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21294
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21295
+ "protocolReq": true,
21296
+ "declAttributes": [
21297
+ "RawDocComment"
21298
+ ],
21299
+ "reqNewWitnessTableEntry": true,
21300
+ "funcSelfKind": "NonMutating"
21301
+ },
19465
21302
  {
19466
21303
  "kind": "Var",
19467
21304
  "name": "cachedImage",
@@ -19648,42 +21485,94 @@
19648
21485
  "children": [
19649
21486
  {
19650
21487
  "kind": "TypeNominal",
19651
- "name": "Bool",
19652
- "printedName": "Swift.Bool",
19653
- "usr": "s:Sb"
21488
+ "name": "Bool",
21489
+ "printedName": "Swift.Bool",
21490
+ "usr": "s:Sb"
21491
+ }
21492
+ ],
21493
+ "declKind": "Var",
21494
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
21495
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
21496
+ "moduleName": "ShortKitSDK",
21497
+ "declAttributes": [
21498
+ "AccessControl"
21499
+ ],
21500
+ "isFromExtension": true,
21501
+ "accessors": [
21502
+ {
21503
+ "kind": "Accessor",
21504
+ "name": "Get",
21505
+ "printedName": "Get()",
21506
+ "children": [
21507
+ {
21508
+ "kind": "TypeNominal",
21509
+ "name": "Bool",
21510
+ "printedName": "Swift.Bool",
21511
+ "usr": "s:Sb"
21512
+ }
21513
+ ],
21514
+ "declKind": "Accessor",
21515
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
21516
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
21517
+ "moduleName": "ShortKitSDK",
21518
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21519
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21520
+ "isFromExtension": true,
21521
+ "accessorKind": "get"
21522
+ }
21523
+ ]
21524
+ },
21525
+ {
21526
+ "kind": "Function",
21527
+ "name": "activatePlayback",
21528
+ "printedName": "activatePlayback()",
21529
+ "children": [
21530
+ {
21531
+ "kind": "TypeNominal",
21532
+ "name": "Void",
21533
+ "printedName": "()"
21534
+ }
21535
+ ],
21536
+ "declKind": "Func",
21537
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE16activatePlaybackyyF",
21538
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE16activatePlaybackyyF",
21539
+ "moduleName": "ShortKitSDK",
21540
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21541
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21542
+ "declAttributes": [
21543
+ "AccessControl"
21544
+ ],
21545
+ "isFromExtension": true,
21546
+ "funcSelfKind": "NonMutating"
21547
+ },
21548
+ {
21549
+ "kind": "Function",
21550
+ "name": "updateActiveImage",
21551
+ "printedName": "updateActiveImage(index:)",
21552
+ "children": [
21553
+ {
21554
+ "kind": "TypeNominal",
21555
+ "name": "Void",
21556
+ "printedName": "()"
21557
+ },
21558
+ {
21559
+ "kind": "TypeNominal",
21560
+ "name": "Int",
21561
+ "printedName": "Swift.Int",
21562
+ "usr": "s:Si"
19654
21563
  }
19655
21564
  ],
19656
- "declKind": "Var",
19657
- "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
19658
- "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
21565
+ "declKind": "Func",
21566
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
21567
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
19659
21568
  "moduleName": "ShortKitSDK",
21569
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21570
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
19660
21571
  "declAttributes": [
19661
21572
  "AccessControl"
19662
21573
  ],
19663
21574
  "isFromExtension": true,
19664
- "accessors": [
19665
- {
19666
- "kind": "Accessor",
19667
- "name": "Get",
19668
- "printedName": "Get()",
19669
- "children": [
19670
- {
19671
- "kind": "TypeNominal",
19672
- "name": "Bool",
19673
- "printedName": "Swift.Bool",
19674
- "usr": "s:Sb"
19675
- }
19676
- ],
19677
- "declKind": "Accessor",
19678
- "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
19679
- "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
19680
- "moduleName": "ShortKitSDK",
19681
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
19682
- "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
19683
- "isFromExtension": true,
19684
- "accessorKind": "get"
19685
- }
19686
- ]
21575
+ "funcSelfKind": "NonMutating"
19687
21576
  }
19688
21577
  ],
19689
21578
  "declKind": "Protocol",
@@ -20518,31 +22407,277 @@
20518
22407
  "reqNewWitnessTableEntry": true,
20519
22408
  "accessorKind": "_modify"
20520
22409
  }
20521
- ]
22410
+ ]
22411
+ },
22412
+ {
22413
+ "kind": "Function",
22414
+ "name": "configure",
22415
+ "printedName": "configure(with:)",
22416
+ "children": [
22417
+ {
22418
+ "kind": "TypeNominal",
22419
+ "name": "Void",
22420
+ "printedName": "()"
22421
+ },
22422
+ {
22423
+ "kind": "TypeNominal",
22424
+ "name": "SurveyItem",
22425
+ "printedName": "ShortKitSDK.SurveyItem",
22426
+ "usr": "s:11ShortKitSDK10SurveyItemV"
22427
+ }
22428
+ ],
22429
+ "declKind": "Func",
22430
+ "usr": "s:11ShortKitSDK13SurveyOverlayP9configure4withyAA0D4ItemV_tF",
22431
+ "mangledName": "$s11ShortKitSDK13SurveyOverlayP9configure4withyAA0D4ItemV_tF",
22432
+ "moduleName": "ShortKitSDK",
22433
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.SurveyOverlay>",
22434
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.SurveyOverlay>",
22435
+ "protocolReq": true,
22436
+ "declAttributes": [
22437
+ "RawDocComment"
22438
+ ],
22439
+ "reqNewWitnessTableEntry": true,
22440
+ "funcSelfKind": "NonMutating"
22441
+ },
22442
+ {
22443
+ "kind": "Function",
22444
+ "name": "resetState",
22445
+ "printedName": "resetState()",
22446
+ "children": [
22447
+ {
22448
+ "kind": "TypeNominal",
22449
+ "name": "Void",
22450
+ "printedName": "()"
22451
+ }
22452
+ ],
22453
+ "declKind": "Func",
22454
+ "usr": "s:11ShortKitSDK13SurveyOverlayP10resetStateyyF",
22455
+ "mangledName": "$s11ShortKitSDK13SurveyOverlayP10resetStateyyF",
22456
+ "moduleName": "ShortKitSDK",
22457
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.SurveyOverlay>",
22458
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.SurveyOverlay>",
22459
+ "protocolReq": true,
22460
+ "declAttributes": [
22461
+ "RawDocComment"
22462
+ ],
22463
+ "reqNewWitnessTableEntry": true,
22464
+ "funcSelfKind": "NonMutating"
22465
+ }
22466
+ ],
22467
+ "declKind": "Protocol",
22468
+ "usr": "s:11ShortKitSDK13SurveyOverlayP",
22469
+ "mangledName": "$s11ShortKitSDK13SurveyOverlayP",
22470
+ "moduleName": "ShortKitSDK",
22471
+ "genericSig": "<τ_0_0 : AnyObject>",
22472
+ "sugared_genericSig": "<Self : AnyObject>",
22473
+ "declAttributes": [
22474
+ "AccessControl",
22475
+ "RawDocComment"
22476
+ ],
22477
+ "conformances": [
22478
+ {
22479
+ "kind": "Conformance",
22480
+ "name": "Escapable",
22481
+ "printedName": "Escapable",
22482
+ "usr": "s:s9EscapableP",
22483
+ "mangledName": "$ss9EscapableP"
22484
+ },
22485
+ {
22486
+ "kind": "Conformance",
22487
+ "name": "Copyable",
22488
+ "printedName": "Copyable",
22489
+ "usr": "s:s8CopyableP",
22490
+ "mangledName": "$ss8CopyableP"
22491
+ }
22492
+ ]
22493
+ },
22494
+ {
22495
+ "kind": "Import",
22496
+ "name": "SwiftUI",
22497
+ "printedName": "SwiftUI",
22498
+ "declKind": "Import",
22499
+ "moduleName": "ShortKitSDK"
22500
+ },
22501
+ {
22502
+ "kind": "Import",
22503
+ "name": "UIKit",
22504
+ "printedName": "UIKit",
22505
+ "declKind": "Import",
22506
+ "moduleName": "ShortKitSDK"
22507
+ },
22508
+ {
22509
+ "kind": "Import",
22510
+ "name": "UIKit",
22511
+ "printedName": "UIKit",
22512
+ "declKind": "Import",
22513
+ "moduleName": "ShortKitSDK"
22514
+ },
22515
+ {
22516
+ "kind": "TypeDecl",
22517
+ "name": "VideoCarouselOverlay",
22518
+ "printedName": "VideoCarouselOverlay",
22519
+ "children": [
22520
+ {
22521
+ "kind": "Function",
22522
+ "name": "configure",
22523
+ "printedName": "configure(with:)",
22524
+ "children": [
22525
+ {
22526
+ "kind": "TypeNominal",
22527
+ "name": "Void",
22528
+ "printedName": "()"
22529
+ },
22530
+ {
22531
+ "kind": "TypeNominal",
22532
+ "name": "VideoCarouselItem",
22533
+ "printedName": "ShortKitSDK.VideoCarouselItem",
22534
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
22535
+ }
22536
+ ],
22537
+ "declKind": "Func",
22538
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP9configure4withyAA0dE4ItemV_tF",
22539
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP9configure4withyAA0dE4ItemV_tF",
22540
+ "moduleName": "ShortKitSDK",
22541
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22542
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22543
+ "protocolReq": true,
22544
+ "declAttributes": [
22545
+ "RawDocComment"
22546
+ ],
22547
+ "reqNewWitnessTableEntry": true,
22548
+ "funcSelfKind": "NonMutating"
22549
+ },
22550
+ {
22551
+ "kind": "Function",
22552
+ "name": "updateActiveVideo",
22553
+ "printedName": "updateActiveVideo(index:item:)",
22554
+ "children": [
22555
+ {
22556
+ "kind": "TypeNominal",
22557
+ "name": "Void",
22558
+ "printedName": "()"
22559
+ },
22560
+ {
22561
+ "kind": "TypeNominal",
22562
+ "name": "Int",
22563
+ "printedName": "Swift.Int",
22564
+ "usr": "s:Si"
22565
+ },
22566
+ {
22567
+ "kind": "TypeNominal",
22568
+ "name": "ContentItem",
22569
+ "printedName": "ShortKitSDK.ContentItem",
22570
+ "usr": "s:11ShortKitSDK11ContentItemV"
22571
+ }
22572
+ ],
22573
+ "declKind": "Func",
22574
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP012updateActiveD05index4itemySi_AA11ContentItemVtF",
22575
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP012updateActiveD05index4itemySi_AA11ContentItemVtF",
22576
+ "moduleName": "ShortKitSDK",
22577
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22578
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22579
+ "protocolReq": true,
22580
+ "declAttributes": [
22581
+ "RawDocComment"
22582
+ ],
22583
+ "reqNewWitnessTableEntry": true,
22584
+ "funcSelfKind": "NonMutating"
22585
+ },
22586
+ {
22587
+ "kind": "Function",
22588
+ "name": "resetState",
22589
+ "printedName": "resetState()",
22590
+ "children": [
22591
+ {
22592
+ "kind": "TypeNominal",
22593
+ "name": "Void",
22594
+ "printedName": "()"
22595
+ }
22596
+ ],
22597
+ "declKind": "Func",
22598
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP10resetStateyyF",
22599
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP10resetStateyyF",
22600
+ "moduleName": "ShortKitSDK",
22601
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22602
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22603
+ "protocolReq": true,
22604
+ "declAttributes": [
22605
+ "RawDocComment"
22606
+ ],
22607
+ "reqNewWitnessTableEntry": true,
22608
+ "funcSelfKind": "NonMutating"
22609
+ },
22610
+ {
22611
+ "kind": "Function",
22612
+ "name": "attach",
22613
+ "printedName": "attach(player:)",
22614
+ "children": [
22615
+ {
22616
+ "kind": "TypeNominal",
22617
+ "name": "Void",
22618
+ "printedName": "()"
22619
+ },
22620
+ {
22621
+ "kind": "TypeNominal",
22622
+ "name": "ShortKitPlayer",
22623
+ "printedName": "ShortKitSDK.ShortKitPlayer",
22624
+ "usr": "s:11ShortKitSDK0aB6PlayerC"
22625
+ }
22626
+ ],
22627
+ "declKind": "Func",
22628
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP6attach6playeryAA0aB6PlayerC_tF",
22629
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP6attach6playeryAA0aB6PlayerC_tF",
22630
+ "moduleName": "ShortKitSDK",
22631
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22632
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22633
+ "protocolReq": true,
22634
+ "declAttributes": [
22635
+ "RawDocComment"
22636
+ ],
22637
+ "reqNewWitnessTableEntry": true,
22638
+ "funcSelfKind": "NonMutating"
22639
+ },
22640
+ {
22641
+ "kind": "Function",
22642
+ "name": "activatePlayback",
22643
+ "printedName": "activatePlayback()",
22644
+ "children": [
22645
+ {
22646
+ "kind": "TypeNominal",
22647
+ "name": "Void",
22648
+ "printedName": "()"
22649
+ }
22650
+ ],
22651
+ "declKind": "Func",
22652
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP16activatePlaybackyyF",
22653
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP16activatePlaybackyyF",
22654
+ "moduleName": "ShortKitSDK",
22655
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22656
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22657
+ "protocolReq": true,
22658
+ "declAttributes": [
22659
+ "RawDocComment"
22660
+ ],
22661
+ "reqNewWitnessTableEntry": true,
22662
+ "funcSelfKind": "NonMutating"
20522
22663
  },
20523
22664
  {
20524
22665
  "kind": "Function",
20525
- "name": "configure",
20526
- "printedName": "configure(with:)",
22666
+ "name": "deactivatePlayback",
22667
+ "printedName": "deactivatePlayback()",
20527
22668
  "children": [
20528
22669
  {
20529
22670
  "kind": "TypeNominal",
20530
22671
  "name": "Void",
20531
22672
  "printedName": "()"
20532
- },
20533
- {
20534
- "kind": "TypeNominal",
20535
- "name": "SurveyItem",
20536
- "printedName": "ShortKitSDK.SurveyItem",
20537
- "usr": "s:11ShortKitSDK10SurveyItemV"
20538
22673
  }
20539
22674
  ],
20540
22675
  "declKind": "Func",
20541
- "usr": "s:11ShortKitSDK13SurveyOverlayP9configure4withyAA0D4ItemV_tF",
20542
- "mangledName": "$s11ShortKitSDK13SurveyOverlayP9configure4withyAA0D4ItemV_tF",
22676
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
22677
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
20543
22678
  "moduleName": "ShortKitSDK",
20544
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.SurveyOverlay>",
20545
- "sugared_genericSig": "<Self where Self : ShortKitSDK.SurveyOverlay>",
22679
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22680
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
20546
22681
  "protocolReq": true,
20547
22682
  "declAttributes": [
20548
22683
  "RawDocComment"
@@ -20552,8 +22687,37 @@
20552
22687
  },
20553
22688
  {
20554
22689
  "kind": "Function",
20555
- "name": "resetState",
20556
- "printedName": "resetState()",
22690
+ "name": "attach",
22691
+ "printedName": "attach(player:)",
22692
+ "children": [
22693
+ {
22694
+ "kind": "TypeNominal",
22695
+ "name": "Void",
22696
+ "printedName": "()"
22697
+ },
22698
+ {
22699
+ "kind": "TypeNominal",
22700
+ "name": "ShortKitPlayer",
22701
+ "printedName": "ShortKitSDK.ShortKitPlayer",
22702
+ "usr": "s:11ShortKitSDK0aB6PlayerC"
22703
+ }
22704
+ ],
22705
+ "declKind": "Func",
22706
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE6attach6playeryAA0aB6PlayerC_tF",
22707
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE6attach6playeryAA0aB6PlayerC_tF",
22708
+ "moduleName": "ShortKitSDK",
22709
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22710
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22711
+ "declAttributes": [
22712
+ "AccessControl"
22713
+ ],
22714
+ "isFromExtension": true,
22715
+ "funcSelfKind": "NonMutating"
22716
+ },
22717
+ {
22718
+ "kind": "Function",
22719
+ "name": "activatePlayback",
22720
+ "printedName": "activatePlayback()",
20557
22721
  "children": [
20558
22722
  {
20559
22723
  "kind": "TypeNominal",
@@ -20562,22 +22726,44 @@
20562
22726
  }
20563
22727
  ],
20564
22728
  "declKind": "Func",
20565
- "usr": "s:11ShortKitSDK13SurveyOverlayP10resetStateyyF",
20566
- "mangledName": "$s11ShortKitSDK13SurveyOverlayP10resetStateyyF",
22729
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
22730
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
20567
22731
  "moduleName": "ShortKitSDK",
20568
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.SurveyOverlay>",
20569
- "sugared_genericSig": "<Self where Self : ShortKitSDK.SurveyOverlay>",
20570
- "protocolReq": true,
22732
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22733
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
20571
22734
  "declAttributes": [
20572
- "RawDocComment"
22735
+ "AccessControl"
20573
22736
  ],
20574
- "reqNewWitnessTableEntry": true,
22737
+ "isFromExtension": true,
22738
+ "funcSelfKind": "NonMutating"
22739
+ },
22740
+ {
22741
+ "kind": "Function",
22742
+ "name": "deactivatePlayback",
22743
+ "printedName": "deactivatePlayback()",
22744
+ "children": [
22745
+ {
22746
+ "kind": "TypeNominal",
22747
+ "name": "Void",
22748
+ "printedName": "()"
22749
+ }
22750
+ ],
22751
+ "declKind": "Func",
22752
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE18deactivatePlaybackyyF",
22753
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE18deactivatePlaybackyyF",
22754
+ "moduleName": "ShortKitSDK",
22755
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22756
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22757
+ "declAttributes": [
22758
+ "AccessControl"
22759
+ ],
22760
+ "isFromExtension": true,
20575
22761
  "funcSelfKind": "NonMutating"
20576
22762
  }
20577
22763
  ],
20578
22764
  "declKind": "Protocol",
20579
- "usr": "s:11ShortKitSDK13SurveyOverlayP",
20580
- "mangledName": "$s11ShortKitSDK13SurveyOverlayP",
22765
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP",
22766
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP",
20581
22767
  "moduleName": "ShortKitSDK",
20582
22768
  "genericSig": "<τ_0_0 : AnyObject>",
20583
22769
  "sugared_genericSig": "<Self : AnyObject>",
@@ -20602,20 +22788,6 @@
20602
22788
  }
20603
22789
  ]
20604
22790
  },
20605
- {
20606
- "kind": "Import",
20607
- "name": "SwiftUI",
20608
- "printedName": "SwiftUI",
20609
- "declKind": "Import",
20610
- "moduleName": "ShortKitSDK"
20611
- },
20612
- {
20613
- "kind": "Import",
20614
- "name": "UIKit",
20615
- "printedName": "UIKit",
20616
- "declKind": "Import",
20617
- "moduleName": "ShortKitSDK"
20618
- },
20619
22791
  {
20620
22792
  "kind": "Import",
20621
22793
  "name": "AVFoundation",
@@ -24016,77 +26188,6 @@
24016
26188
  }
24017
26189
  ]
24018
26190
  },
24019
- {
24020
- "kind": "Var",
24021
- "name": "feedReady",
24022
- "printedName": "feedReady",
24023
- "children": [
24024
- {
24025
- "kind": "TypeNominal",
24026
- "name": "AnyPublisher",
24027
- "printedName": "Combine.AnyPublisher<(), Swift.Never>",
24028
- "children": [
24029
- {
24030
- "kind": "TypeNominal",
24031
- "name": "Void",
24032
- "printedName": "()"
24033
- },
24034
- {
24035
- "kind": "TypeNominal",
24036
- "name": "Never",
24037
- "printedName": "Swift.Never",
24038
- "usr": "s:s5NeverO"
24039
- }
24040
- ],
24041
- "usr": "s:7Combine12AnyPublisherV"
24042
- }
24043
- ],
24044
- "declKind": "Var",
24045
- "usr": "s:11ShortKitSDK0aB6PlayerC9feedReady7Combine12AnyPublisherVyyts5NeverOGvp",
24046
- "mangledName": "$s11ShortKitSDK0aB6PlayerC9feedReady7Combine12AnyPublisherVyyts5NeverOGvp",
24047
- "moduleName": "ShortKitSDK",
24048
- "declAttributes": [
24049
- "Final",
24050
- "AccessControl",
24051
- "RawDocComment"
24052
- ],
24053
- "accessors": [
24054
- {
24055
- "kind": "Accessor",
24056
- "name": "Get",
24057
- "printedName": "Get()",
24058
- "children": [
24059
- {
24060
- "kind": "TypeNominal",
24061
- "name": "AnyPublisher",
24062
- "printedName": "Combine.AnyPublisher<(), Swift.Never>",
24063
- "children": [
24064
- {
24065
- "kind": "TypeNominal",
24066
- "name": "Void",
24067
- "printedName": "()"
24068
- },
24069
- {
24070
- "kind": "TypeNominal",
24071
- "name": "Never",
24072
- "printedName": "Swift.Never",
24073
- "usr": "s:s5NeverO"
24074
- }
24075
- ],
24076
- "usr": "s:7Combine12AnyPublisherV"
24077
- }
24078
- ],
24079
- "declKind": "Accessor",
24080
- "usr": "s:11ShortKitSDK0aB6PlayerC9feedReady7Combine12AnyPublisherVyyts5NeverOGvg",
24081
- "mangledName": "$s11ShortKitSDK0aB6PlayerC9feedReady7Combine12AnyPublisherVyyts5NeverOGvg",
24082
- "moduleName": "ShortKitSDK",
24083
- "declAttributes": [
24084
- "Final"
24085
- ],
24086
- "accessorKind": "get"
24087
- }
24088
- ]
24089
- },
24090
26191
  {
24091
26192
  "kind": "Var",
24092
26193
  "name": "currentItemValue",
@@ -26218,6 +28319,43 @@
26218
28319
  ],
26219
28320
  "funcSelfKind": "NonMutating"
26220
28321
  },
28322
+ {
28323
+ "kind": "Function",
28324
+ "name": "preloadFeed",
28325
+ "printedName": "preloadFeed(items:)",
28326
+ "children": [
28327
+ {
28328
+ "kind": "TypeNominal",
28329
+ "name": "FeedPreload",
28330
+ "printedName": "ShortKitSDK.FeedPreload",
28331
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
28332
+ },
28333
+ {
28334
+ "kind": "TypeNominal",
28335
+ "name": "Array",
28336
+ "printedName": "[ShortKitSDK.FeedInput]",
28337
+ "children": [
28338
+ {
28339
+ "kind": "TypeNominal",
28340
+ "name": "FeedInput",
28341
+ "printedName": "ShortKitSDK.FeedInput",
28342
+ "usr": "s:11ShortKitSDK9FeedInputO"
28343
+ }
28344
+ ],
28345
+ "usr": "s:Sa"
28346
+ }
28347
+ ],
28348
+ "declKind": "Func",
28349
+ "usr": "s:11ShortKitSDK0aB0C11preloadFeed5itemsAA0E7PreloadCSayAA0E5InputOG_tF",
28350
+ "mangledName": "$s11ShortKitSDK0aB0C11preloadFeed5itemsAA0E7PreloadCSayAA0E5InputOG_tF",
28351
+ "moduleName": "ShortKitSDK",
28352
+ "declAttributes": [
28353
+ "Final",
28354
+ "AccessControl",
28355
+ "RawDocComment"
28356
+ ],
28357
+ "funcSelfKind": "NonMutating"
28358
+ },
26221
28359
  {
26222
28360
  "kind": "Function",
26223
28361
  "name": "fetchContent",
@@ -29871,21 +32009,21 @@
29871
32009
  {
29872
32010
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
29873
32011
  "kind": "BooleanLiteral",
29874
- "offset": 2367,
32012
+ "offset": 2714,
29875
32013
  "length": 4,
29876
32014
  "value": "true"
29877
32015
  },
29878
32016
  {
29879
32017
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
29880
32018
  "kind": "BooleanLiteral",
29881
- "offset": 2398,
32019
+ "offset": 2745,
29882
32020
  "length": 4,
29883
32021
  "value": "true"
29884
32022
  },
29885
32023
  {
29886
32024
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
29887
32025
  "kind": "BooleanLiteral",
29888
- "offset": 2484,
32026
+ "offset": 2831,
29889
32027
  "length": 5,
29890
32028
  "value": "false"
29891
32029
  },
@@ -29948,21 +32086,14 @@
29948
32086
  {
29949
32087
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
29950
32088
  "kind": "IntegerLiteral",
29951
- "offset": 723,
29952
- "length": 1,
29953
- "value": "0"
29954
- },
29955
- {
29956
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
29957
- "kind": "IntegerLiteral",
29958
- "offset": 2326,
32089
+ "offset": 2273,
29959
32090
  "length": 2,
29960
32091
  "value": "-1"
29961
32092
  },
29962
32093
  {
29963
32094
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
29964
32095
  "kind": "IntegerLiteral",
29965
- "offset": 3950,
32096
+ "offset": 4199,
29966
32097
  "length": 1,
29967
32098
  "value": "0"
29968
32099
  },
@@ -29990,133 +32121,182 @@
29990
32121
  {
29991
32122
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
29992
32123
  "kind": "BooleanLiteral",
29993
- "offset": 895,
32124
+ "offset": 1085,
32125
+ "length": 5,
32126
+ "value": "false"
32127
+ },
32128
+ {
32129
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32130
+ "kind": "BooleanLiteral",
32131
+ "offset": 649,
32132
+ "length": 5,
32133
+ "value": "false"
32134
+ },
32135
+ {
32136
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32137
+ "kind": "BooleanLiteral",
32138
+ "offset": 817,
29994
32139
  "length": 5,
29995
32140
  "value": "false"
29996
32141
  },
29997
32142
  {
29998
32143
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
29999
32144
  "kind": "BooleanLiteral",
30000
- "offset": 1134,
32145
+ "offset": 1696,
30001
32146
  "length": 5,
30002
32147
  "value": "false"
30003
32148
  },
30004
32149
  {
30005
32150
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30006
32151
  "kind": "BooleanLiteral",
30007
- "offset": 1678,
32152
+ "offset": 2240,
30008
32153
  "length": 5,
30009
32154
  "value": "false"
30010
32155
  },
30011
32156
  {
30012
32157
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30013
32158
  "kind": "BooleanLiteral",
30014
- "offset": 1845,
32159
+ "offset": 2407,
30015
32160
  "length": 4,
30016
32161
  "value": "true"
30017
32162
  },
32163
+ {
32164
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32165
+ "kind": "FloatLiteral",
32166
+ "offset": 2466,
32167
+ "length": 3,
32168
+ "value": "0.8"
32169
+ },
32170
+ {
32171
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32172
+ "kind": "FloatLiteral",
32173
+ "offset": 2474,
32174
+ "length": 3,
32175
+ "value": "0.8"
32176
+ },
32177
+ {
32178
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32179
+ "kind": "BooleanLiteral",
32180
+ "offset": 2539,
32181
+ "length": 5,
32182
+ "value": "false"
32183
+ },
30018
32184
  {
30019
32185
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30020
32186
  "kind": "BooleanLiteral",
30021
- "offset": 1910,
32187
+ "offset": 3969,
30022
32188
  "length": 5,
30023
32189
  "value": "false"
30024
32190
  },
30025
32191
  {
30026
32192
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30027
32193
  "kind": "IntegerLiteral",
30028
- "offset": 3238,
32194
+ "offset": 4485,
30029
32195
  "length": 1,
30030
32196
  "value": "0"
30031
32197
  },
30032
32198
  {
30033
32199
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30034
32200
  "kind": "IntegerLiteral",
30035
- "offset": 3272,
32201
+ "offset": 4519,
30036
32202
  "length": 1,
30037
32203
  "value": "0"
30038
32204
  },
30039
32205
  {
30040
32206
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30041
32207
  "kind": "BooleanLiteral",
30042
- "offset": 3306,
32208
+ "offset": 4553,
30043
32209
  "length": 4,
30044
32210
  "value": "true"
30045
32211
  },
30046
32212
  {
30047
32213
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30048
32214
  "kind": "BooleanLiteral",
30049
- "offset": 3339,
32215
+ "offset": 4586,
30050
32216
  "length": 4,
30051
32217
  "value": "true"
30052
32218
  },
30053
32219
  {
30054
32220
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30055
32221
  "kind": "IntegerLiteral",
30056
- "offset": 3381,
32222
+ "offset": 4628,
30057
32223
  "length": 1,
30058
32224
  "value": "0"
30059
32225
  },
30060
32226
  {
30061
32227
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30062
32228
  "kind": "IntegerLiteral",
30063
- "offset": 3559,
32229
+ "offset": 4806,
30064
32230
  "length": 2,
30065
32231
  "value": "-1"
30066
32232
  },
30067
32233
  {
30068
32234
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30069
32235
  "kind": "IntegerLiteral",
30070
- "offset": 3802,
32236
+ "offset": 5054,
30071
32237
  "length": 1,
30072
32238
  "value": "0"
30073
32239
  },
30074
32240
  {
30075
32241
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30076
32242
  "kind": "IntegerLiteral",
30077
- "offset": 3847,
32243
+ "offset": 5104,
30078
32244
  "length": 1,
30079
32245
  "value": "0"
30080
32246
  },
30081
32247
  {
30082
32248
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30083
32249
  "kind": "IntegerLiteral",
30084
- "offset": 3901,
32250
+ "offset": 5158,
30085
32251
  "length": 1,
30086
32252
  "value": "0"
30087
32253
  },
30088
32254
  {
30089
32255
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30090
32256
  "kind": "FloatLiteral",
30091
- "offset": 3961,
32257
+ "offset": 5218,
30092
32258
  "length": 3,
30093
32259
  "value": "0.2"
30094
32260
  },
30095
32261
  {
30096
32262
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30097
32263
  "kind": "IntegerLiteral",
30098
- "offset": 4033,
32264
+ "offset": 6456,
30099
32265
  "length": 2,
30100
- "value": "80"
32266
+ "value": "24"
30101
32267
  },
30102
32268
  {
30103
32269
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30104
32270
  "kind": "BooleanLiteral",
30105
- "offset": 4067,
32271
+ "offset": 6653,
30106
32272
  "length": 5,
30107
32273
  "value": "false"
30108
32274
  },
32275
+ {
32276
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32277
+ "kind": "IntegerLiteral",
32278
+ "offset": 6683,
32279
+ "length": 1,
32280
+ "value": "0"
32281
+ },
32282
+ {
32283
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32284
+ "kind": "StringLiteral",
32285
+ "offset": 6722,
32286
+ "length": 21,
32287
+ "value": "\"Loading new content\""
32288
+ },
30109
32289
  {
30110
32290
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30111
32291
  "kind": "BooleanLiteral",
30112
- "offset": 7111,
32292
+ "offset": 9798,
30113
32293
  "length": 5,
30114
32294
  "value": "false"
30115
32295
  },
30116
32296
  {
30117
32297
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30118
32298
  "kind": "BooleanLiteral",
30119
- "offset": 91411,
32299
+ "offset": 102282,
30120
32300
  "length": 5,
30121
32301
  "value": "false"
30122
32302
  },
@@ -30141,6 +32321,34 @@
30141
32321
  "length": 1,
30142
32322
  "value": "0"
30143
32323
  },
32324
+ {
32325
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32326
+ "kind": "Array",
32327
+ "offset": 337,
32328
+ "length": 2,
32329
+ "value": "[]"
32330
+ },
32331
+ {
32332
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32333
+ "kind": "IntegerLiteral",
32334
+ "offset": 385,
32335
+ "length": 1,
32336
+ "value": "0"
32337
+ },
32338
+ {
32339
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32340
+ "kind": "Array",
32341
+ "offset": 542,
32342
+ "length": 2,
32343
+ "value": "[]"
32344
+ },
32345
+ {
32346
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32347
+ "kind": "IntegerLiteral",
32348
+ "offset": 14161,
32349
+ "length": 1,
32350
+ "value": "0"
32351
+ },
30144
32352
  {
30145
32353
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Identity\/IdentityManager.swift",
30146
32354
  "kind": "StringLiteral",
@@ -30531,19 +32739,19 @@
30531
32739
  "kind": "StringLiteral",
30532
32740
  "offset": 124,
30533
32741
  "length": 8,
30534
- "value": "\"0.2.11\""
32742
+ "value": "\"0.2.14\""
30535
32743
  },
30536
32744
  {
30537
32745
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
30538
32746
  "kind": "IntegerLiteral",
30539
- "offset": 9855,
32747
+ "offset": 12714,
30540
32748
  "length": 2,
30541
32749
  "value": "10"
30542
32750
  },
30543
32751
  {
30544
32752
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
30545
32753
  "kind": "IntegerLiteral",
30546
- "offset": 10359,
32754
+ "offset": 13835,
30547
32755
  "length": 2,
30548
32756
  "value": "10"
30549
32757
  },