@shortkitsdk/react-native 0.2.12 → 0.2.15

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 (65) hide show
  1. package/android/src/main/java/com/shortkit/reactnative/ReactCarouselOverlayHost.kt +47 -4
  2. package/android/src/main/java/com/shortkit/reactnative/ReactVideoCarouselOverlayHost.kt +431 -0
  3. package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +117 -2
  4. package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +7 -5
  5. package/ios/ReactCarouselOverlayHost.swift +67 -35
  6. package/ios/ReactOverlayHost.swift +85 -75
  7. package/ios/ReactVideoCarouselOverlayHost.swift +283 -0
  8. package/ios/ShortKitBridge.swift +122 -20
  9. package/ios/ShortKitModule.mm +15 -5
  10. package/ios/ShortKitSDK.xcframework/Info.plist +5 -4
  11. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -0
  12. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +5 -1
  13. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +2488 -281
  14. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +65 -5
  15. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  16. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +65 -5
  17. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  18. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
  19. package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +2 -1
  20. package/ios/ShortKitSDK.xcframework/{ios-arm64-simulator → ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Info.plist +5 -1
  21. package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +8233 -3592
  22. package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +120 -19
  23. package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +120 -19
  25. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +33558 -0
  26. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +925 -0
  27. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  28. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +925 -0
  29. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  30. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +212 -0
  31. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -1
  32. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +7338 -3272
  33. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +106 -15
  34. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  35. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +106 -15
  36. package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  37. package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
  38. package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1838 -206
  39. package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +51 -1
  40. package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  41. package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +51 -1
  42. package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  43. package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
  44. package/package.json +1 -1
  45. package/src/ShortKitCarouselOverlaySurface.tsx +57 -2
  46. package/src/ShortKitContext.ts +11 -0
  47. package/src/ShortKitFeed.tsx +25 -10
  48. package/src/ShortKitOverlaySurface.tsx +24 -11
  49. package/src/ShortKitProvider.tsx +4 -2
  50. package/src/ShortKitVideoCarouselOverlaySurface.tsx +156 -0
  51. package/src/ShortKitWidget.tsx +3 -3
  52. package/src/index.ts +5 -1
  53. package/src/serialization.ts +7 -0
  54. package/src/specs/NativeShortKitModule.ts +18 -2
  55. package/src/types.ts +48 -3
  56. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  57. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  58. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  59. package/ios/ShortKitSDK.xcframework/{ios-arm64-simulator → ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/module.modulemap +0 -0
  60. package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/Info.plist +4 -4
  61. /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Info.plist +0 -0
  62. /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +0 -0
  63. /package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -0
  64. /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +0 -0
  65. /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +0 -0
@@ -6813,6 +6813,91 @@
6813
6813
  }
6814
6814
  ]
6815
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
+ },
6816
6901
  {
6817
6902
  "kind": "Var",
6818
6903
  "name": "surveyOverlay",
@@ -7547,7 +7632,7 @@
7547
7632
  {
7548
7633
  "kind": "Constructor",
7549
7634
  "name": "init",
7550
- "printedName": "init(feedHeight:scrollAxis: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:)",
7551
7636
  "children": [
7552
7637
  {
7553
7638
  "kind": "TypeNominal",
@@ -7583,6 +7668,13 @@
7583
7668
  "hasDefaultArg": true,
7584
7669
  "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
7585
7670
  },
7671
+ {
7672
+ "kind": "TypeNominal",
7673
+ "name": "VideoCarouselOverlayMode",
7674
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
7675
+ "hasDefaultArg": true,
7676
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
7677
+ },
7586
7678
  {
7587
7679
  "kind": "TypeNominal",
7588
7680
  "name": "SurveyOverlayMode",
@@ -7657,8 +7749,8 @@
7657
7749
  }
7658
7750
  ],
7659
7751
  "declKind": "Constructor",
7660
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldQ7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA08CarouselkZ0OAA06SurveykZ0OAA02AdkZ0OS2bAA0dS0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7661
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldQ7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA08CarouselkZ0OAA06SurveykZ0OAA02AdkZ0OS2bAA0dS0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7752
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA0zmK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7753
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA0zmK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7662
7754
  "moduleName": "ShortKitSDK",
7663
7755
  "declAttributes": [
7664
7756
  "AccessControl"
@@ -8319,8 +8411,8 @@
8319
8411
  },
8320
8412
  {
8321
8413
  "kind": "TypeDecl",
8322
- "name": "SurveyOverlayMode",
8323
- "printedName": "SurveyOverlayMode",
8414
+ "name": "VideoCarouselOverlayMode",
8415
+ "printedName": "VideoCarouselOverlayMode",
8324
8416
  "children": [
8325
8417
  {
8326
8418
  "kind": "Var",
@@ -8330,24 +8422,24 @@
8330
8422
  {
8331
8423
  "kind": "TypeFunc",
8332
8424
  "name": "Function",
8333
- "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8425
+ "printedName": "(ShortKitSDK.VideoCarouselOverlayMode.Type) -> ShortKitSDK.VideoCarouselOverlayMode",
8334
8426
  "children": [
8335
8427
  {
8336
8428
  "kind": "TypeNominal",
8337
- "name": "SurveyOverlayMode",
8338
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8339
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8429
+ "name": "VideoCarouselOverlayMode",
8430
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8431
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8340
8432
  },
8341
8433
  {
8342
8434
  "kind": "TypeNominal",
8343
8435
  "name": "Metatype",
8344
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8436
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8345
8437
  "children": [
8346
8438
  {
8347
8439
  "kind": "TypeNominal",
8348
- "name": "SurveyOverlayMode",
8349
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8350
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8440
+ "name": "VideoCarouselOverlayMode",
8441
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8442
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8351
8443
  }
8352
8444
  ]
8353
8445
  }
@@ -8355,8 +8447,8 @@
8355
8447
  }
8356
8448
  ],
8357
8449
  "declKind": "EnumElement",
8358
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8359
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8450
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8451
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8360
8452
  "moduleName": "ShortKitSDK"
8361
8453
  },
8362
8454
  {
@@ -8367,28 +8459,28 @@
8367
8459
  {
8368
8460
  "kind": "TypeFunc",
8369
8461
  "name": "Function",
8370
- "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",
8371
8463
  "children": [
8372
8464
  {
8373
8465
  "kind": "TypeFunc",
8374
8466
  "name": "Function",
8375
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8467
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay) -> ShortKitSDK.VideoCarouselOverlayMode",
8376
8468
  "children": [
8377
8469
  {
8378
8470
  "kind": "TypeNominal",
8379
- "name": "SurveyOverlayMode",
8380
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8381
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8471
+ "name": "VideoCarouselOverlayMode",
8472
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8473
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8382
8474
  },
8383
8475
  {
8384
8476
  "kind": "TypeFunc",
8385
8477
  "name": "Function",
8386
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8478
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay",
8387
8479
  "children": [
8388
8480
  {
8389
8481
  "kind": "TypeNominal",
8390
8482
  "name": "ProtocolComposition",
8391
- "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8483
+ "printedName": "any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay"
8392
8484
  },
8393
8485
  {
8394
8486
  "kind": "TypeNominal",
@@ -8402,13 +8494,13 @@
8402
8494
  {
8403
8495
  "kind": "TypeNominal",
8404
8496
  "name": "Metatype",
8405
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8497
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8406
8498
  "children": [
8407
8499
  {
8408
8500
  "kind": "TypeNominal",
8409
- "name": "SurveyOverlayMode",
8410
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8411
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8501
+ "name": "VideoCarouselOverlayMode",
8502
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8503
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8412
8504
  }
8413
8505
  ]
8414
8506
  }
@@ -8416,8 +8508,8 @@
8416
8508
  }
8417
8509
  ],
8418
8510
  "declKind": "EnumElement",
8419
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8420
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8511
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8512
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8421
8513
  "moduleName": "ShortKitSDK"
8422
8514
  },
8423
8515
  {
@@ -8433,20 +8525,20 @@
8433
8525
  },
8434
8526
  {
8435
8527
  "kind": "TypeNominal",
8436
- "name": "SurveyOverlayMode",
8437
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8438
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8528
+ "name": "VideoCarouselOverlayMode",
8529
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8530
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8439
8531
  },
8440
8532
  {
8441
8533
  "kind": "TypeNominal",
8442
- "name": "SurveyOverlayMode",
8443
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8444
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8534
+ "name": "VideoCarouselOverlayMode",
8535
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8536
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8445
8537
  }
8446
8538
  ],
8447
8539
  "declKind": "Func",
8448
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8449
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8540
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8541
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8450
8542
  "moduleName": "ShortKitSDK",
8451
8543
  "static": true,
8452
8544
  "declAttributes": [
@@ -8462,9 +8554,9 @@
8462
8554
  "children": [
8463
8555
  {
8464
8556
  "kind": "TypeNominal",
8465
- "name": "SurveyOverlayMode",
8466
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8467
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8557
+ "name": "VideoCarouselOverlayMode",
8558
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8559
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8468
8560
  },
8469
8561
  {
8470
8562
  "kind": "TypeNominal",
@@ -8474,8 +8566,8 @@
8474
8566
  }
8475
8567
  ],
8476
8568
  "declKind": "Constructor",
8477
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8478
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8569
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8570
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8479
8571
  "moduleName": "ShortKitSDK",
8480
8572
  "declAttributes": [
8481
8573
  "AccessControl"
@@ -8502,8 +8594,8 @@
8502
8594
  }
8503
8595
  ],
8504
8596
  "declKind": "Func",
8505
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8506
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8597
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8598
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8507
8599
  "moduleName": "ShortKitSDK",
8508
8600
  "declAttributes": [
8509
8601
  "AccessControl"
@@ -8514,8 +8606,8 @@
8514
8606
  }
8515
8607
  ],
8516
8608
  "declKind": "Enum",
8517
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8518
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8609
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO",
8610
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO",
8519
8611
  "moduleName": "ShortKitSDK",
8520
8612
  "declAttributes": [
8521
8613
  "AccessControl",
@@ -8561,8 +8653,8 @@
8561
8653
  },
8562
8654
  {
8563
8655
  "kind": "TypeDecl",
8564
- "name": "AdOverlayMode",
8565
- "printedName": "AdOverlayMode",
8656
+ "name": "SurveyOverlayMode",
8657
+ "printedName": "SurveyOverlayMode",
8566
8658
  "children": [
8567
8659
  {
8568
8660
  "kind": "Var",
@@ -8572,24 +8664,24 @@
8572
8664
  {
8573
8665
  "kind": "TypeFunc",
8574
8666
  "name": "Function",
8575
- "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> ShortKitSDK.AdOverlayMode",
8667
+ "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8576
8668
  "children": [
8577
8669
  {
8578
8670
  "kind": "TypeNominal",
8579
- "name": "AdOverlayMode",
8580
- "printedName": "ShortKitSDK.AdOverlayMode",
8581
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8671
+ "name": "SurveyOverlayMode",
8672
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8673
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8582
8674
  },
8583
8675
  {
8584
8676
  "kind": "TypeNominal",
8585
8677
  "name": "Metatype",
8586
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8678
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8587
8679
  "children": [
8588
8680
  {
8589
8681
  "kind": "TypeNominal",
8590
- "name": "AdOverlayMode",
8591
- "printedName": "ShortKitSDK.AdOverlayMode",
8592
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8682
+ "name": "SurveyOverlayMode",
8683
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8684
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8593
8685
  }
8594
8686
  ]
8595
8687
  }
@@ -8597,8 +8689,8 @@
8597
8689
  }
8598
8690
  ],
8599
8691
  "declKind": "EnumElement",
8600
- "usr": "s:11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8601
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8692
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8693
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8602
8694
  "moduleName": "ShortKitSDK"
8603
8695
  },
8604
8696
  {
@@ -8609,28 +8701,28 @@
8609
8701
  {
8610
8702
  "kind": "TypeFunc",
8611
8703
  "name": "Function",
8612
- "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",
8613
8705
  "children": [
8614
8706
  {
8615
8707
  "kind": "TypeFunc",
8616
8708
  "name": "Function",
8617
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8709
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8618
8710
  "children": [
8619
8711
  {
8620
8712
  "kind": "TypeNominal",
8621
- "name": "AdOverlayMode",
8622
- "printedName": "ShortKitSDK.AdOverlayMode",
8623
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8713
+ "name": "SurveyOverlayMode",
8714
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8715
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8624
8716
  },
8625
8717
  {
8626
8718
  "kind": "TypeFunc",
8627
8719
  "name": "Function",
8628
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.AdOverlay",
8720
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8629
8721
  "children": [
8630
8722
  {
8631
8723
  "kind": "TypeNominal",
8632
8724
  "name": "ProtocolComposition",
8633
- "printedName": "any UIKit.UIView & ShortKitSDK.AdOverlay"
8725
+ "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8634
8726
  },
8635
8727
  {
8636
8728
  "kind": "TypeNominal",
@@ -8644,13 +8736,13 @@
8644
8736
  {
8645
8737
  "kind": "TypeNominal",
8646
8738
  "name": "Metatype",
8647
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8739
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8648
8740
  "children": [
8649
8741
  {
8650
8742
  "kind": "TypeNominal",
8651
- "name": "AdOverlayMode",
8652
- "printedName": "ShortKitSDK.AdOverlayMode",
8653
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8743
+ "name": "SurveyOverlayMode",
8744
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8745
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8654
8746
  }
8655
8747
  ]
8656
8748
  }
@@ -8658,8 +8750,8 @@
8658
8750
  }
8659
8751
  ],
8660
8752
  "declKind": "EnumElement",
8661
- "usr": "s:11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8662
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8753
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8754
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8663
8755
  "moduleName": "ShortKitSDK"
8664
8756
  },
8665
8757
  {
@@ -8675,20 +8767,20 @@
8675
8767
  },
8676
8768
  {
8677
8769
  "kind": "TypeNominal",
8678
- "name": "AdOverlayMode",
8679
- "printedName": "ShortKitSDK.AdOverlayMode",
8680
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8770
+ "name": "SurveyOverlayMode",
8771
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8772
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8681
8773
  },
8682
8774
  {
8683
8775
  "kind": "TypeNominal",
8684
- "name": "AdOverlayMode",
8685
- "printedName": "ShortKitSDK.AdOverlayMode",
8686
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8776
+ "name": "SurveyOverlayMode",
8777
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8778
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8687
8779
  }
8688
8780
  ],
8689
8781
  "declKind": "Func",
8690
- "usr": "s:11ShortKitSDK13AdOverlayModeO2eeoiySbAC_ACtFZ",
8691
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO2eeoiySbAC_ACtFZ",
8782
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8783
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8692
8784
  "moduleName": "ShortKitSDK",
8693
8785
  "static": true,
8694
8786
  "declAttributes": [
@@ -8704,9 +8796,9 @@
8704
8796
  "children": [
8705
8797
  {
8706
8798
  "kind": "TypeNominal",
8707
- "name": "AdOverlayMode",
8708
- "printedName": "ShortKitSDK.AdOverlayMode",
8709
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8799
+ "name": "SurveyOverlayMode",
8800
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8801
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8710
8802
  },
8711
8803
  {
8712
8804
  "kind": "TypeNominal",
@@ -8716,8 +8808,8 @@
8716
8808
  }
8717
8809
  ],
8718
8810
  "declKind": "Constructor",
8719
- "usr": "s:11ShortKitSDK13AdOverlayModeO4fromACs7Decoder_p_tKcfc",
8720
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO4fromACs7Decoder_p_tKcfc",
8811
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8812
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8721
8813
  "moduleName": "ShortKitSDK",
8722
8814
  "declAttributes": [
8723
8815
  "AccessControl"
@@ -8744,8 +8836,8 @@
8744
8836
  }
8745
8837
  ],
8746
8838
  "declKind": "Func",
8747
- "usr": "s:11ShortKitSDK13AdOverlayModeO6encode2toys7Encoder_p_tKF",
8748
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO6encode2toys7Encoder_p_tKF",
8839
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8840
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8749
8841
  "moduleName": "ShortKitSDK",
8750
8842
  "declAttributes": [
8751
8843
  "AccessControl"
@@ -8756,8 +8848,8 @@
8756
8848
  }
8757
8849
  ],
8758
8850
  "declKind": "Enum",
8759
- "usr": "s:11ShortKitSDK13AdOverlayModeO",
8760
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO",
8851
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8852
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8761
8853
  "moduleName": "ShortKitSDK",
8762
8854
  "declAttributes": [
8763
8855
  "AccessControl",
@@ -8801,45 +8893,287 @@
8801
8893
  }
8802
8894
  ]
8803
8895
  },
8804
- {
8805
- "kind": "Import",
8806
- "name": "Foundation",
8807
- "printedName": "Foundation",
8808
- "declKind": "Import",
8809
- "moduleName": "ShortKitSDK"
8810
- },
8811
8896
  {
8812
8897
  "kind": "TypeDecl",
8813
- "name": "ShortKitDelegate",
8814
- "printedName": "ShortKitDelegate",
8898
+ "name": "AdOverlayMode",
8899
+ "printedName": "AdOverlayMode",
8815
8900
  "children": [
8816
8901
  {
8817
- "kind": "Function",
8818
- "name": "shortKitDidRequestRefresh",
8819
- "printedName": "shortKitDidRequestRefresh(_:)",
8902
+ "kind": "Var",
8903
+ "name": "none",
8904
+ "printedName": "none",
8820
8905
  "children": [
8821
8906
  {
8822
- "kind": "TypeNominal",
8823
- "name": "Void",
8824
- "printedName": "()"
8825
- },
8826
- {
8827
- "kind": "TypeNominal",
8828
- "name": "ShortKit",
8829
- "printedName": "ShortKitSDK.ShortKit",
8830
- "usr": "s:11ShortKitSDK0aB0C"
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
+ ]
8831
8931
  }
8832
8932
  ],
8833
- "declKind": "Func",
8834
- "usr": "s:11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
8835
- "mangledName": "$s11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
8836
- "moduleName": "ShortKitSDK",
8837
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
8838
- "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
8839
- "protocolReq": true,
8840
- "declAttributes": [
8841
- "RawDocComment"
8842
- ],
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"
9015
+ },
9016
+ {
9017
+ "kind": "TypeNominal",
9018
+ "name": "AdOverlayMode",
9019
+ "printedName": "ShortKitSDK.AdOverlayMode",
9020
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9021
+ }
9022
+ ],
9023
+ "declKind": "Func",
9024
+ "usr": "s:11ShortKitSDK13AdOverlayModeO2eeoiySbAC_ACtFZ",
9025
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO2eeoiySbAC_ACtFZ",
9026
+ "moduleName": "ShortKitSDK",
9027
+ "static": true,
9028
+ "declAttributes": [
9029
+ "AccessControl"
9030
+ ],
9031
+ "isFromExtension": true,
9032
+ "funcSelfKind": "NonMutating"
9033
+ },
9034
+ {
9035
+ "kind": "Constructor",
9036
+ "name": "init",
9037
+ "printedName": "init(from:)",
9038
+ "children": [
9039
+ {
9040
+ "kind": "TypeNominal",
9041
+ "name": "AdOverlayMode",
9042
+ "printedName": "ShortKitSDK.AdOverlayMode",
9043
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9044
+ },
9045
+ {
9046
+ "kind": "TypeNominal",
9047
+ "name": "Decoder",
9048
+ "printedName": "any Swift.Decoder",
9049
+ "usr": "s:s7DecoderP"
9050
+ }
9051
+ ],
9052
+ "declKind": "Constructor",
9053
+ "usr": "s:11ShortKitSDK13AdOverlayModeO4fromACs7Decoder_p_tKcfc",
9054
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO4fromACs7Decoder_p_tKcfc",
9055
+ "moduleName": "ShortKitSDK",
9056
+ "declAttributes": [
9057
+ "AccessControl"
9058
+ ],
9059
+ "isFromExtension": true,
9060
+ "throwing": true,
9061
+ "init_kind": "Designated"
9062
+ },
9063
+ {
9064
+ "kind": "Function",
9065
+ "name": "encode",
9066
+ "printedName": "encode(to:)",
9067
+ "children": [
9068
+ {
9069
+ "kind": "TypeNominal",
9070
+ "name": "Void",
9071
+ "printedName": "()"
9072
+ },
9073
+ {
9074
+ "kind": "TypeNominal",
9075
+ "name": "Encoder",
9076
+ "printedName": "any Swift.Encoder",
9077
+ "usr": "s:s7EncoderP"
9078
+ }
9079
+ ],
9080
+ "declKind": "Func",
9081
+ "usr": "s:11ShortKitSDK13AdOverlayModeO6encode2toys7Encoder_p_tKF",
9082
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO6encode2toys7Encoder_p_tKF",
9083
+ "moduleName": "ShortKitSDK",
9084
+ "declAttributes": [
9085
+ "AccessControl"
9086
+ ],
9087
+ "isFromExtension": true,
9088
+ "throwing": true,
9089
+ "funcSelfKind": "NonMutating"
9090
+ }
9091
+ ],
9092
+ "declKind": "Enum",
9093
+ "usr": "s:11ShortKitSDK13AdOverlayModeO",
9094
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO",
9095
+ "moduleName": "ShortKitSDK",
9096
+ "declAttributes": [
9097
+ "AccessControl",
9098
+ "RawDocComment"
9099
+ ],
9100
+ "conformances": [
9101
+ {
9102
+ "kind": "Conformance",
9103
+ "name": "Copyable",
9104
+ "printedName": "Copyable",
9105
+ "usr": "s:s8CopyableP",
9106
+ "mangledName": "$ss8CopyableP"
9107
+ },
9108
+ {
9109
+ "kind": "Conformance",
9110
+ "name": "Escapable",
9111
+ "printedName": "Escapable",
9112
+ "usr": "s:s9EscapableP",
9113
+ "mangledName": "$ss9EscapableP"
9114
+ },
9115
+ {
9116
+ "kind": "Conformance",
9117
+ "name": "Equatable",
9118
+ "printedName": "Equatable",
9119
+ "usr": "s:SQ",
9120
+ "mangledName": "$sSQ"
9121
+ },
9122
+ {
9123
+ "kind": "Conformance",
9124
+ "name": "Decodable",
9125
+ "printedName": "Decodable",
9126
+ "usr": "s:Se",
9127
+ "mangledName": "$sSe"
9128
+ },
9129
+ {
9130
+ "kind": "Conformance",
9131
+ "name": "Encodable",
9132
+ "printedName": "Encodable",
9133
+ "usr": "s:SE",
9134
+ "mangledName": "$sSE"
9135
+ }
9136
+ ]
9137
+ },
9138
+ {
9139
+ "kind": "Import",
9140
+ "name": "Foundation",
9141
+ "printedName": "Foundation",
9142
+ "declKind": "Import",
9143
+ "moduleName": "ShortKitSDK"
9144
+ },
9145
+ {
9146
+ "kind": "TypeDecl",
9147
+ "name": "ShortKitDelegate",
9148
+ "printedName": "ShortKitDelegate",
9149
+ "children": [
9150
+ {
9151
+ "kind": "Function",
9152
+ "name": "shortKitDidRequestRefresh",
9153
+ "printedName": "shortKitDidRequestRefresh(_:)",
9154
+ "children": [
9155
+ {
9156
+ "kind": "TypeNominal",
9157
+ "name": "Void",
9158
+ "printedName": "()"
9159
+ },
9160
+ {
9161
+ "kind": "TypeNominal",
9162
+ "name": "ShortKit",
9163
+ "printedName": "ShortKitSDK.ShortKit",
9164
+ "usr": "s:11ShortKitSDK0aB0C"
9165
+ }
9166
+ ],
9167
+ "declKind": "Func",
9168
+ "usr": "s:11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
9169
+ "mangledName": "$s11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
9170
+ "moduleName": "ShortKitSDK",
9171
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
9172
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
9173
+ "protocolReq": true,
9174
+ "declAttributes": [
9175
+ "RawDocComment"
9176
+ ],
8843
9177
  "reqNewWitnessTableEntry": true,
8844
9178
  "funcSelfKind": "NonMutating"
8845
9179
  },
@@ -11149,8 +11483,15 @@
11149
11483
  },
11150
11484
  {
11151
11485
  "kind": "Import",
11152
- "name": "Foundation",
11153
- "printedName": "Foundation",
11486
+ "name": "UIKit",
11487
+ "printedName": "UIKit",
11488
+ "declKind": "Import",
11489
+ "moduleName": "ShortKitSDK"
11490
+ },
11491
+ {
11492
+ "kind": "Import",
11493
+ "name": "AVFoundation",
11494
+ "printedName": "AVFoundation",
11154
11495
  "declKind": "Import",
11155
11496
  "moduleName": "ShortKitSDK"
11156
11497
  },
@@ -11176,7 +11517,14 @@
11176
11517
  "moduleName": "ShortKitSDK"
11177
11518
  },
11178
11519
  {
11179
- "kind": "TypeDecl",
11520
+ "kind": "Import",
11521
+ "name": "Foundation",
11522
+ "printedName": "Foundation",
11523
+ "declKind": "Import",
11524
+ "moduleName": "ShortKitSDK"
11525
+ },
11526
+ {
11527
+ "kind": "TypeDecl",
11180
11528
  "name": "AdError",
11181
11529
  "printedName": "AdError",
11182
11530
  "children": [
@@ -14727,6 +15075,59 @@
14727
15075
  "declAttributes": [
14728
15076
  "RawDocComment"
14729
15077
  ]
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
+ ]
14730
15131
  }
14731
15132
  ],
14732
15133
  "declKind": "Enum",
@@ -14973,6 +15374,56 @@
14973
15374
  "mangledName": "$s11ShortKitSDK8FeedItemO6surveyyAcA06SurveyE0VcACmF",
14974
15375
  "moduleName": "ShortKitSDK"
14975
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
+ },
14976
15427
  {
14977
15428
  "kind": "Var",
14978
15429
  "name": "isContent",
@@ -15133,6 +15584,46 @@
15133
15584
  }
15134
15585
  ]
15135
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
+ },
15136
15627
  {
15137
15628
  "kind": "Var",
15138
15629
  "name": "isNonVideo",
@@ -15398,6 +15889,62 @@
15398
15889
  }
15399
15890
  ]
15400
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
+ },
15401
15948
  {
15402
15949
  "kind": "Var",
15403
15950
  "name": "id",
@@ -19609,94 +20156,762 @@
19609
20156
  "declKind": "Import",
19610
20157
  "moduleName": "ShortKitSDK"
19611
20158
  },
19612
- {
19613
- "kind": "Import",
19614
- "name": "Foundation",
19615
- "printedName": "Foundation",
19616
- "declKind": "Import",
19617
- "moduleName": "ShortKitSDK"
19618
- },
19619
- {
19620
- "kind": "Import",
19621
- "name": "Foundation",
19622
- "printedName": "Foundation",
19623
- "declKind": "Import",
19624
- "moduleName": "ShortKitSDK"
19625
- },
19626
- {
19627
- "kind": "Import",
19628
- "name": "Foundation",
19629
- "printedName": "Foundation",
19630
- "declKind": "Import",
19631
- "moduleName": "ShortKitSDK"
19632
- },
19633
- {
19634
- "kind": "Import",
19635
- "name": "Foundation",
19636
- "printedName": "Foundation",
19637
- "declKind": "Import",
19638
- "moduleName": "ShortKitSDK"
19639
- },
19640
- {
19641
- "kind": "Import",
19642
- "name": "Foundation",
19643
- "printedName": "Foundation",
19644
- "declKind": "Import",
19645
- "moduleName": "ShortKitSDK"
19646
- },
19647
- {
19648
- "kind": "Import",
19649
- "name": "UIKit",
19650
- "printedName": "UIKit",
19651
- "declKind": "Import",
19652
- "moduleName": "ShortKitSDK"
19653
- },
19654
20159
  {
19655
20160
  "kind": "TypeDecl",
19656
- "name": "AdOverlay",
19657
- "printedName": "AdOverlay",
20161
+ "name": "VideoCarouselItem",
20162
+ "printedName": "VideoCarouselItem",
19658
20163
  "children": [
19659
20164
  {
19660
- "kind": "Function",
19661
- "name": "configure",
19662
- "printedName": "configure(with:)",
20165
+ "kind": "Var",
20166
+ "name": "id",
20167
+ "printedName": "id",
19663
20168
  "children": [
19664
20169
  {
19665
20170
  "kind": "TypeNominal",
19666
- "name": "Void",
19667
- "printedName": "()"
19668
- },
19669
- {
19670
- "kind": "TypeNominal",
19671
- "name": "NativeAdContent",
19672
- "printedName": "ShortKitSDK.NativeAdContent",
19673
- "usr": "s:11ShortKitSDK15NativeAdContentV"
20171
+ "name": "String",
20172
+ "printedName": "Swift.String",
20173
+ "usr": "s:SS"
19674
20174
  }
19675
20175
  ],
19676
- "declKind": "Func",
19677
- "usr": "s:11ShortKitSDK9AdOverlayP9configure4withyAA06NativeD7ContentV_tF",
19678
- "mangledName": "$s11ShortKitSDK9AdOverlayP9configure4withyAA06NativeD7ContentV_tF",
20176
+ "declKind": "Var",
20177
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvp",
20178
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvp",
19679
20179
  "moduleName": "ShortKitSDK",
19680
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.AdOverlay>",
19681
- "sugared_genericSig": "<Self where Self : ShortKitSDK.AdOverlay>",
19682
- "protocolReq": true,
19683
20180
  "declAttributes": [
19684
- "RawDocComment"
20181
+ "HasStorage",
20182
+ "AccessControl"
19685
20183
  ],
19686
- "reqNewWitnessTableEntry": true,
19687
- "funcSelfKind": "NonMutating"
19688
- },
19689
- {
19690
- "kind": "Function",
19691
- "name": "resetState",
19692
- "printedName": "resetState()",
19693
- "children": [
20184
+ "isLet": true,
20185
+ "hasStorage": true,
20186
+ "accessors": [
19694
20187
  {
19695
- "kind": "TypeNominal",
19696
- "name": "Void",
19697
- "printedName": "()"
19698
- }
19699
- ],
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?",
20648
+ "children": [
20649
+ {
20650
+ "kind": "TypeNominal",
20651
+ "name": "String",
20652
+ "printedName": "Swift.String",
20653
+ "usr": "s:SS"
20654
+ }
20655
+ ],
20656
+ "hasDefaultArg": true,
20657
+ "usr": "s:Sq"
20658
+ },
20659
+ {
20660
+ "kind": "TypeNominal",
20661
+ "name": "Optional",
20662
+ "printedName": "Swift.String?",
20663
+ "children": [
20664
+ {
20665
+ "kind": "TypeNominal",
20666
+ "name": "String",
20667
+ "printedName": "Swift.String",
20668
+ "usr": "s:SS"
20669
+ }
20670
+ ],
20671
+ "hasDefaultArg": true,
20672
+ "usr": "s:Sq"
20673
+ }
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"
20683
+ },
20684
+ {
20685
+ "kind": "Constructor",
20686
+ "name": "init",
20687
+ "printedName": "init(from:)",
20688
+ "children": [
20689
+ {
20690
+ "kind": "TypeNominal",
20691
+ "name": "VideoCarouselItem",
20692
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20693
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
20694
+ },
20695
+ {
20696
+ "kind": "TypeNominal",
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": [
20715
+ {
20716
+ "kind": "TypeNominal",
20717
+ "name": "Void",
20718
+ "printedName": "()"
20719
+ },
20720
+ {
20721
+ "kind": "TypeNominal",
20722
+ "name": "Encoder",
20723
+ "printedName": "any Swift.Encoder",
20724
+ "usr": "s:s7EncoderP"
20725
+ }
20726
+ ],
20727
+ "declKind": "Func",
20728
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
20729
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
20730
+ "moduleName": "ShortKitSDK",
20731
+ "implicit": true,
20732
+ "throwing": true,
20733
+ "funcSelfKind": "NonMutating"
20734
+ },
20735
+ {
20736
+ "kind": "Function",
20737
+ "name": "==",
20738
+ "printedName": "==(_:_:)",
20739
+ "children": [
20740
+ {
20741
+ "kind": "TypeNominal",
20742
+ "name": "Bool",
20743
+ "printedName": "Swift.Bool",
20744
+ "usr": "s:Sb"
20745
+ },
20746
+ {
20747
+ "kind": "TypeNominal",
20748
+ "name": "VideoCarouselItem",
20749
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20750
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
20751
+ },
20752
+ {
20753
+ "kind": "TypeNominal",
20754
+ "name": "VideoCarouselItem",
20755
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20756
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
20757
+ }
20758
+ ],
20759
+ "declKind": "Func",
20760
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
20761
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
20762
+ "moduleName": "ShortKitSDK",
20763
+ "static": true,
20764
+ "implicit": true,
20765
+ "funcSelfKind": "NonMutating"
20766
+ }
20767
+ ],
20768
+ "declKind": "Struct",
20769
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV",
20770
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV",
20771
+ "moduleName": "ShortKitSDK",
20772
+ "declAttributes": [
20773
+ "AccessControl"
20774
+ ],
20775
+ "conformances": [
20776
+ {
20777
+ "kind": "Conformance",
20778
+ "name": "Copyable",
20779
+ "printedName": "Copyable",
20780
+ "usr": "s:s8CopyableP",
20781
+ "mangledName": "$ss8CopyableP"
20782
+ },
20783
+ {
20784
+ "kind": "Conformance",
20785
+ "name": "Escapable",
20786
+ "printedName": "Escapable",
20787
+ "usr": "s:s9EscapableP",
20788
+ "mangledName": "$ss9EscapableP"
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
+ },
20804
+ {
20805
+ "kind": "Conformance",
20806
+ "name": "Equatable",
20807
+ "printedName": "Equatable",
20808
+ "usr": "s:SQ",
20809
+ "mangledName": "$sSQ"
20810
+ },
20811
+ {
20812
+ "kind": "Conformance",
20813
+ "name": "Sendable",
20814
+ "printedName": "Sendable",
20815
+ "usr": "s:s8SendableP",
20816
+ "mangledName": "$ss8SendableP"
20817
+ }
20818
+ ]
20819
+ },
20820
+ {
20821
+ "kind": "Import",
20822
+ "name": "Foundation",
20823
+ "printedName": "Foundation",
20824
+ "declKind": "Import",
20825
+ "moduleName": "ShortKitSDK"
20826
+ },
20827
+ {
20828
+ "kind": "Import",
20829
+ "name": "Foundation",
20830
+ "printedName": "Foundation",
20831
+ "declKind": "Import",
20832
+ "moduleName": "ShortKitSDK"
20833
+ },
20834
+ {
20835
+ "kind": "Import",
20836
+ "name": "Foundation",
20837
+ "printedName": "Foundation",
20838
+ "declKind": "Import",
20839
+ "moduleName": "ShortKitSDK"
20840
+ },
20841
+ {
20842
+ "kind": "Import",
20843
+ "name": "Foundation",
20844
+ "printedName": "Foundation",
20845
+ "declKind": "Import",
20846
+ "moduleName": "ShortKitSDK"
20847
+ },
20848
+ {
20849
+ "kind": "Import",
20850
+ "name": "Foundation",
20851
+ "printedName": "Foundation",
20852
+ "declKind": "Import",
20853
+ "moduleName": "ShortKitSDK"
20854
+ },
20855
+ {
20856
+ "kind": "Import",
20857
+ "name": "Foundation",
20858
+ "printedName": "Foundation",
20859
+ "declKind": "Import",
20860
+ "moduleName": "ShortKitSDK"
20861
+ },
20862
+ {
20863
+ "kind": "Import",
20864
+ "name": "UIKit",
20865
+ "printedName": "UIKit",
20866
+ "declKind": "Import",
20867
+ "moduleName": "ShortKitSDK"
20868
+ },
20869
+ {
20870
+ "kind": "TypeDecl",
20871
+ "name": "AdOverlay",
20872
+ "printedName": "AdOverlay",
20873
+ "children": [
20874
+ {
20875
+ "kind": "Function",
20876
+ "name": "configure",
20877
+ "printedName": "configure(with:)",
20878
+ "children": [
20879
+ {
20880
+ "kind": "TypeNominal",
20881
+ "name": "Void",
20882
+ "printedName": "()"
20883
+ },
20884
+ {
20885
+ "kind": "TypeNominal",
20886
+ "name": "NativeAdContent",
20887
+ "printedName": "ShortKitSDK.NativeAdContent",
20888
+ "usr": "s:11ShortKitSDK15NativeAdContentV"
20889
+ }
20890
+ ],
20891
+ "declKind": "Func",
20892
+ "usr": "s:11ShortKitSDK9AdOverlayP9configure4withyAA06NativeD7ContentV_tF",
20893
+ "mangledName": "$s11ShortKitSDK9AdOverlayP9configure4withyAA06NativeD7ContentV_tF",
20894
+ "moduleName": "ShortKitSDK",
20895
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.AdOverlay>",
20896
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.AdOverlay>",
20897
+ "protocolReq": true,
20898
+ "declAttributes": [
20899
+ "RawDocComment"
20900
+ ],
20901
+ "reqNewWitnessTableEntry": true,
20902
+ "funcSelfKind": "NonMutating"
20903
+ },
20904
+ {
20905
+ "kind": "Function",
20906
+ "name": "resetState",
20907
+ "printedName": "resetState()",
20908
+ "children": [
20909
+ {
20910
+ "kind": "TypeNominal",
20911
+ "name": "Void",
20912
+ "printedName": "()"
20913
+ }
20914
+ ],
19700
20915
  "declKind": "Func",
19701
20916
  "usr": "s:11ShortKitSDK9AdOverlayP10resetStateyyF",
19702
20917
  "mangledName": "$s11ShortKitSDK9AdOverlayP10resetStateyyF",
@@ -20030,6 +21245,60 @@
20030
21245
  }
20031
21246
  ]
20032
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
+ },
20033
21302
  {
20034
21303
  "kind": "Var",
20035
21304
  "name": "cachedImage",
@@ -20252,6 +21521,58 @@
20252
21521
  "accessorKind": "get"
20253
21522
  }
20254
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"
21563
+ }
21564
+ ],
21565
+ "declKind": "Func",
21566
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
21567
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
21568
+ "moduleName": "ShortKitSDK",
21569
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21570
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21571
+ "declAttributes": [
21572
+ "AccessControl"
21573
+ ],
21574
+ "isFromExtension": true,
21575
+ "funcSelfKind": "NonMutating"
20255
21576
  }
20256
21577
  ],
20257
21578
  "declKind": "Protocol",
@@ -21184,6 +22505,289 @@
21184
22505
  "declKind": "Import",
21185
22506
  "moduleName": "ShortKitSDK"
21186
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"
22663
+ },
22664
+ {
22665
+ "kind": "Function",
22666
+ "name": "deactivatePlayback",
22667
+ "printedName": "deactivatePlayback()",
22668
+ "children": [
22669
+ {
22670
+ "kind": "TypeNominal",
22671
+ "name": "Void",
22672
+ "printedName": "()"
22673
+ }
22674
+ ],
22675
+ "declKind": "Func",
22676
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
22677
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
22678
+ "moduleName": "ShortKitSDK",
22679
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22680
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22681
+ "protocolReq": true,
22682
+ "declAttributes": [
22683
+ "RawDocComment"
22684
+ ],
22685
+ "reqNewWitnessTableEntry": true,
22686
+ "funcSelfKind": "NonMutating"
22687
+ },
22688
+ {
22689
+ "kind": "Function",
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()",
22721
+ "children": [
22722
+ {
22723
+ "kind": "TypeNominal",
22724
+ "name": "Void",
22725
+ "printedName": "()"
22726
+ }
22727
+ ],
22728
+ "declKind": "Func",
22729
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
22730
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
22731
+ "moduleName": "ShortKitSDK",
22732
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22733
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22734
+ "declAttributes": [
22735
+ "AccessControl"
22736
+ ],
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,
22761
+ "funcSelfKind": "NonMutating"
22762
+ }
22763
+ ],
22764
+ "declKind": "Protocol",
22765
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP",
22766
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP",
22767
+ "moduleName": "ShortKitSDK",
22768
+ "genericSig": "<τ_0_0 : AnyObject>",
22769
+ "sugared_genericSig": "<Self : AnyObject>",
22770
+ "declAttributes": [
22771
+ "AccessControl",
22772
+ "RawDocComment"
22773
+ ],
22774
+ "conformances": [
22775
+ {
22776
+ "kind": "Conformance",
22777
+ "name": "Escapable",
22778
+ "printedName": "Escapable",
22779
+ "usr": "s:s9EscapableP",
22780
+ "mangledName": "$ss9EscapableP"
22781
+ },
22782
+ {
22783
+ "kind": "Conformance",
22784
+ "name": "Copyable",
22785
+ "printedName": "Copyable",
22786
+ "usr": "s:s8CopyableP",
22787
+ "mangledName": "$ss8CopyableP"
22788
+ }
22789
+ ]
22790
+ },
21187
22791
  {
21188
22792
  "kind": "Import",
21189
22793
  "name": "AVFoundation",
@@ -30405,21 +32009,21 @@
30405
32009
  {
30406
32010
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30407
32011
  "kind": "BooleanLiteral",
30408
- "offset": 2588,
32012
+ "offset": 2714,
30409
32013
  "length": 4,
30410
32014
  "value": "true"
30411
32015
  },
30412
32016
  {
30413
32017
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30414
32018
  "kind": "BooleanLiteral",
30415
- "offset": 2619,
32019
+ "offset": 2745,
30416
32020
  "length": 4,
30417
32021
  "value": "true"
30418
32022
  },
30419
32023
  {
30420
32024
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30421
32025
  "kind": "BooleanLiteral",
30422
- "offset": 2705,
32026
+ "offset": 2831,
30423
32027
  "length": 5,
30424
32028
  "value": "false"
30425
32029
  },
@@ -30657,42 +32261,42 @@
30657
32261
  {
30658
32262
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30659
32263
  "kind": "IntegerLiteral",
30660
- "offset": 6456,
32264
+ "offset": 6707,
30661
32265
  "length": 2,
30662
32266
  "value": "24"
30663
32267
  },
30664
32268
  {
30665
32269
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30666
32270
  "kind": "BooleanLiteral",
30667
- "offset": 6653,
32271
+ "offset": 6904,
30668
32272
  "length": 5,
30669
32273
  "value": "false"
30670
32274
  },
30671
32275
  {
30672
32276
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30673
32277
  "kind": "IntegerLiteral",
30674
- "offset": 6683,
32278
+ "offset": 6934,
30675
32279
  "length": 1,
30676
32280
  "value": "0"
30677
32281
  },
30678
32282
  {
30679
32283
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30680
32284
  "kind": "StringLiteral",
30681
- "offset": 6722,
32285
+ "offset": 6973,
30682
32286
  "length": 21,
30683
32287
  "value": "\"Loading new content\""
30684
32288
  },
30685
32289
  {
30686
32290
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30687
32291
  "kind": "BooleanLiteral",
30688
- "offset": 9798,
32292
+ "offset": 10049,
30689
32293
  "length": 5,
30690
32294
  "value": "false"
30691
32295
  },
30692
32296
  {
30693
32297
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30694
32298
  "kind": "BooleanLiteral",
30695
- "offset": 96681,
32299
+ "offset": 104932,
30696
32300
  "length": 5,
30697
32301
  "value": "false"
30698
32302
  },
@@ -30717,6 +32321,34 @@
30717
32321
  "length": 1,
30718
32322
  "value": "0"
30719
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
+ },
30720
32352
  {
30721
32353
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Identity\/IdentityManager.swift",
30722
32354
  "kind": "StringLiteral",
@@ -31107,7 +32739,7 @@
31107
32739
  "kind": "StringLiteral",
31108
32740
  "offset": 124,
31109
32741
  "length": 8,
31110
- "value": "\"0.2.12\""
32742
+ "value": "\"0.2.14\""
31111
32743
  },
31112
32744
  {
31113
32745
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",