@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",
@@ -7323,6 +7408,91 @@
7323
7408
  }
7324
7409
  ]
7325
7410
  },
7411
+ {
7412
+ "kind": "Var",
7413
+ "name": "pullToRefreshEnabled",
7414
+ "printedName": "pullToRefreshEnabled",
7415
+ "children": [
7416
+ {
7417
+ "kind": "TypeNominal",
7418
+ "name": "Bool",
7419
+ "printedName": "Swift.Bool",
7420
+ "usr": "s:Sb"
7421
+ }
7422
+ ],
7423
+ "declKind": "Var",
7424
+ "usr": "s:11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvp",
7425
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvp",
7426
+ "moduleName": "ShortKitSDK",
7427
+ "declAttributes": [
7428
+ "HasStorage",
7429
+ "AccessControl"
7430
+ ],
7431
+ "hasStorage": true,
7432
+ "accessors": [
7433
+ {
7434
+ "kind": "Accessor",
7435
+ "name": "Get",
7436
+ "printedName": "Get()",
7437
+ "children": [
7438
+ {
7439
+ "kind": "TypeNominal",
7440
+ "name": "Bool",
7441
+ "printedName": "Swift.Bool",
7442
+ "usr": "s:Sb"
7443
+ }
7444
+ ],
7445
+ "declKind": "Accessor",
7446
+ "usr": "s:11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvg",
7447
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvg",
7448
+ "moduleName": "ShortKitSDK",
7449
+ "implicit": true,
7450
+ "accessorKind": "get"
7451
+ },
7452
+ {
7453
+ "kind": "Accessor",
7454
+ "name": "Set",
7455
+ "printedName": "Set()",
7456
+ "children": [
7457
+ {
7458
+ "kind": "TypeNominal",
7459
+ "name": "Void",
7460
+ "printedName": "()"
7461
+ },
7462
+ {
7463
+ "kind": "TypeNominal",
7464
+ "name": "Bool",
7465
+ "printedName": "Swift.Bool",
7466
+ "usr": "s:Sb"
7467
+ }
7468
+ ],
7469
+ "declKind": "Accessor",
7470
+ "usr": "s:11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvs",
7471
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvs",
7472
+ "moduleName": "ShortKitSDK",
7473
+ "implicit": true,
7474
+ "accessorKind": "set"
7475
+ },
7476
+ {
7477
+ "kind": "Accessor",
7478
+ "name": "Modify",
7479
+ "printedName": "Modify()",
7480
+ "children": [
7481
+ {
7482
+ "kind": "TypeNominal",
7483
+ "name": "Void",
7484
+ "printedName": "()"
7485
+ }
7486
+ ],
7487
+ "declKind": "Accessor",
7488
+ "usr": "s:11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvM",
7489
+ "mangledName": "$s11ShortKitSDK10FeedConfigV20pullToRefreshEnabledSbvM",
7490
+ "moduleName": "ShortKitSDK",
7491
+ "implicit": true,
7492
+ "accessorKind": "_modify"
7493
+ }
7494
+ ]
7495
+ },
7326
7496
  {
7327
7497
  "kind": "Var",
7328
7498
  "name": "filter",
@@ -7547,7 +7717,7 @@
7547
7717
  {
7548
7718
  "kind": "Constructor",
7549
7719
  "name": "init",
7550
- "printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:filter:preload:)",
7720
+ "printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:)",
7551
7721
  "children": [
7552
7722
  {
7553
7723
  "kind": "TypeNominal",
@@ -7583,6 +7753,13 @@
7583
7753
  "hasDefaultArg": true,
7584
7754
  "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
7585
7755
  },
7756
+ {
7757
+ "kind": "TypeNominal",
7758
+ "name": "VideoCarouselOverlayMode",
7759
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
7760
+ "hasDefaultArg": true,
7761
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
7762
+ },
7586
7763
  {
7587
7764
  "kind": "TypeNominal",
7588
7765
  "name": "SurveyOverlayMode",
@@ -7625,6 +7802,13 @@
7625
7802
  "hasDefaultArg": true,
7626
7803
  "usr": "s:Sb"
7627
7804
  },
7805
+ {
7806
+ "kind": "TypeNominal",
7807
+ "name": "Bool",
7808
+ "printedName": "Swift.Bool",
7809
+ "hasDefaultArg": true,
7810
+ "usr": "s:Sb"
7811
+ },
7628
7812
  {
7629
7813
  "kind": "TypeNominal",
7630
7814
  "name": "Optional",
@@ -7657,8 +7841,8 @@
7657
7841
  }
7658
7842
  ],
7659
7843
  "declKind": "Constructor",
7660
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldQ7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA08CarouselkZ0OAA06SurveykZ0OAA02AdkZ0OS2bAA0dS0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7661
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldQ7Enabled6filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA08CarouselkZ0OAA06SurveykZ0OAA02AdkZ0OS2bAA0dS0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7844
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled013pullToRefreshV06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7845
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled013pullToRefreshV06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7662
7846
  "moduleName": "ShortKitSDK",
7663
7847
  "declAttributes": [
7664
7848
  "AccessControl"
@@ -8319,8 +8503,8 @@
8319
8503
  },
8320
8504
  {
8321
8505
  "kind": "TypeDecl",
8322
- "name": "SurveyOverlayMode",
8323
- "printedName": "SurveyOverlayMode",
8506
+ "name": "VideoCarouselOverlayMode",
8507
+ "printedName": "VideoCarouselOverlayMode",
8324
8508
  "children": [
8325
8509
  {
8326
8510
  "kind": "Var",
@@ -8330,24 +8514,24 @@
8330
8514
  {
8331
8515
  "kind": "TypeFunc",
8332
8516
  "name": "Function",
8333
- "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8517
+ "printedName": "(ShortKitSDK.VideoCarouselOverlayMode.Type) -> ShortKitSDK.VideoCarouselOverlayMode",
8334
8518
  "children": [
8335
8519
  {
8336
8520
  "kind": "TypeNominal",
8337
- "name": "SurveyOverlayMode",
8338
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8339
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8521
+ "name": "VideoCarouselOverlayMode",
8522
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8523
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8340
8524
  },
8341
8525
  {
8342
8526
  "kind": "TypeNominal",
8343
8527
  "name": "Metatype",
8344
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8528
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8345
8529
  "children": [
8346
8530
  {
8347
8531
  "kind": "TypeNominal",
8348
- "name": "SurveyOverlayMode",
8349
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8350
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8532
+ "name": "VideoCarouselOverlayMode",
8533
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8534
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8351
8535
  }
8352
8536
  ]
8353
8537
  }
@@ -8355,8 +8539,8 @@
8355
8539
  }
8356
8540
  ],
8357
8541
  "declKind": "EnumElement",
8358
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8359
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8542
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8543
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4noneyA2CmF",
8360
8544
  "moduleName": "ShortKitSDK"
8361
8545
  },
8362
8546
  {
@@ -8367,28 +8551,28 @@
8367
8551
  {
8368
8552
  "kind": "TypeFunc",
8369
8553
  "name": "Function",
8370
- "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8554
+ "printedName": "(ShortKitSDK.VideoCarouselOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay) -> ShortKitSDK.VideoCarouselOverlayMode",
8371
8555
  "children": [
8372
8556
  {
8373
8557
  "kind": "TypeFunc",
8374
8558
  "name": "Function",
8375
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8559
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay) -> ShortKitSDK.VideoCarouselOverlayMode",
8376
8560
  "children": [
8377
8561
  {
8378
8562
  "kind": "TypeNominal",
8379
- "name": "SurveyOverlayMode",
8380
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8381
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8563
+ "name": "VideoCarouselOverlayMode",
8564
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8565
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8382
8566
  },
8383
8567
  {
8384
8568
  "kind": "TypeFunc",
8385
8569
  "name": "Function",
8386
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8570
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay",
8387
8571
  "children": [
8388
8572
  {
8389
8573
  "kind": "TypeNominal",
8390
8574
  "name": "ProtocolComposition",
8391
- "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8575
+ "printedName": "any UIKit.UIView & ShortKitSDK.VideoCarouselOverlay"
8392
8576
  },
8393
8577
  {
8394
8578
  "kind": "TypeNominal",
@@ -8402,13 +8586,13 @@
8402
8586
  {
8403
8587
  "kind": "TypeNominal",
8404
8588
  "name": "Metatype",
8405
- "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8589
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode.Type",
8406
8590
  "children": [
8407
8591
  {
8408
8592
  "kind": "TypeNominal",
8409
- "name": "SurveyOverlayMode",
8410
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8411
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8593
+ "name": "VideoCarouselOverlayMode",
8594
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8595
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8412
8596
  }
8413
8597
  ]
8414
8598
  }
@@ -8416,8 +8600,8 @@
8416
8600
  }
8417
8601
  ],
8418
8602
  "declKind": "EnumElement",
8419
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8420
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8603
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8604
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
8421
8605
  "moduleName": "ShortKitSDK"
8422
8606
  },
8423
8607
  {
@@ -8433,20 +8617,20 @@
8433
8617
  },
8434
8618
  {
8435
8619
  "kind": "TypeNominal",
8436
- "name": "SurveyOverlayMode",
8437
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8438
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8620
+ "name": "VideoCarouselOverlayMode",
8621
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8622
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8439
8623
  },
8440
8624
  {
8441
8625
  "kind": "TypeNominal",
8442
- "name": "SurveyOverlayMode",
8443
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8444
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8626
+ "name": "VideoCarouselOverlayMode",
8627
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8628
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8445
8629
  }
8446
8630
  ],
8447
8631
  "declKind": "Func",
8448
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8449
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8632
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8633
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO2eeoiySbAC_ACtFZ",
8450
8634
  "moduleName": "ShortKitSDK",
8451
8635
  "static": true,
8452
8636
  "declAttributes": [
@@ -8462,9 +8646,9 @@
8462
8646
  "children": [
8463
8647
  {
8464
8648
  "kind": "TypeNominal",
8465
- "name": "SurveyOverlayMode",
8466
- "printedName": "ShortKitSDK.SurveyOverlayMode",
8467
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8649
+ "name": "VideoCarouselOverlayMode",
8650
+ "printedName": "ShortKitSDK.VideoCarouselOverlayMode",
8651
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO"
8468
8652
  },
8469
8653
  {
8470
8654
  "kind": "TypeNominal",
@@ -8474,8 +8658,8 @@
8474
8658
  }
8475
8659
  ],
8476
8660
  "declKind": "Constructor",
8477
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8478
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8661
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8662
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO4fromACs7Decoder_p_tKcfc",
8479
8663
  "moduleName": "ShortKitSDK",
8480
8664
  "declAttributes": [
8481
8665
  "AccessControl"
@@ -8502,8 +8686,8 @@
8502
8686
  }
8503
8687
  ],
8504
8688
  "declKind": "Func",
8505
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8506
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8689
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8690
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO6encode2toys7Encoder_p_tKF",
8507
8691
  "moduleName": "ShortKitSDK",
8508
8692
  "declAttributes": [
8509
8693
  "AccessControl"
@@ -8514,8 +8698,8 @@
8514
8698
  }
8515
8699
  ],
8516
8700
  "declKind": "Enum",
8517
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8518
- "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8701
+ "usr": "s:11ShortKitSDK24VideoCarouselOverlayModeO",
8702
+ "mangledName": "$s11ShortKitSDK24VideoCarouselOverlayModeO",
8519
8703
  "moduleName": "ShortKitSDK",
8520
8704
  "declAttributes": [
8521
8705
  "AccessControl",
@@ -8561,8 +8745,8 @@
8561
8745
  },
8562
8746
  {
8563
8747
  "kind": "TypeDecl",
8564
- "name": "AdOverlayMode",
8565
- "printedName": "AdOverlayMode",
8748
+ "name": "SurveyOverlayMode",
8749
+ "printedName": "SurveyOverlayMode",
8566
8750
  "children": [
8567
8751
  {
8568
8752
  "kind": "Var",
@@ -8572,24 +8756,24 @@
8572
8756
  {
8573
8757
  "kind": "TypeFunc",
8574
8758
  "name": "Function",
8575
- "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> ShortKitSDK.AdOverlayMode",
8759
+ "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> ShortKitSDK.SurveyOverlayMode",
8576
8760
  "children": [
8577
8761
  {
8578
8762
  "kind": "TypeNominal",
8579
- "name": "AdOverlayMode",
8580
- "printedName": "ShortKitSDK.AdOverlayMode",
8581
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8763
+ "name": "SurveyOverlayMode",
8764
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8765
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8582
8766
  },
8583
8767
  {
8584
8768
  "kind": "TypeNominal",
8585
8769
  "name": "Metatype",
8586
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8770
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8587
8771
  "children": [
8588
8772
  {
8589
8773
  "kind": "TypeNominal",
8590
- "name": "AdOverlayMode",
8591
- "printedName": "ShortKitSDK.AdOverlayMode",
8592
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8774
+ "name": "SurveyOverlayMode",
8775
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8776
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8593
8777
  }
8594
8778
  ]
8595
8779
  }
@@ -8597,8 +8781,8 @@
8597
8781
  }
8598
8782
  ],
8599
8783
  "declKind": "EnumElement",
8600
- "usr": "s:11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8601
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
8784
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8785
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4noneyA2CmF",
8602
8786
  "moduleName": "ShortKitSDK"
8603
8787
  },
8604
8788
  {
@@ -8609,28 +8793,28 @@
8609
8793
  {
8610
8794
  "kind": "TypeFunc",
8611
8795
  "name": "Function",
8612
- "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8796
+ "printedName": "(ShortKitSDK.SurveyOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8613
8797
  "children": [
8614
8798
  {
8615
8799
  "kind": "TypeFunc",
8616
8800
  "name": "Function",
8617
- "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
8801
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.SurveyOverlay) -> ShortKitSDK.SurveyOverlayMode",
8618
8802
  "children": [
8619
8803
  {
8620
8804
  "kind": "TypeNominal",
8621
- "name": "AdOverlayMode",
8622
- "printedName": "ShortKitSDK.AdOverlayMode",
8623
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8805
+ "name": "SurveyOverlayMode",
8806
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8807
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8624
8808
  },
8625
8809
  {
8626
8810
  "kind": "TypeFunc",
8627
8811
  "name": "Function",
8628
- "printedName": "() -> any UIKit.UIView & ShortKitSDK.AdOverlay",
8812
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.SurveyOverlay",
8629
8813
  "children": [
8630
8814
  {
8631
8815
  "kind": "TypeNominal",
8632
8816
  "name": "ProtocolComposition",
8633
- "printedName": "any UIKit.UIView & ShortKitSDK.AdOverlay"
8817
+ "printedName": "any UIKit.UIView & ShortKitSDK.SurveyOverlay"
8634
8818
  },
8635
8819
  {
8636
8820
  "kind": "TypeNominal",
@@ -8644,13 +8828,13 @@
8644
8828
  {
8645
8829
  "kind": "TypeNominal",
8646
8830
  "name": "Metatype",
8647
- "printedName": "ShortKitSDK.AdOverlayMode.Type",
8831
+ "printedName": "ShortKitSDK.SurveyOverlayMode.Type",
8648
8832
  "children": [
8649
8833
  {
8650
8834
  "kind": "TypeNominal",
8651
- "name": "AdOverlayMode",
8652
- "printedName": "ShortKitSDK.AdOverlayMode",
8653
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8835
+ "name": "SurveyOverlayMode",
8836
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8837
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8654
8838
  }
8655
8839
  ]
8656
8840
  }
@@ -8658,8 +8842,8 @@
8658
8842
  }
8659
8843
  ],
8660
8844
  "declKind": "EnumElement",
8661
- "usr": "s:11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8662
- "mangledName": "$s11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8845
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8846
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
8663
8847
  "moduleName": "ShortKitSDK"
8664
8848
  },
8665
8849
  {
@@ -8675,15 +8859,257 @@
8675
8859
  },
8676
8860
  {
8677
8861
  "kind": "TypeNominal",
8678
- "name": "AdOverlayMode",
8679
- "printedName": "ShortKitSDK.AdOverlayMode",
8680
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8862
+ "name": "SurveyOverlayMode",
8863
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8864
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8681
8865
  },
8682
8866
  {
8683
8867
  "kind": "TypeNominal",
8684
- "name": "AdOverlayMode",
8685
- "printedName": "ShortKitSDK.AdOverlayMode",
8686
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
8868
+ "name": "SurveyOverlayMode",
8869
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8870
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8871
+ }
8872
+ ],
8873
+ "declKind": "Func",
8874
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8875
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO2eeoiySbAC_ACtFZ",
8876
+ "moduleName": "ShortKitSDK",
8877
+ "static": true,
8878
+ "declAttributes": [
8879
+ "AccessControl"
8880
+ ],
8881
+ "isFromExtension": true,
8882
+ "funcSelfKind": "NonMutating"
8883
+ },
8884
+ {
8885
+ "kind": "Constructor",
8886
+ "name": "init",
8887
+ "printedName": "init(from:)",
8888
+ "children": [
8889
+ {
8890
+ "kind": "TypeNominal",
8891
+ "name": "SurveyOverlayMode",
8892
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
8893
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
8894
+ },
8895
+ {
8896
+ "kind": "TypeNominal",
8897
+ "name": "Decoder",
8898
+ "printedName": "any Swift.Decoder",
8899
+ "usr": "s:s7DecoderP"
8900
+ }
8901
+ ],
8902
+ "declKind": "Constructor",
8903
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8904
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO4fromACs7Decoder_p_tKcfc",
8905
+ "moduleName": "ShortKitSDK",
8906
+ "declAttributes": [
8907
+ "AccessControl"
8908
+ ],
8909
+ "isFromExtension": true,
8910
+ "throwing": true,
8911
+ "init_kind": "Designated"
8912
+ },
8913
+ {
8914
+ "kind": "Function",
8915
+ "name": "encode",
8916
+ "printedName": "encode(to:)",
8917
+ "children": [
8918
+ {
8919
+ "kind": "TypeNominal",
8920
+ "name": "Void",
8921
+ "printedName": "()"
8922
+ },
8923
+ {
8924
+ "kind": "TypeNominal",
8925
+ "name": "Encoder",
8926
+ "printedName": "any Swift.Encoder",
8927
+ "usr": "s:s7EncoderP"
8928
+ }
8929
+ ],
8930
+ "declKind": "Func",
8931
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8932
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO6encode2toys7Encoder_p_tKF",
8933
+ "moduleName": "ShortKitSDK",
8934
+ "declAttributes": [
8935
+ "AccessControl"
8936
+ ],
8937
+ "isFromExtension": true,
8938
+ "throwing": true,
8939
+ "funcSelfKind": "NonMutating"
8940
+ }
8941
+ ],
8942
+ "declKind": "Enum",
8943
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO",
8944
+ "mangledName": "$s11ShortKitSDK17SurveyOverlayModeO",
8945
+ "moduleName": "ShortKitSDK",
8946
+ "declAttributes": [
8947
+ "AccessControl",
8948
+ "RawDocComment"
8949
+ ],
8950
+ "conformances": [
8951
+ {
8952
+ "kind": "Conformance",
8953
+ "name": "Copyable",
8954
+ "printedName": "Copyable",
8955
+ "usr": "s:s8CopyableP",
8956
+ "mangledName": "$ss8CopyableP"
8957
+ },
8958
+ {
8959
+ "kind": "Conformance",
8960
+ "name": "Escapable",
8961
+ "printedName": "Escapable",
8962
+ "usr": "s:s9EscapableP",
8963
+ "mangledName": "$ss9EscapableP"
8964
+ },
8965
+ {
8966
+ "kind": "Conformance",
8967
+ "name": "Equatable",
8968
+ "printedName": "Equatable",
8969
+ "usr": "s:SQ",
8970
+ "mangledName": "$sSQ"
8971
+ },
8972
+ {
8973
+ "kind": "Conformance",
8974
+ "name": "Decodable",
8975
+ "printedName": "Decodable",
8976
+ "usr": "s:Se",
8977
+ "mangledName": "$sSe"
8978
+ },
8979
+ {
8980
+ "kind": "Conformance",
8981
+ "name": "Encodable",
8982
+ "printedName": "Encodable",
8983
+ "usr": "s:SE",
8984
+ "mangledName": "$sSE"
8985
+ }
8986
+ ]
8987
+ },
8988
+ {
8989
+ "kind": "TypeDecl",
8990
+ "name": "AdOverlayMode",
8991
+ "printedName": "AdOverlayMode",
8992
+ "children": [
8993
+ {
8994
+ "kind": "Var",
8995
+ "name": "none",
8996
+ "printedName": "none",
8997
+ "children": [
8998
+ {
8999
+ "kind": "TypeFunc",
9000
+ "name": "Function",
9001
+ "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> ShortKitSDK.AdOverlayMode",
9002
+ "children": [
9003
+ {
9004
+ "kind": "TypeNominal",
9005
+ "name": "AdOverlayMode",
9006
+ "printedName": "ShortKitSDK.AdOverlayMode",
9007
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9008
+ },
9009
+ {
9010
+ "kind": "TypeNominal",
9011
+ "name": "Metatype",
9012
+ "printedName": "ShortKitSDK.AdOverlayMode.Type",
9013
+ "children": [
9014
+ {
9015
+ "kind": "TypeNominal",
9016
+ "name": "AdOverlayMode",
9017
+ "printedName": "ShortKitSDK.AdOverlayMode",
9018
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9019
+ }
9020
+ ]
9021
+ }
9022
+ ]
9023
+ }
9024
+ ],
9025
+ "declKind": "EnumElement",
9026
+ "usr": "s:11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
9027
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO4noneyA2CmF",
9028
+ "moduleName": "ShortKitSDK"
9029
+ },
9030
+ {
9031
+ "kind": "Var",
9032
+ "name": "custom",
9033
+ "printedName": "custom",
9034
+ "children": [
9035
+ {
9036
+ "kind": "TypeFunc",
9037
+ "name": "Function",
9038
+ "printedName": "(ShortKitSDK.AdOverlayMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
9039
+ "children": [
9040
+ {
9041
+ "kind": "TypeFunc",
9042
+ "name": "Function",
9043
+ "printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.AdOverlay) -> ShortKitSDK.AdOverlayMode",
9044
+ "children": [
9045
+ {
9046
+ "kind": "TypeNominal",
9047
+ "name": "AdOverlayMode",
9048
+ "printedName": "ShortKitSDK.AdOverlayMode",
9049
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9050
+ },
9051
+ {
9052
+ "kind": "TypeFunc",
9053
+ "name": "Function",
9054
+ "printedName": "() -> any UIKit.UIView & ShortKitSDK.AdOverlay",
9055
+ "children": [
9056
+ {
9057
+ "kind": "TypeNominal",
9058
+ "name": "ProtocolComposition",
9059
+ "printedName": "any UIKit.UIView & ShortKitSDK.AdOverlay"
9060
+ },
9061
+ {
9062
+ "kind": "TypeNominal",
9063
+ "name": "Void",
9064
+ "printedName": "()"
9065
+ }
9066
+ ]
9067
+ }
9068
+ ]
9069
+ },
9070
+ {
9071
+ "kind": "TypeNominal",
9072
+ "name": "Metatype",
9073
+ "printedName": "ShortKitSDK.AdOverlayMode.Type",
9074
+ "children": [
9075
+ {
9076
+ "kind": "TypeNominal",
9077
+ "name": "AdOverlayMode",
9078
+ "printedName": "ShortKitSDK.AdOverlayMode",
9079
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9080
+ }
9081
+ ]
9082
+ }
9083
+ ]
9084
+ }
9085
+ ],
9086
+ "declKind": "EnumElement",
9087
+ "usr": "s:11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
9088
+ "mangledName": "$s11ShortKitSDK13AdOverlayModeO6customyAcA0dE0_So6UIViewCXcyYbccACmF",
9089
+ "moduleName": "ShortKitSDK"
9090
+ },
9091
+ {
9092
+ "kind": "Function",
9093
+ "name": "==",
9094
+ "printedName": "==(_:_:)",
9095
+ "children": [
9096
+ {
9097
+ "kind": "TypeNominal",
9098
+ "name": "Bool",
9099
+ "printedName": "Swift.Bool",
9100
+ "usr": "s:Sb"
9101
+ },
9102
+ {
9103
+ "kind": "TypeNominal",
9104
+ "name": "AdOverlayMode",
9105
+ "printedName": "ShortKitSDK.AdOverlayMode",
9106
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
9107
+ },
9108
+ {
9109
+ "kind": "TypeNominal",
9110
+ "name": "AdOverlayMode",
9111
+ "printedName": "ShortKitSDK.AdOverlayMode",
9112
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
8687
9113
  }
8688
9114
  ],
8689
9115
  "declKind": "Func",
@@ -8815,8 +9241,8 @@
8815
9241
  "children": [
8816
9242
  {
8817
9243
  "kind": "Function",
8818
- "name": "shortKitDidRequestRefresh",
8819
- "printedName": "shortKitDidRequestRefresh(_:)",
9244
+ "name": "shortKit",
9245
+ "printedName": "shortKit(_:didChangeRefreshState:)",
8820
9246
  "children": [
8821
9247
  {
8822
9248
  "kind": "TypeNominal",
@@ -8828,11 +9254,17 @@
8828
9254
  "name": "ShortKit",
8829
9255
  "printedName": "ShortKitSDK.ShortKit",
8830
9256
  "usr": "s:11ShortKitSDK0aB0C"
9257
+ },
9258
+ {
9259
+ "kind": "TypeNominal",
9260
+ "name": "ShortKitRefreshState",
9261
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
9262
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
8831
9263
  }
8832
9264
  ],
8833
9265
  "declKind": "Func",
8834
- "usr": "s:11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
8835
- "mangledName": "$s11ShortKitSDK0aB8DelegateP05shortB17DidRequestRefreshyyAA0aB0CF",
9266
+ "usr": "s:11ShortKitSDK0aB8DelegateP05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
9267
+ "mangledName": "$s11ShortKitSDK0aB8DelegateP05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
8836
9268
  "moduleName": "ShortKitSDK",
8837
9269
  "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
8838
9270
  "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
@@ -8931,8 +9363,8 @@
8931
9363
  },
8932
9364
  {
8933
9365
  "kind": "Function",
8934
- "name": "shortKitDidRequestRefresh",
8935
- "printedName": "shortKitDidRequestRefresh(_:)",
9366
+ "name": "shortKit",
9367
+ "printedName": "shortKit(_:didChangeRefreshState:)",
8936
9368
  "children": [
8937
9369
  {
8938
9370
  "kind": "TypeNominal",
@@ -8944,11 +9376,17 @@
8944
9376
  "name": "ShortKit",
8945
9377
  "printedName": "ShortKitSDK.ShortKit",
8946
9378
  "usr": "s:11ShortKitSDK0aB0C"
9379
+ },
9380
+ {
9381
+ "kind": "TypeNominal",
9382
+ "name": "ShortKitRefreshState",
9383
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
9384
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
8947
9385
  }
8948
9386
  ],
8949
9387
  "declKind": "Func",
8950
- "usr": "s:11ShortKitSDK0aB8DelegatePAAE05shortB17DidRequestRefreshyyAA0aB0CF",
8951
- "mangledName": "$s11ShortKitSDK0aB8DelegatePAAE05shortB17DidRequestRefreshyyAA0aB0CF",
9388
+ "usr": "s:11ShortKitSDK0aB8DelegatePAAE05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
9389
+ "mangledName": "$s11ShortKitSDK0aB8DelegatePAAE05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
8952
9390
  "moduleName": "ShortKitSDK",
8953
9391
  "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
8954
9392
  "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
@@ -10752,8 +11190,8 @@
10752
11190
  },
10753
11191
  {
10754
11192
  "kind": "Function",
10755
- "name": "scrollViewDidScroll",
10756
- "printedName": "scrollViewDidScroll(_:)",
11193
+ "name": "scrollViewDidScrollToTop",
11194
+ "printedName": "scrollViewDidScrollToTop(_:)",
10757
11195
  "children": [
10758
11196
  {
10759
11197
  "kind": "TypeNominal",
@@ -10768,10 +11206,10 @@
10768
11206
  }
10769
11207
  ],
10770
11208
  "declKind": "Func",
10771
- "usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitFeedViewController(im)scrollViewDidScroll:",
10772
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC06scrollE9DidScrollyySo08UIScrollE0CF",
11209
+ "usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitFeedViewController(im)scrollViewDidScrollToTop:",
11210
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC06scrollE14DidScrollToTopyySo08UIScrollE0CF",
10773
11211
  "moduleName": "ShortKitSDK",
10774
- "objc_name": "scrollViewDidScroll:",
11212
+ "objc_name": "scrollViewDidScrollToTop:",
10775
11213
  "declAttributes": [
10776
11214
  "Dynamic",
10777
11215
  "ObjC",
@@ -10784,7 +11222,39 @@
10784
11222
  },
10785
11223
  {
10786
11224
  "kind": "Function",
10787
- "name": "collectionView",
11225
+ "name": "scrollViewDidScroll",
11226
+ "printedName": "scrollViewDidScroll(_:)",
11227
+ "children": [
11228
+ {
11229
+ "kind": "TypeNominal",
11230
+ "name": "Void",
11231
+ "printedName": "()"
11232
+ },
11233
+ {
11234
+ "kind": "TypeNominal",
11235
+ "name": "UIScrollView",
11236
+ "printedName": "UIKit.UIScrollView",
11237
+ "usr": "c:objc(cs)UIScrollView"
11238
+ }
11239
+ ],
11240
+ "declKind": "Func",
11241
+ "usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitFeedViewController(im)scrollViewDidScroll:",
11242
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC06scrollE9DidScrollyySo08UIScrollE0CF",
11243
+ "moduleName": "ShortKitSDK",
11244
+ "objc_name": "scrollViewDidScroll:",
11245
+ "declAttributes": [
11246
+ "Dynamic",
11247
+ "ObjC",
11248
+ "Preconcurrency",
11249
+ "Custom",
11250
+ "AccessControl"
11251
+ ],
11252
+ "isFromExtension": true,
11253
+ "funcSelfKind": "NonMutating"
11254
+ },
11255
+ {
11256
+ "kind": "Function",
11257
+ "name": "collectionView",
10788
11258
  "printedName": "collectionView(_:prefetchItemsAt:)",
10789
11259
  "children": [
10790
11260
  {
@@ -11140,6 +11610,238 @@
11140
11610
  "declKind": "Import",
11141
11611
  "moduleName": "ShortKitSDK"
11142
11612
  },
11613
+ {
11614
+ "kind": "Import",
11615
+ "name": "CoreGraphics",
11616
+ "printedName": "CoreGraphics",
11617
+ "declKind": "Import",
11618
+ "moduleName": "ShortKitSDK"
11619
+ },
11620
+ {
11621
+ "kind": "TypeDecl",
11622
+ "name": "ShortKitRefreshState",
11623
+ "printedName": "ShortKitRefreshState",
11624
+ "children": [
11625
+ {
11626
+ "kind": "Var",
11627
+ "name": "idle",
11628
+ "printedName": "idle",
11629
+ "children": [
11630
+ {
11631
+ "kind": "TypeFunc",
11632
+ "name": "Function",
11633
+ "printedName": "(ShortKitSDK.ShortKitRefreshState.Type) -> ShortKitSDK.ShortKitRefreshState",
11634
+ "children": [
11635
+ {
11636
+ "kind": "TypeNominal",
11637
+ "name": "ShortKitRefreshState",
11638
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11639
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11640
+ },
11641
+ {
11642
+ "kind": "TypeNominal",
11643
+ "name": "Metatype",
11644
+ "printedName": "ShortKitSDK.ShortKitRefreshState.Type",
11645
+ "children": [
11646
+ {
11647
+ "kind": "TypeNominal",
11648
+ "name": "ShortKitRefreshState",
11649
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11650
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11651
+ }
11652
+ ]
11653
+ }
11654
+ ]
11655
+ }
11656
+ ],
11657
+ "declKind": "EnumElement",
11658
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO4idleyA2CmF",
11659
+ "mangledName": "$s11ShortKitSDK0aB12RefreshStateO4idleyA2CmF",
11660
+ "moduleName": "ShortKitSDK",
11661
+ "declAttributes": [
11662
+ "RawDocComment"
11663
+ ]
11664
+ },
11665
+ {
11666
+ "kind": "Var",
11667
+ "name": "pulling",
11668
+ "printedName": "pulling",
11669
+ "children": [
11670
+ {
11671
+ "kind": "TypeFunc",
11672
+ "name": "Function",
11673
+ "printedName": "(ShortKitSDK.ShortKitRefreshState.Type) -> (CoreGraphics.CGFloat) -> ShortKitSDK.ShortKitRefreshState",
11674
+ "children": [
11675
+ {
11676
+ "kind": "TypeFunc",
11677
+ "name": "Function",
11678
+ "printedName": "(CoreGraphics.CGFloat) -> ShortKitSDK.ShortKitRefreshState",
11679
+ "children": [
11680
+ {
11681
+ "kind": "TypeNominal",
11682
+ "name": "ShortKitRefreshState",
11683
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11684
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11685
+ },
11686
+ {
11687
+ "kind": "TypeNominal",
11688
+ "name": "Tuple",
11689
+ "printedName": "(progress: CoreGraphics.CGFloat)",
11690
+ "children": [
11691
+ {
11692
+ "kind": "TypeNominal",
11693
+ "name": "CGFloat",
11694
+ "printedName": "CoreGraphics.CGFloat",
11695
+ "usr": "s:14CoreFoundation7CGFloatV"
11696
+ }
11697
+ ]
11698
+ }
11699
+ ]
11700
+ },
11701
+ {
11702
+ "kind": "TypeNominal",
11703
+ "name": "Metatype",
11704
+ "printedName": "ShortKitSDK.ShortKitRefreshState.Type",
11705
+ "children": [
11706
+ {
11707
+ "kind": "TypeNominal",
11708
+ "name": "ShortKitRefreshState",
11709
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11710
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11711
+ }
11712
+ ]
11713
+ }
11714
+ ]
11715
+ }
11716
+ ],
11717
+ "declKind": "EnumElement",
11718
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO7pullingyAC14CoreFoundation7CGFloatV_tcACmF",
11719
+ "mangledName": "$s11ShortKitSDK0aB12RefreshStateO7pullingyAC12CoreGraphics7CGFloatV_tcACmF",
11720
+ "moduleName": "ShortKitSDK",
11721
+ "declAttributes": [
11722
+ "RawDocComment"
11723
+ ]
11724
+ },
11725
+ {
11726
+ "kind": "Var",
11727
+ "name": "triggered",
11728
+ "printedName": "triggered",
11729
+ "children": [
11730
+ {
11731
+ "kind": "TypeFunc",
11732
+ "name": "Function",
11733
+ "printedName": "(ShortKitSDK.ShortKitRefreshState.Type) -> ShortKitSDK.ShortKitRefreshState",
11734
+ "children": [
11735
+ {
11736
+ "kind": "TypeNominal",
11737
+ "name": "ShortKitRefreshState",
11738
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11739
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11740
+ },
11741
+ {
11742
+ "kind": "TypeNominal",
11743
+ "name": "Metatype",
11744
+ "printedName": "ShortKitSDK.ShortKitRefreshState.Type",
11745
+ "children": [
11746
+ {
11747
+ "kind": "TypeNominal",
11748
+ "name": "ShortKitRefreshState",
11749
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11750
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11751
+ }
11752
+ ]
11753
+ }
11754
+ ]
11755
+ }
11756
+ ],
11757
+ "declKind": "EnumElement",
11758
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO9triggeredyA2CmF",
11759
+ "mangledName": "$s11ShortKitSDK0aB12RefreshStateO9triggeredyA2CmF",
11760
+ "moduleName": "ShortKitSDK",
11761
+ "declAttributes": [
11762
+ "RawDocComment"
11763
+ ]
11764
+ },
11765
+ {
11766
+ "kind": "Var",
11767
+ "name": "refreshing",
11768
+ "printedName": "refreshing",
11769
+ "children": [
11770
+ {
11771
+ "kind": "TypeFunc",
11772
+ "name": "Function",
11773
+ "printedName": "(ShortKitSDK.ShortKitRefreshState.Type) -> ShortKitSDK.ShortKitRefreshState",
11774
+ "children": [
11775
+ {
11776
+ "kind": "TypeNominal",
11777
+ "name": "ShortKitRefreshState",
11778
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11779
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11780
+ },
11781
+ {
11782
+ "kind": "TypeNominal",
11783
+ "name": "Metatype",
11784
+ "printedName": "ShortKitSDK.ShortKitRefreshState.Type",
11785
+ "children": [
11786
+ {
11787
+ "kind": "TypeNominal",
11788
+ "name": "ShortKitRefreshState",
11789
+ "printedName": "ShortKitSDK.ShortKitRefreshState",
11790
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO"
11791
+ }
11792
+ ]
11793
+ }
11794
+ ]
11795
+ }
11796
+ ],
11797
+ "declKind": "EnumElement",
11798
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO10refreshingyA2CmF",
11799
+ "mangledName": "$s11ShortKitSDK0aB12RefreshStateO10refreshingyA2CmF",
11800
+ "moduleName": "ShortKitSDK",
11801
+ "declAttributes": [
11802
+ "RawDocComment"
11803
+ ]
11804
+ }
11805
+ ],
11806
+ "declKind": "Enum",
11807
+ "usr": "s:11ShortKitSDK0aB12RefreshStateO",
11808
+ "mangledName": "$s11ShortKitSDK0aB12RefreshStateO",
11809
+ "moduleName": "ShortKitSDK",
11810
+ "declAttributes": [
11811
+ "AccessControl",
11812
+ "RawDocComment"
11813
+ ],
11814
+ "conformances": [
11815
+ {
11816
+ "kind": "Conformance",
11817
+ "name": "Copyable",
11818
+ "printedName": "Copyable",
11819
+ "usr": "s:s8CopyableP",
11820
+ "mangledName": "$ss8CopyableP"
11821
+ },
11822
+ {
11823
+ "kind": "Conformance",
11824
+ "name": "Escapable",
11825
+ "printedName": "Escapable",
11826
+ "usr": "s:s9EscapableP",
11827
+ "mangledName": "$ss9EscapableP"
11828
+ },
11829
+ {
11830
+ "kind": "Conformance",
11831
+ "name": "Sendable",
11832
+ "printedName": "Sendable",
11833
+ "usr": "s:s8SendableP",
11834
+ "mangledName": "$ss8SendableP"
11835
+ }
11836
+ ]
11837
+ },
11838
+ {
11839
+ "kind": "Import",
11840
+ "name": "UIKit",
11841
+ "printedName": "UIKit",
11842
+ "declKind": "Import",
11843
+ "moduleName": "ShortKitSDK"
11844
+ },
11143
11845
  {
11144
11846
  "kind": "Import",
11145
11847
  "name": "UIKit",
@@ -11147,6 +11849,13 @@
11147
11849
  "declKind": "Import",
11148
11850
  "moduleName": "ShortKitSDK"
11149
11851
  },
11852
+ {
11853
+ "kind": "Import",
11854
+ "name": "AVFoundation",
11855
+ "printedName": "AVFoundation",
11856
+ "declKind": "Import",
11857
+ "moduleName": "ShortKitSDK"
11858
+ },
11150
11859
  {
11151
11860
  "kind": "Import",
11152
11861
  "name": "Foundation",
@@ -14727,47 +15436,100 @@
14727
15436
  "declAttributes": [
14728
15437
  "RawDocComment"
14729
15438
  ]
14730
- }
14731
- ],
14732
- "declKind": "Enum",
14733
- "usr": "s:11ShortKitSDK9FeedInputO",
14734
- "mangledName": "$s11ShortKitSDK9FeedInputO",
14735
- "moduleName": "ShortKitSDK",
14736
- "declAttributes": [
14737
- "AccessControl",
14738
- "RawDocComment"
14739
- ],
14740
- "conformances": [
14741
- {
14742
- "kind": "Conformance",
14743
- "name": "Copyable",
14744
- "printedName": "Copyable",
14745
- "usr": "s:s8CopyableP",
14746
- "mangledName": "$ss8CopyableP"
14747
- },
14748
- {
14749
- "kind": "Conformance",
14750
- "name": "Escapable",
14751
- "printedName": "Escapable",
14752
- "usr": "s:s9EscapableP",
14753
- "mangledName": "$ss9EscapableP"
14754
15439
  },
14755
15440
  {
14756
- "kind": "Conformance",
14757
- "name": "Sendable",
14758
- "printedName": "Sendable",
14759
- "usr": "s:s8SendableP",
14760
- "mangledName": "$ss8SendableP"
14761
- }
14762
- ]
14763
- },
14764
- {
14765
- "kind": "Import",
14766
- "name": "Foundation",
14767
- "printedName": "Foundation",
14768
- "declKind": "Import",
14769
- "moduleName": "ShortKitSDK"
14770
- },
15441
+ "kind": "Var",
15442
+ "name": "videoCarousel",
15443
+ "printedName": "videoCarousel",
15444
+ "children": [
15445
+ {
15446
+ "kind": "TypeFunc",
15447
+ "name": "Function",
15448
+ "printedName": "(ShortKitSDK.FeedInput.Type) -> (ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedInput",
15449
+ "children": [
15450
+ {
15451
+ "kind": "TypeFunc",
15452
+ "name": "Function",
15453
+ "printedName": "(ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedInput",
15454
+ "children": [
15455
+ {
15456
+ "kind": "TypeNominal",
15457
+ "name": "FeedInput",
15458
+ "printedName": "ShortKitSDK.FeedInput",
15459
+ "usr": "s:11ShortKitSDK9FeedInputO"
15460
+ },
15461
+ {
15462
+ "kind": "TypeNominal",
15463
+ "name": "VideoCarouselItem",
15464
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15465
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15466
+ }
15467
+ ]
15468
+ },
15469
+ {
15470
+ "kind": "TypeNominal",
15471
+ "name": "Metatype",
15472
+ "printedName": "ShortKitSDK.FeedInput.Type",
15473
+ "children": [
15474
+ {
15475
+ "kind": "TypeNominal",
15476
+ "name": "FeedInput",
15477
+ "printedName": "ShortKitSDK.FeedInput",
15478
+ "usr": "s:11ShortKitSDK9FeedInputO"
15479
+ }
15480
+ ]
15481
+ }
15482
+ ]
15483
+ }
15484
+ ],
15485
+ "declKind": "EnumElement",
15486
+ "usr": "s:11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideoG4ItemVcACmF",
15487
+ "mangledName": "$s11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideoG4ItemVcACmF",
15488
+ "moduleName": "ShortKitSDK",
15489
+ "declAttributes": [
15490
+ "RawDocComment"
15491
+ ]
15492
+ }
15493
+ ],
15494
+ "declKind": "Enum",
15495
+ "usr": "s:11ShortKitSDK9FeedInputO",
15496
+ "mangledName": "$s11ShortKitSDK9FeedInputO",
15497
+ "moduleName": "ShortKitSDK",
15498
+ "declAttributes": [
15499
+ "AccessControl",
15500
+ "RawDocComment"
15501
+ ],
15502
+ "conformances": [
15503
+ {
15504
+ "kind": "Conformance",
15505
+ "name": "Copyable",
15506
+ "printedName": "Copyable",
15507
+ "usr": "s:s8CopyableP",
15508
+ "mangledName": "$ss8CopyableP"
15509
+ },
15510
+ {
15511
+ "kind": "Conformance",
15512
+ "name": "Escapable",
15513
+ "printedName": "Escapable",
15514
+ "usr": "s:s9EscapableP",
15515
+ "mangledName": "$ss9EscapableP"
15516
+ },
15517
+ {
15518
+ "kind": "Conformance",
15519
+ "name": "Sendable",
15520
+ "printedName": "Sendable",
15521
+ "usr": "s:s8SendableP",
15522
+ "mangledName": "$ss8SendableP"
15523
+ }
15524
+ ]
15525
+ },
15526
+ {
15527
+ "kind": "Import",
15528
+ "name": "Foundation",
15529
+ "printedName": "Foundation",
15530
+ "declKind": "Import",
15531
+ "moduleName": "ShortKitSDK"
15532
+ },
14771
15533
  {
14772
15534
  "kind": "TypeDecl",
14773
15535
  "name": "FeedItem",
@@ -14973,6 +15735,56 @@
14973
15735
  "mangledName": "$s11ShortKitSDK8FeedItemO6surveyyAcA06SurveyE0VcACmF",
14974
15736
  "moduleName": "ShortKitSDK"
14975
15737
  },
15738
+ {
15739
+ "kind": "Var",
15740
+ "name": "videoCarousel",
15741
+ "printedName": "videoCarousel",
15742
+ "children": [
15743
+ {
15744
+ "kind": "TypeFunc",
15745
+ "name": "Function",
15746
+ "printedName": "(ShortKitSDK.FeedItem.Type) -> (ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedItem",
15747
+ "children": [
15748
+ {
15749
+ "kind": "TypeFunc",
15750
+ "name": "Function",
15751
+ "printedName": "(ShortKitSDK.VideoCarouselItem) -> ShortKitSDK.FeedItem",
15752
+ "children": [
15753
+ {
15754
+ "kind": "TypeNominal",
15755
+ "name": "FeedItem",
15756
+ "printedName": "ShortKitSDK.FeedItem",
15757
+ "usr": "s:11ShortKitSDK8FeedItemO"
15758
+ },
15759
+ {
15760
+ "kind": "TypeNominal",
15761
+ "name": "VideoCarouselItem",
15762
+ "printedName": "ShortKitSDK.VideoCarouselItem",
15763
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
15764
+ }
15765
+ ]
15766
+ },
15767
+ {
15768
+ "kind": "TypeNominal",
15769
+ "name": "Metatype",
15770
+ "printedName": "ShortKitSDK.FeedItem.Type",
15771
+ "children": [
15772
+ {
15773
+ "kind": "TypeNominal",
15774
+ "name": "FeedItem",
15775
+ "printedName": "ShortKitSDK.FeedItem",
15776
+ "usr": "s:11ShortKitSDK8FeedItemO"
15777
+ }
15778
+ ]
15779
+ }
15780
+ ]
15781
+ }
15782
+ ],
15783
+ "declKind": "EnumElement",
15784
+ "usr": "s:11ShortKitSDK8FeedItemO13videoCarouselyAcA05VideogE0VcACmF",
15785
+ "mangledName": "$s11ShortKitSDK8FeedItemO13videoCarouselyAcA05VideogE0VcACmF",
15786
+ "moduleName": "ShortKitSDK"
15787
+ },
14976
15788
  {
14977
15789
  "kind": "Var",
14978
15790
  "name": "isContent",
@@ -15133,6 +15945,46 @@
15133
15945
  }
15134
15946
  ]
15135
15947
  },
15948
+ {
15949
+ "kind": "Var",
15950
+ "name": "isVideoCarousel",
15951
+ "printedName": "isVideoCarousel",
15952
+ "children": [
15953
+ {
15954
+ "kind": "TypeNominal",
15955
+ "name": "Bool",
15956
+ "printedName": "Swift.Bool",
15957
+ "usr": "s:Sb"
15958
+ }
15959
+ ],
15960
+ "declKind": "Var",
15961
+ "usr": "s:11ShortKitSDK8FeedItemO15isVideoCarouselSbvp",
15962
+ "mangledName": "$s11ShortKitSDK8FeedItemO15isVideoCarouselSbvp",
15963
+ "moduleName": "ShortKitSDK",
15964
+ "declAttributes": [
15965
+ "AccessControl"
15966
+ ],
15967
+ "accessors": [
15968
+ {
15969
+ "kind": "Accessor",
15970
+ "name": "Get",
15971
+ "printedName": "Get()",
15972
+ "children": [
15973
+ {
15974
+ "kind": "TypeNominal",
15975
+ "name": "Bool",
15976
+ "printedName": "Swift.Bool",
15977
+ "usr": "s:Sb"
15978
+ }
15979
+ ],
15980
+ "declKind": "Accessor",
15981
+ "usr": "s:11ShortKitSDK8FeedItemO15isVideoCarouselSbvg",
15982
+ "mangledName": "$s11ShortKitSDK8FeedItemO15isVideoCarouselSbvg",
15983
+ "moduleName": "ShortKitSDK",
15984
+ "accessorKind": "get"
15985
+ }
15986
+ ]
15987
+ },
15136
15988
  {
15137
15989
  "kind": "Var",
15138
15990
  "name": "isNonVideo",
@@ -15398,6 +16250,62 @@
15398
16250
  }
15399
16251
  ]
15400
16252
  },
16253
+ {
16254
+ "kind": "Var",
16255
+ "name": "videoCarouselItem",
16256
+ "printedName": "videoCarouselItem",
16257
+ "children": [
16258
+ {
16259
+ "kind": "TypeNominal",
16260
+ "name": "Optional",
16261
+ "printedName": "ShortKitSDK.VideoCarouselItem?",
16262
+ "children": [
16263
+ {
16264
+ "kind": "TypeNominal",
16265
+ "name": "VideoCarouselItem",
16266
+ "printedName": "ShortKitSDK.VideoCarouselItem",
16267
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
16268
+ }
16269
+ ],
16270
+ "usr": "s:Sq"
16271
+ }
16272
+ ],
16273
+ "declKind": "Var",
16274
+ "usr": "s:11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvp",
16275
+ "mangledName": "$s11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvp",
16276
+ "moduleName": "ShortKitSDK",
16277
+ "declAttributes": [
16278
+ "AccessControl"
16279
+ ],
16280
+ "accessors": [
16281
+ {
16282
+ "kind": "Accessor",
16283
+ "name": "Get",
16284
+ "printedName": "Get()",
16285
+ "children": [
16286
+ {
16287
+ "kind": "TypeNominal",
16288
+ "name": "Optional",
16289
+ "printedName": "ShortKitSDK.VideoCarouselItem?",
16290
+ "children": [
16291
+ {
16292
+ "kind": "TypeNominal",
16293
+ "name": "VideoCarouselItem",
16294
+ "printedName": "ShortKitSDK.VideoCarouselItem",
16295
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
16296
+ }
16297
+ ],
16298
+ "usr": "s:Sq"
16299
+ }
16300
+ ],
16301
+ "declKind": "Accessor",
16302
+ "usr": "s:11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvg",
16303
+ "mangledName": "$s11ShortKitSDK8FeedItemO013videoCarouselE0AA05VideogE0VSgvg",
16304
+ "moduleName": "ShortKitSDK",
16305
+ "accessorKind": "get"
16306
+ }
16307
+ ]
16308
+ },
15401
16309
  {
15402
16310
  "kind": "Var",
15403
16311
  "name": "id",
@@ -19609,66 +20517,734 @@
19609
20517
  "declKind": "Import",
19610
20518
  "moduleName": "ShortKitSDK"
19611
20519
  },
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
20520
  {
19655
20521
  "kind": "TypeDecl",
19656
- "name": "AdOverlay",
19657
- "printedName": "AdOverlay",
20522
+ "name": "VideoCarouselItem",
20523
+ "printedName": "VideoCarouselItem",
19658
20524
  "children": [
19659
20525
  {
19660
- "kind": "Function",
19661
- "name": "configure",
19662
- "printedName": "configure(with:)",
20526
+ "kind": "Var",
20527
+ "name": "id",
20528
+ "printedName": "id",
19663
20529
  "children": [
19664
20530
  {
19665
20531
  "kind": "TypeNominal",
19666
- "name": "Void",
19667
- "printedName": "()"
19668
- },
19669
- {
19670
- "kind": "TypeNominal",
19671
- "name": "NativeAdContent",
20532
+ "name": "String",
20533
+ "printedName": "Swift.String",
20534
+ "usr": "s:SS"
20535
+ }
20536
+ ],
20537
+ "declKind": "Var",
20538
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvp",
20539
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvp",
20540
+ "moduleName": "ShortKitSDK",
20541
+ "declAttributes": [
20542
+ "HasStorage",
20543
+ "AccessControl"
20544
+ ],
20545
+ "isLet": true,
20546
+ "hasStorage": true,
20547
+ "accessors": [
20548
+ {
20549
+ "kind": "Accessor",
20550
+ "name": "Get",
20551
+ "printedName": "Get()",
20552
+ "children": [
20553
+ {
20554
+ "kind": "TypeNominal",
20555
+ "name": "String",
20556
+ "printedName": "Swift.String",
20557
+ "usr": "s:SS"
20558
+ }
20559
+ ],
20560
+ "declKind": "Accessor",
20561
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvg",
20562
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvg",
20563
+ "moduleName": "ShortKitSDK",
20564
+ "implicit": true,
20565
+ "accessorKind": "get"
20566
+ }
20567
+ ]
20568
+ },
20569
+ {
20570
+ "kind": "Var",
20571
+ "name": "videos",
20572
+ "printedName": "videos",
20573
+ "children": [
20574
+ {
20575
+ "kind": "TypeNominal",
20576
+ "name": "Array",
20577
+ "printedName": "[ShortKitSDK.ContentItem]",
20578
+ "children": [
20579
+ {
20580
+ "kind": "TypeNominal",
20581
+ "name": "ContentItem",
20582
+ "printedName": "ShortKitSDK.ContentItem",
20583
+ "usr": "s:11ShortKitSDK11ContentItemV"
20584
+ }
20585
+ ],
20586
+ "usr": "s:Sa"
20587
+ }
20588
+ ],
20589
+ "declKind": "Var",
20590
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
20591
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
20592
+ "moduleName": "ShortKitSDK",
20593
+ "declAttributes": [
20594
+ "HasStorage",
20595
+ "AccessControl"
20596
+ ],
20597
+ "isLet": true,
20598
+ "hasStorage": true,
20599
+ "accessors": [
20600
+ {
20601
+ "kind": "Accessor",
20602
+ "name": "Get",
20603
+ "printedName": "Get()",
20604
+ "children": [
20605
+ {
20606
+ "kind": "TypeNominal",
20607
+ "name": "Array",
20608
+ "printedName": "[ShortKitSDK.ContentItem]",
20609
+ "children": [
20610
+ {
20611
+ "kind": "TypeNominal",
20612
+ "name": "ContentItem",
20613
+ "printedName": "ShortKitSDK.ContentItem",
20614
+ "usr": "s:11ShortKitSDK11ContentItemV"
20615
+ }
20616
+ ],
20617
+ "usr": "s:Sa"
20618
+ }
20619
+ ],
20620
+ "declKind": "Accessor",
20621
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
20622
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
20623
+ "moduleName": "ShortKitSDK",
20624
+ "implicit": true,
20625
+ "accessorKind": "get"
20626
+ }
20627
+ ]
20628
+ },
20629
+ {
20630
+ "kind": "Var",
20631
+ "name": "title",
20632
+ "printedName": "title",
20633
+ "children": [
20634
+ {
20635
+ "kind": "TypeNominal",
20636
+ "name": "Optional",
20637
+ "printedName": "Swift.String?",
20638
+ "children": [
20639
+ {
20640
+ "kind": "TypeNominal",
20641
+ "name": "String",
20642
+ "printedName": "Swift.String",
20643
+ "usr": "s:SS"
20644
+ }
20645
+ ],
20646
+ "usr": "s:Sq"
20647
+ }
20648
+ ],
20649
+ "declKind": "Var",
20650
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
20651
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
20652
+ "moduleName": "ShortKitSDK",
20653
+ "declAttributes": [
20654
+ "HasStorage",
20655
+ "AccessControl"
20656
+ ],
20657
+ "isLet": true,
20658
+ "hasStorage": true,
20659
+ "accessors": [
20660
+ {
20661
+ "kind": "Accessor",
20662
+ "name": "Get",
20663
+ "printedName": "Get()",
20664
+ "children": [
20665
+ {
20666
+ "kind": "TypeNominal",
20667
+ "name": "Optional",
20668
+ "printedName": "Swift.String?",
20669
+ "children": [
20670
+ {
20671
+ "kind": "TypeNominal",
20672
+ "name": "String",
20673
+ "printedName": "Swift.String",
20674
+ "usr": "s:SS"
20675
+ }
20676
+ ],
20677
+ "usr": "s:Sq"
20678
+ }
20679
+ ],
20680
+ "declKind": "Accessor",
20681
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
20682
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
20683
+ "moduleName": "ShortKitSDK",
20684
+ "implicit": true,
20685
+ "accessorKind": "get"
20686
+ }
20687
+ ]
20688
+ },
20689
+ {
20690
+ "kind": "Var",
20691
+ "name": "description",
20692
+ "printedName": "description",
20693
+ "children": [
20694
+ {
20695
+ "kind": "TypeNominal",
20696
+ "name": "Optional",
20697
+ "printedName": "Swift.String?",
20698
+ "children": [
20699
+ {
20700
+ "kind": "TypeNominal",
20701
+ "name": "String",
20702
+ "printedName": "Swift.String",
20703
+ "usr": "s:SS"
20704
+ }
20705
+ ],
20706
+ "usr": "s:Sq"
20707
+ }
20708
+ ],
20709
+ "declKind": "Var",
20710
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
20711
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
20712
+ "moduleName": "ShortKitSDK",
20713
+ "declAttributes": [
20714
+ "HasStorage",
20715
+ "AccessControl"
20716
+ ],
20717
+ "isLet": true,
20718
+ "hasStorage": true,
20719
+ "accessors": [
20720
+ {
20721
+ "kind": "Accessor",
20722
+ "name": "Get",
20723
+ "printedName": "Get()",
20724
+ "children": [
20725
+ {
20726
+ "kind": "TypeNominal",
20727
+ "name": "Optional",
20728
+ "printedName": "Swift.String?",
20729
+ "children": [
20730
+ {
20731
+ "kind": "TypeNominal",
20732
+ "name": "String",
20733
+ "printedName": "Swift.String",
20734
+ "usr": "s:SS"
20735
+ }
20736
+ ],
20737
+ "usr": "s:Sq"
20738
+ }
20739
+ ],
20740
+ "declKind": "Accessor",
20741
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
20742
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
20743
+ "moduleName": "ShortKitSDK",
20744
+ "implicit": true,
20745
+ "accessorKind": "get"
20746
+ }
20747
+ ]
20748
+ },
20749
+ {
20750
+ "kind": "Var",
20751
+ "name": "author",
20752
+ "printedName": "author",
20753
+ "children": [
20754
+ {
20755
+ "kind": "TypeNominal",
20756
+ "name": "Optional",
20757
+ "printedName": "Swift.String?",
20758
+ "children": [
20759
+ {
20760
+ "kind": "TypeNominal",
20761
+ "name": "String",
20762
+ "printedName": "Swift.String",
20763
+ "usr": "s:SS"
20764
+ }
20765
+ ],
20766
+ "usr": "s:Sq"
20767
+ }
20768
+ ],
20769
+ "declKind": "Var",
20770
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
20771
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
20772
+ "moduleName": "ShortKitSDK",
20773
+ "declAttributes": [
20774
+ "HasStorage",
20775
+ "AccessControl"
20776
+ ],
20777
+ "isLet": true,
20778
+ "hasStorage": true,
20779
+ "accessors": [
20780
+ {
20781
+ "kind": "Accessor",
20782
+ "name": "Get",
20783
+ "printedName": "Get()",
20784
+ "children": [
20785
+ {
20786
+ "kind": "TypeNominal",
20787
+ "name": "Optional",
20788
+ "printedName": "Swift.String?",
20789
+ "children": [
20790
+ {
20791
+ "kind": "TypeNominal",
20792
+ "name": "String",
20793
+ "printedName": "Swift.String",
20794
+ "usr": "s:SS"
20795
+ }
20796
+ ],
20797
+ "usr": "s:Sq"
20798
+ }
20799
+ ],
20800
+ "declKind": "Accessor",
20801
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
20802
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
20803
+ "moduleName": "ShortKitSDK",
20804
+ "implicit": true,
20805
+ "accessorKind": "get"
20806
+ }
20807
+ ]
20808
+ },
20809
+ {
20810
+ "kind": "Var",
20811
+ "name": "section",
20812
+ "printedName": "section",
20813
+ "children": [
20814
+ {
20815
+ "kind": "TypeNominal",
20816
+ "name": "Optional",
20817
+ "printedName": "Swift.String?",
20818
+ "children": [
20819
+ {
20820
+ "kind": "TypeNominal",
20821
+ "name": "String",
20822
+ "printedName": "Swift.String",
20823
+ "usr": "s:SS"
20824
+ }
20825
+ ],
20826
+ "usr": "s:Sq"
20827
+ }
20828
+ ],
20829
+ "declKind": "Var",
20830
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
20831
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
20832
+ "moduleName": "ShortKitSDK",
20833
+ "declAttributes": [
20834
+ "HasStorage",
20835
+ "AccessControl"
20836
+ ],
20837
+ "isLet": true,
20838
+ "hasStorage": true,
20839
+ "accessors": [
20840
+ {
20841
+ "kind": "Accessor",
20842
+ "name": "Get",
20843
+ "printedName": "Get()",
20844
+ "children": [
20845
+ {
20846
+ "kind": "TypeNominal",
20847
+ "name": "Optional",
20848
+ "printedName": "Swift.String?",
20849
+ "children": [
20850
+ {
20851
+ "kind": "TypeNominal",
20852
+ "name": "String",
20853
+ "printedName": "Swift.String",
20854
+ "usr": "s:SS"
20855
+ }
20856
+ ],
20857
+ "usr": "s:Sq"
20858
+ }
20859
+ ],
20860
+ "declKind": "Accessor",
20861
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
20862
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
20863
+ "moduleName": "ShortKitSDK",
20864
+ "implicit": true,
20865
+ "accessorKind": "get"
20866
+ }
20867
+ ]
20868
+ },
20869
+ {
20870
+ "kind": "Var",
20871
+ "name": "articleUrl",
20872
+ "printedName": "articleUrl",
20873
+ "children": [
20874
+ {
20875
+ "kind": "TypeNominal",
20876
+ "name": "Optional",
20877
+ "printedName": "Swift.String?",
20878
+ "children": [
20879
+ {
20880
+ "kind": "TypeNominal",
20881
+ "name": "String",
20882
+ "printedName": "Swift.String",
20883
+ "usr": "s:SS"
20884
+ }
20885
+ ],
20886
+ "usr": "s:Sq"
20887
+ }
20888
+ ],
20889
+ "declKind": "Var",
20890
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
20891
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
20892
+ "moduleName": "ShortKitSDK",
20893
+ "declAttributes": [
20894
+ "HasStorage",
20895
+ "AccessControl"
20896
+ ],
20897
+ "isLet": true,
20898
+ "hasStorage": true,
20899
+ "accessors": [
20900
+ {
20901
+ "kind": "Accessor",
20902
+ "name": "Get",
20903
+ "printedName": "Get()",
20904
+ "children": [
20905
+ {
20906
+ "kind": "TypeNominal",
20907
+ "name": "Optional",
20908
+ "printedName": "Swift.String?",
20909
+ "children": [
20910
+ {
20911
+ "kind": "TypeNominal",
20912
+ "name": "String",
20913
+ "printedName": "Swift.String",
20914
+ "usr": "s:SS"
20915
+ }
20916
+ ],
20917
+ "usr": "s:Sq"
20918
+ }
20919
+ ],
20920
+ "declKind": "Accessor",
20921
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
20922
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
20923
+ "moduleName": "ShortKitSDK",
20924
+ "implicit": true,
20925
+ "accessorKind": "get"
20926
+ }
20927
+ ]
20928
+ },
20929
+ {
20930
+ "kind": "Constructor",
20931
+ "name": "init",
20932
+ "printedName": "init(id:videos:title:description:author:section:articleUrl:)",
20933
+ "children": [
20934
+ {
20935
+ "kind": "TypeNominal",
20936
+ "name": "VideoCarouselItem",
20937
+ "printedName": "ShortKitSDK.VideoCarouselItem",
20938
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
20939
+ },
20940
+ {
20941
+ "kind": "TypeNominal",
20942
+ "name": "String",
20943
+ "printedName": "Swift.String",
20944
+ "usr": "s:SS"
20945
+ },
20946
+ {
20947
+ "kind": "TypeNominal",
20948
+ "name": "Array",
20949
+ "printedName": "[ShortKitSDK.ContentItem]",
20950
+ "children": [
20951
+ {
20952
+ "kind": "TypeNominal",
20953
+ "name": "ContentItem",
20954
+ "printedName": "ShortKitSDK.ContentItem",
20955
+ "usr": "s:11ShortKitSDK11ContentItemV"
20956
+ }
20957
+ ],
20958
+ "usr": "s:Sa"
20959
+ },
20960
+ {
20961
+ "kind": "TypeNominal",
20962
+ "name": "Optional",
20963
+ "printedName": "Swift.String?",
20964
+ "children": [
20965
+ {
20966
+ "kind": "TypeNominal",
20967
+ "name": "String",
20968
+ "printedName": "Swift.String",
20969
+ "usr": "s:SS"
20970
+ }
20971
+ ],
20972
+ "hasDefaultArg": true,
20973
+ "usr": "s:Sq"
20974
+ },
20975
+ {
20976
+ "kind": "TypeNominal",
20977
+ "name": "Optional",
20978
+ "printedName": "Swift.String?",
20979
+ "children": [
20980
+ {
20981
+ "kind": "TypeNominal",
20982
+ "name": "String",
20983
+ "printedName": "Swift.String",
20984
+ "usr": "s:SS"
20985
+ }
20986
+ ],
20987
+ "hasDefaultArg": true,
20988
+ "usr": "s:Sq"
20989
+ },
20990
+ {
20991
+ "kind": "TypeNominal",
20992
+ "name": "Optional",
20993
+ "printedName": "Swift.String?",
20994
+ "children": [
20995
+ {
20996
+ "kind": "TypeNominal",
20997
+ "name": "String",
20998
+ "printedName": "Swift.String",
20999
+ "usr": "s:SS"
21000
+ }
21001
+ ],
21002
+ "hasDefaultArg": true,
21003
+ "usr": "s:Sq"
21004
+ },
21005
+ {
21006
+ "kind": "TypeNominal",
21007
+ "name": "Optional",
21008
+ "printedName": "Swift.String?",
21009
+ "children": [
21010
+ {
21011
+ "kind": "TypeNominal",
21012
+ "name": "String",
21013
+ "printedName": "Swift.String",
21014
+ "usr": "s:SS"
21015
+ }
21016
+ ],
21017
+ "hasDefaultArg": true,
21018
+ "usr": "s:Sq"
21019
+ },
21020
+ {
21021
+ "kind": "TypeNominal",
21022
+ "name": "Optional",
21023
+ "printedName": "Swift.String?",
21024
+ "children": [
21025
+ {
21026
+ "kind": "TypeNominal",
21027
+ "name": "String",
21028
+ "printedName": "Swift.String",
21029
+ "usr": "s:SS"
21030
+ }
21031
+ ],
21032
+ "hasDefaultArg": true,
21033
+ "usr": "s:Sq"
21034
+ }
21035
+ ],
21036
+ "declKind": "Constructor",
21037
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
21038
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
21039
+ "moduleName": "ShortKitSDK",
21040
+ "declAttributes": [
21041
+ "AccessControl"
21042
+ ],
21043
+ "init_kind": "Designated"
21044
+ },
21045
+ {
21046
+ "kind": "Constructor",
21047
+ "name": "init",
21048
+ "printedName": "init(from:)",
21049
+ "children": [
21050
+ {
21051
+ "kind": "TypeNominal",
21052
+ "name": "VideoCarouselItem",
21053
+ "printedName": "ShortKitSDK.VideoCarouselItem",
21054
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
21055
+ },
21056
+ {
21057
+ "kind": "TypeNominal",
21058
+ "name": "Decoder",
21059
+ "printedName": "any Swift.Decoder",
21060
+ "usr": "s:s7DecoderP"
21061
+ }
21062
+ ],
21063
+ "declKind": "Constructor",
21064
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
21065
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
21066
+ "moduleName": "ShortKitSDK",
21067
+ "implicit": true,
21068
+ "throwing": true,
21069
+ "init_kind": "Designated"
21070
+ },
21071
+ {
21072
+ "kind": "Function",
21073
+ "name": "encode",
21074
+ "printedName": "encode(to:)",
21075
+ "children": [
21076
+ {
21077
+ "kind": "TypeNominal",
21078
+ "name": "Void",
21079
+ "printedName": "()"
21080
+ },
21081
+ {
21082
+ "kind": "TypeNominal",
21083
+ "name": "Encoder",
21084
+ "printedName": "any Swift.Encoder",
21085
+ "usr": "s:s7EncoderP"
21086
+ }
21087
+ ],
21088
+ "declKind": "Func",
21089
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
21090
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
21091
+ "moduleName": "ShortKitSDK",
21092
+ "implicit": true,
21093
+ "throwing": true,
21094
+ "funcSelfKind": "NonMutating"
21095
+ },
21096
+ {
21097
+ "kind": "Function",
21098
+ "name": "==",
21099
+ "printedName": "==(_:_:)",
21100
+ "children": [
21101
+ {
21102
+ "kind": "TypeNominal",
21103
+ "name": "Bool",
21104
+ "printedName": "Swift.Bool",
21105
+ "usr": "s:Sb"
21106
+ },
21107
+ {
21108
+ "kind": "TypeNominal",
21109
+ "name": "VideoCarouselItem",
21110
+ "printedName": "ShortKitSDK.VideoCarouselItem",
21111
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
21112
+ },
21113
+ {
21114
+ "kind": "TypeNominal",
21115
+ "name": "VideoCarouselItem",
21116
+ "printedName": "ShortKitSDK.VideoCarouselItem",
21117
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
21118
+ }
21119
+ ],
21120
+ "declKind": "Func",
21121
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
21122
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
21123
+ "moduleName": "ShortKitSDK",
21124
+ "static": true,
21125
+ "implicit": true,
21126
+ "funcSelfKind": "NonMutating"
21127
+ }
21128
+ ],
21129
+ "declKind": "Struct",
21130
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV",
21131
+ "mangledName": "$s11ShortKitSDK17VideoCarouselItemV",
21132
+ "moduleName": "ShortKitSDK",
21133
+ "declAttributes": [
21134
+ "AccessControl"
21135
+ ],
21136
+ "conformances": [
21137
+ {
21138
+ "kind": "Conformance",
21139
+ "name": "Copyable",
21140
+ "printedName": "Copyable",
21141
+ "usr": "s:s8CopyableP",
21142
+ "mangledName": "$ss8CopyableP"
21143
+ },
21144
+ {
21145
+ "kind": "Conformance",
21146
+ "name": "Escapable",
21147
+ "printedName": "Escapable",
21148
+ "usr": "s:s9EscapableP",
21149
+ "mangledName": "$ss9EscapableP"
21150
+ },
21151
+ {
21152
+ "kind": "Conformance",
21153
+ "name": "Decodable",
21154
+ "printedName": "Decodable",
21155
+ "usr": "s:Se",
21156
+ "mangledName": "$sSe"
21157
+ },
21158
+ {
21159
+ "kind": "Conformance",
21160
+ "name": "Encodable",
21161
+ "printedName": "Encodable",
21162
+ "usr": "s:SE",
21163
+ "mangledName": "$sSE"
21164
+ },
21165
+ {
21166
+ "kind": "Conformance",
21167
+ "name": "Equatable",
21168
+ "printedName": "Equatable",
21169
+ "usr": "s:SQ",
21170
+ "mangledName": "$sSQ"
21171
+ },
21172
+ {
21173
+ "kind": "Conformance",
21174
+ "name": "Sendable",
21175
+ "printedName": "Sendable",
21176
+ "usr": "s:s8SendableP",
21177
+ "mangledName": "$ss8SendableP"
21178
+ }
21179
+ ]
21180
+ },
21181
+ {
21182
+ "kind": "Import",
21183
+ "name": "Foundation",
21184
+ "printedName": "Foundation",
21185
+ "declKind": "Import",
21186
+ "moduleName": "ShortKitSDK"
21187
+ },
21188
+ {
21189
+ "kind": "Import",
21190
+ "name": "Foundation",
21191
+ "printedName": "Foundation",
21192
+ "declKind": "Import",
21193
+ "moduleName": "ShortKitSDK"
21194
+ },
21195
+ {
21196
+ "kind": "Import",
21197
+ "name": "Foundation",
21198
+ "printedName": "Foundation",
21199
+ "declKind": "Import",
21200
+ "moduleName": "ShortKitSDK"
21201
+ },
21202
+ {
21203
+ "kind": "Import",
21204
+ "name": "Foundation",
21205
+ "printedName": "Foundation",
21206
+ "declKind": "Import",
21207
+ "moduleName": "ShortKitSDK"
21208
+ },
21209
+ {
21210
+ "kind": "Import",
21211
+ "name": "Foundation",
21212
+ "printedName": "Foundation",
21213
+ "declKind": "Import",
21214
+ "moduleName": "ShortKitSDK"
21215
+ },
21216
+ {
21217
+ "kind": "Import",
21218
+ "name": "Foundation",
21219
+ "printedName": "Foundation",
21220
+ "declKind": "Import",
21221
+ "moduleName": "ShortKitSDK"
21222
+ },
21223
+ {
21224
+ "kind": "Import",
21225
+ "name": "UIKit",
21226
+ "printedName": "UIKit",
21227
+ "declKind": "Import",
21228
+ "moduleName": "ShortKitSDK"
21229
+ },
21230
+ {
21231
+ "kind": "TypeDecl",
21232
+ "name": "AdOverlay",
21233
+ "printedName": "AdOverlay",
21234
+ "children": [
21235
+ {
21236
+ "kind": "Function",
21237
+ "name": "configure",
21238
+ "printedName": "configure(with:)",
21239
+ "children": [
21240
+ {
21241
+ "kind": "TypeNominal",
21242
+ "name": "Void",
21243
+ "printedName": "()"
21244
+ },
21245
+ {
21246
+ "kind": "TypeNominal",
21247
+ "name": "NativeAdContent",
19672
21248
  "printedName": "ShortKitSDK.NativeAdContent",
19673
21249
  "usr": "s:11ShortKitSDK15NativeAdContentV"
19674
21250
  }
@@ -20030,6 +21606,60 @@
20030
21606
  }
20031
21607
  ]
20032
21608
  },
21609
+ {
21610
+ "kind": "Function",
21611
+ "name": "activatePlayback",
21612
+ "printedName": "activatePlayback()",
21613
+ "children": [
21614
+ {
21615
+ "kind": "TypeNominal",
21616
+ "name": "Void",
21617
+ "printedName": "()"
21618
+ }
21619
+ ],
21620
+ "declKind": "Func",
21621
+ "usr": "s:11ShortKitSDK15CarouselOverlayP16activatePlaybackyyF",
21622
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP16activatePlaybackyyF",
21623
+ "moduleName": "ShortKitSDK",
21624
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21625
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21626
+ "protocolReq": true,
21627
+ "declAttributes": [
21628
+ "RawDocComment"
21629
+ ],
21630
+ "reqNewWitnessTableEntry": true,
21631
+ "funcSelfKind": "NonMutating"
21632
+ },
21633
+ {
21634
+ "kind": "Function",
21635
+ "name": "updateActiveImage",
21636
+ "printedName": "updateActiveImage(index:)",
21637
+ "children": [
21638
+ {
21639
+ "kind": "TypeNominal",
21640
+ "name": "Void",
21641
+ "printedName": "()"
21642
+ },
21643
+ {
21644
+ "kind": "TypeNominal",
21645
+ "name": "Int",
21646
+ "printedName": "Swift.Int",
21647
+ "usr": "s:Si"
21648
+ }
21649
+ ],
21650
+ "declKind": "Func",
21651
+ "usr": "s:11ShortKitSDK15CarouselOverlayP17updateActiveImage5indexySi_tF",
21652
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP17updateActiveImage5indexySi_tF",
21653
+ "moduleName": "ShortKitSDK",
21654
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21655
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21656
+ "protocolReq": true,
21657
+ "declAttributes": [
21658
+ "RawDocComment"
21659
+ ],
21660
+ "reqNewWitnessTableEntry": true,
21661
+ "funcSelfKind": "NonMutating"
21662
+ },
20033
21663
  {
20034
21664
  "kind": "Var",
20035
21665
  "name": "cachedImage",
@@ -20252,6 +21882,58 @@
20252
21882
  "accessorKind": "get"
20253
21883
  }
20254
21884
  ]
21885
+ },
21886
+ {
21887
+ "kind": "Function",
21888
+ "name": "activatePlayback",
21889
+ "printedName": "activatePlayback()",
21890
+ "children": [
21891
+ {
21892
+ "kind": "TypeNominal",
21893
+ "name": "Void",
21894
+ "printedName": "()"
21895
+ }
21896
+ ],
21897
+ "declKind": "Func",
21898
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE16activatePlaybackyyF",
21899
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE16activatePlaybackyyF",
21900
+ "moduleName": "ShortKitSDK",
21901
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21902
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21903
+ "declAttributes": [
21904
+ "AccessControl"
21905
+ ],
21906
+ "isFromExtension": true,
21907
+ "funcSelfKind": "NonMutating"
21908
+ },
21909
+ {
21910
+ "kind": "Function",
21911
+ "name": "updateActiveImage",
21912
+ "printedName": "updateActiveImage(index:)",
21913
+ "children": [
21914
+ {
21915
+ "kind": "TypeNominal",
21916
+ "name": "Void",
21917
+ "printedName": "()"
21918
+ },
21919
+ {
21920
+ "kind": "TypeNominal",
21921
+ "name": "Int",
21922
+ "printedName": "Swift.Int",
21923
+ "usr": "s:Si"
21924
+ }
21925
+ ],
21926
+ "declKind": "Func",
21927
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
21928
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE17updateActiveImage5indexySi_tF",
21929
+ "moduleName": "ShortKitSDK",
21930
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
21931
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
21932
+ "declAttributes": [
21933
+ "AccessControl"
21934
+ ],
21935
+ "isFromExtension": true,
21936
+ "funcSelfKind": "NonMutating"
20255
21937
  }
20256
21938
  ],
20257
21939
  "declKind": "Protocol",
@@ -21139,13 +22821,310 @@
21139
22821
  "declAttributes": [
21140
22822
  "RawDocComment"
21141
22823
  ],
21142
- "reqNewWitnessTableEntry": true,
22824
+ "reqNewWitnessTableEntry": true,
22825
+ "funcSelfKind": "NonMutating"
22826
+ }
22827
+ ],
22828
+ "declKind": "Protocol",
22829
+ "usr": "s:11ShortKitSDK13SurveyOverlayP",
22830
+ "mangledName": "$s11ShortKitSDK13SurveyOverlayP",
22831
+ "moduleName": "ShortKitSDK",
22832
+ "genericSig": "<τ_0_0 : AnyObject>",
22833
+ "sugared_genericSig": "<Self : AnyObject>",
22834
+ "declAttributes": [
22835
+ "AccessControl",
22836
+ "RawDocComment"
22837
+ ],
22838
+ "conformances": [
22839
+ {
22840
+ "kind": "Conformance",
22841
+ "name": "Escapable",
22842
+ "printedName": "Escapable",
22843
+ "usr": "s:s9EscapableP",
22844
+ "mangledName": "$ss9EscapableP"
22845
+ },
22846
+ {
22847
+ "kind": "Conformance",
22848
+ "name": "Copyable",
22849
+ "printedName": "Copyable",
22850
+ "usr": "s:s8CopyableP",
22851
+ "mangledName": "$ss8CopyableP"
22852
+ }
22853
+ ]
22854
+ },
22855
+ {
22856
+ "kind": "Import",
22857
+ "name": "SwiftUI",
22858
+ "printedName": "SwiftUI",
22859
+ "declKind": "Import",
22860
+ "moduleName": "ShortKitSDK"
22861
+ },
22862
+ {
22863
+ "kind": "Import",
22864
+ "name": "UIKit",
22865
+ "printedName": "UIKit",
22866
+ "declKind": "Import",
22867
+ "moduleName": "ShortKitSDK"
22868
+ },
22869
+ {
22870
+ "kind": "Import",
22871
+ "name": "UIKit",
22872
+ "printedName": "UIKit",
22873
+ "declKind": "Import",
22874
+ "moduleName": "ShortKitSDK"
22875
+ },
22876
+ {
22877
+ "kind": "TypeDecl",
22878
+ "name": "VideoCarouselOverlay",
22879
+ "printedName": "VideoCarouselOverlay",
22880
+ "children": [
22881
+ {
22882
+ "kind": "Function",
22883
+ "name": "configure",
22884
+ "printedName": "configure(with:)",
22885
+ "children": [
22886
+ {
22887
+ "kind": "TypeNominal",
22888
+ "name": "Void",
22889
+ "printedName": "()"
22890
+ },
22891
+ {
22892
+ "kind": "TypeNominal",
22893
+ "name": "VideoCarouselItem",
22894
+ "printedName": "ShortKitSDK.VideoCarouselItem",
22895
+ "usr": "s:11ShortKitSDK17VideoCarouselItemV"
22896
+ }
22897
+ ],
22898
+ "declKind": "Func",
22899
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP9configure4withyAA0dE4ItemV_tF",
22900
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP9configure4withyAA0dE4ItemV_tF",
22901
+ "moduleName": "ShortKitSDK",
22902
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22903
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22904
+ "protocolReq": true,
22905
+ "declAttributes": [
22906
+ "RawDocComment"
22907
+ ],
22908
+ "reqNewWitnessTableEntry": true,
22909
+ "funcSelfKind": "NonMutating"
22910
+ },
22911
+ {
22912
+ "kind": "Function",
22913
+ "name": "updateActiveVideo",
22914
+ "printedName": "updateActiveVideo(index:item:)",
22915
+ "children": [
22916
+ {
22917
+ "kind": "TypeNominal",
22918
+ "name": "Void",
22919
+ "printedName": "()"
22920
+ },
22921
+ {
22922
+ "kind": "TypeNominal",
22923
+ "name": "Int",
22924
+ "printedName": "Swift.Int",
22925
+ "usr": "s:Si"
22926
+ },
22927
+ {
22928
+ "kind": "TypeNominal",
22929
+ "name": "ContentItem",
22930
+ "printedName": "ShortKitSDK.ContentItem",
22931
+ "usr": "s:11ShortKitSDK11ContentItemV"
22932
+ }
22933
+ ],
22934
+ "declKind": "Func",
22935
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP012updateActiveD05index4itemySi_AA11ContentItemVtF",
22936
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP012updateActiveD05index4itemySi_AA11ContentItemVtF",
22937
+ "moduleName": "ShortKitSDK",
22938
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22939
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22940
+ "protocolReq": true,
22941
+ "declAttributes": [
22942
+ "RawDocComment"
22943
+ ],
22944
+ "reqNewWitnessTableEntry": true,
22945
+ "funcSelfKind": "NonMutating"
22946
+ },
22947
+ {
22948
+ "kind": "Function",
22949
+ "name": "resetState",
22950
+ "printedName": "resetState()",
22951
+ "children": [
22952
+ {
22953
+ "kind": "TypeNominal",
22954
+ "name": "Void",
22955
+ "printedName": "()"
22956
+ }
22957
+ ],
22958
+ "declKind": "Func",
22959
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP10resetStateyyF",
22960
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP10resetStateyyF",
22961
+ "moduleName": "ShortKitSDK",
22962
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22963
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22964
+ "protocolReq": true,
22965
+ "declAttributes": [
22966
+ "RawDocComment"
22967
+ ],
22968
+ "reqNewWitnessTableEntry": true,
22969
+ "funcSelfKind": "NonMutating"
22970
+ },
22971
+ {
22972
+ "kind": "Function",
22973
+ "name": "attach",
22974
+ "printedName": "attach(player:)",
22975
+ "children": [
22976
+ {
22977
+ "kind": "TypeNominal",
22978
+ "name": "Void",
22979
+ "printedName": "()"
22980
+ },
22981
+ {
22982
+ "kind": "TypeNominal",
22983
+ "name": "ShortKitPlayer",
22984
+ "printedName": "ShortKitSDK.ShortKitPlayer",
22985
+ "usr": "s:11ShortKitSDK0aB6PlayerC"
22986
+ }
22987
+ ],
22988
+ "declKind": "Func",
22989
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP6attach6playeryAA0aB6PlayerC_tF",
22990
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP6attach6playeryAA0aB6PlayerC_tF",
22991
+ "moduleName": "ShortKitSDK",
22992
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
22993
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
22994
+ "protocolReq": true,
22995
+ "declAttributes": [
22996
+ "RawDocComment"
22997
+ ],
22998
+ "reqNewWitnessTableEntry": true,
22999
+ "funcSelfKind": "NonMutating"
23000
+ },
23001
+ {
23002
+ "kind": "Function",
23003
+ "name": "activatePlayback",
23004
+ "printedName": "activatePlayback()",
23005
+ "children": [
23006
+ {
23007
+ "kind": "TypeNominal",
23008
+ "name": "Void",
23009
+ "printedName": "()"
23010
+ }
23011
+ ],
23012
+ "declKind": "Func",
23013
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP16activatePlaybackyyF",
23014
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP16activatePlaybackyyF",
23015
+ "moduleName": "ShortKitSDK",
23016
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
23017
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
23018
+ "protocolReq": true,
23019
+ "declAttributes": [
23020
+ "RawDocComment"
23021
+ ],
23022
+ "reqNewWitnessTableEntry": true,
23023
+ "funcSelfKind": "NonMutating"
23024
+ },
23025
+ {
23026
+ "kind": "Function",
23027
+ "name": "deactivatePlayback",
23028
+ "printedName": "deactivatePlayback()",
23029
+ "children": [
23030
+ {
23031
+ "kind": "TypeNominal",
23032
+ "name": "Void",
23033
+ "printedName": "()"
23034
+ }
23035
+ ],
23036
+ "declKind": "Func",
23037
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
23038
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP18deactivatePlaybackyyF",
23039
+ "moduleName": "ShortKitSDK",
23040
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
23041
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
23042
+ "protocolReq": true,
23043
+ "declAttributes": [
23044
+ "RawDocComment"
23045
+ ],
23046
+ "reqNewWitnessTableEntry": true,
23047
+ "funcSelfKind": "NonMutating"
23048
+ },
23049
+ {
23050
+ "kind": "Function",
23051
+ "name": "attach",
23052
+ "printedName": "attach(player:)",
23053
+ "children": [
23054
+ {
23055
+ "kind": "TypeNominal",
23056
+ "name": "Void",
23057
+ "printedName": "()"
23058
+ },
23059
+ {
23060
+ "kind": "TypeNominal",
23061
+ "name": "ShortKitPlayer",
23062
+ "printedName": "ShortKitSDK.ShortKitPlayer",
23063
+ "usr": "s:11ShortKitSDK0aB6PlayerC"
23064
+ }
23065
+ ],
23066
+ "declKind": "Func",
23067
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE6attach6playeryAA0aB6PlayerC_tF",
23068
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE6attach6playeryAA0aB6PlayerC_tF",
23069
+ "moduleName": "ShortKitSDK",
23070
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
23071
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
23072
+ "declAttributes": [
23073
+ "AccessControl"
23074
+ ],
23075
+ "isFromExtension": true,
23076
+ "funcSelfKind": "NonMutating"
23077
+ },
23078
+ {
23079
+ "kind": "Function",
23080
+ "name": "activatePlayback",
23081
+ "printedName": "activatePlayback()",
23082
+ "children": [
23083
+ {
23084
+ "kind": "TypeNominal",
23085
+ "name": "Void",
23086
+ "printedName": "()"
23087
+ }
23088
+ ],
23089
+ "declKind": "Func",
23090
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
23091
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE16activatePlaybackyyF",
23092
+ "moduleName": "ShortKitSDK",
23093
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
23094
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
23095
+ "declAttributes": [
23096
+ "AccessControl"
23097
+ ],
23098
+ "isFromExtension": true,
23099
+ "funcSelfKind": "NonMutating"
23100
+ },
23101
+ {
23102
+ "kind": "Function",
23103
+ "name": "deactivatePlayback",
23104
+ "printedName": "deactivatePlayback()",
23105
+ "children": [
23106
+ {
23107
+ "kind": "TypeNominal",
23108
+ "name": "Void",
23109
+ "printedName": "()"
23110
+ }
23111
+ ],
23112
+ "declKind": "Func",
23113
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayPAAE18deactivatePlaybackyyF",
23114
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayPAAE18deactivatePlaybackyyF",
23115
+ "moduleName": "ShortKitSDK",
23116
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.VideoCarouselOverlay>",
23117
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.VideoCarouselOverlay>",
23118
+ "declAttributes": [
23119
+ "AccessControl"
23120
+ ],
23121
+ "isFromExtension": true,
21143
23122
  "funcSelfKind": "NonMutating"
21144
23123
  }
21145
23124
  ],
21146
23125
  "declKind": "Protocol",
21147
- "usr": "s:11ShortKitSDK13SurveyOverlayP",
21148
- "mangledName": "$s11ShortKitSDK13SurveyOverlayP",
23126
+ "usr": "s:11ShortKitSDK20VideoCarouselOverlayP",
23127
+ "mangledName": "$s11ShortKitSDK20VideoCarouselOverlayP",
21149
23128
  "moduleName": "ShortKitSDK",
21150
23129
  "genericSig": "<τ_0_0 : AnyObject>",
21151
23130
  "sugared_genericSig": "<Self : AnyObject>",
@@ -21170,20 +23149,6 @@
21170
23149
  }
21171
23150
  ]
21172
23151
  },
21173
- {
21174
- "kind": "Import",
21175
- "name": "SwiftUI",
21176
- "printedName": "SwiftUI",
21177
- "declKind": "Import",
21178
- "moduleName": "ShortKitSDK"
21179
- },
21180
- {
21181
- "kind": "Import",
21182
- "name": "UIKit",
21183
- "printedName": "UIKit",
21184
- "declKind": "Import",
21185
- "moduleName": "ShortKitSDK"
21186
- },
21187
23152
  {
21188
23153
  "kind": "Import",
21189
23154
  "name": "AVFoundation",
@@ -27746,10 +29711,96 @@
27746
29711
  }
27747
29712
  ]
27748
29713
  },
29714
+ {
29715
+ "kind": "Var",
29716
+ "name": "feedConfig",
29717
+ "printedName": "feedConfig",
29718
+ "children": [
29719
+ {
29720
+ "kind": "TypeNominal",
29721
+ "name": "FeedConfig",
29722
+ "printedName": "ShortKitSDK.FeedConfig",
29723
+ "usr": "s:11ShortKitSDK10FeedConfigV"
29724
+ }
29725
+ ],
29726
+ "declKind": "Var",
29727
+ "usr": "s:11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvp",
29728
+ "mangledName": "$s11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvp",
29729
+ "moduleName": "ShortKitSDK",
29730
+ "declAttributes": [
29731
+ "HasStorage",
29732
+ "AccessControl",
29733
+ "RawDocComment"
29734
+ ],
29735
+ "hasStorage": true,
29736
+ "accessors": [
29737
+ {
29738
+ "kind": "Accessor",
29739
+ "name": "Get",
29740
+ "printedName": "Get()",
29741
+ "children": [
29742
+ {
29743
+ "kind": "TypeNominal",
29744
+ "name": "FeedConfig",
29745
+ "printedName": "ShortKitSDK.FeedConfig",
29746
+ "usr": "s:11ShortKitSDK10FeedConfigV"
29747
+ }
29748
+ ],
29749
+ "declKind": "Accessor",
29750
+ "usr": "s:11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvg",
29751
+ "mangledName": "$s11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvg",
29752
+ "moduleName": "ShortKitSDK",
29753
+ "implicit": true,
29754
+ "accessorKind": "get"
29755
+ },
29756
+ {
29757
+ "kind": "Accessor",
29758
+ "name": "Set",
29759
+ "printedName": "Set()",
29760
+ "children": [
29761
+ {
29762
+ "kind": "TypeNominal",
29763
+ "name": "Void",
29764
+ "printedName": "()"
29765
+ },
29766
+ {
29767
+ "kind": "TypeNominal",
29768
+ "name": "FeedConfig",
29769
+ "printedName": "ShortKitSDK.FeedConfig",
29770
+ "usr": "s:11ShortKitSDK10FeedConfigV"
29771
+ }
29772
+ ],
29773
+ "declKind": "Accessor",
29774
+ "usr": "s:11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvs",
29775
+ "mangledName": "$s11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0Vvs",
29776
+ "moduleName": "ShortKitSDK",
29777
+ "implicit": true,
29778
+ "accessorKind": "set"
29779
+ },
29780
+ {
29781
+ "kind": "Accessor",
29782
+ "name": "Modify",
29783
+ "printedName": "Modify()",
29784
+ "children": [
29785
+ {
29786
+ "kind": "TypeNominal",
29787
+ "name": "Void",
29788
+ "printedName": "()"
29789
+ }
29790
+ ],
29791
+ "declKind": "Accessor",
29792
+ "usr": "s:11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0VvM",
29793
+ "mangledName": "$s11ShortKitSDK12PlayerConfigV04feedE0AA04FeedE0VvM",
29794
+ "moduleName": "ShortKitSDK",
29795
+ "implicit": true,
29796
+ "accessorKind": "_modify"
29797
+ }
29798
+ ]
29799
+ },
27749
29800
  {
27750
29801
  "kind": "Constructor",
27751
29802
  "name": "init",
27752
- "printedName": "init(cornerRadius:clickAction:autoplay:loop:muteOnStart:videoOverlay:)",
29803
+ "printedName": "init(cornerRadius:clickAction:autoplay:loop:muteOnStart:videoOverlay:feedConfig:)",
27753
29804
  "children": [
27754
29805
  {
27755
29806
  "kind": "TypeNominal",
@@ -27798,11 +29849,18 @@
27798
29849
  "printedName": "ShortKitSDK.VideoOverlayMode",
27799
29850
  "hasDefaultArg": true,
27800
29851
  "usr": "s:11ShortKitSDK16VideoOverlayModeO"
29852
+ },
29853
+ {
29854
+ "kind": "TypeNominal",
29855
+ "name": "FeedConfig",
29856
+ "printedName": "ShortKitSDK.FeedConfig",
29857
+ "hasDefaultArg": true,
29858
+ "usr": "s:11ShortKitSDK10FeedConfigV"
27801
29859
  }
27802
29860
  ],
27803
29861
  "declKind": "Constructor",
27804
- "usr": "s:11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlayAC14CoreFoundation7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOtcfc",
27805
- "mangledName": "$s11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlayAC12CoreGraphics7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOtcfc",
29862
+ "usr": "s:11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlay04feedE0AC14CoreFoundation7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOAA04FeedE0Vtcfc",
29863
+ "mangledName": "$s11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlay04feedE0AC12CoreGraphics7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOAA04FeedE0Vtcfc",
27806
29864
  "moduleName": "ShortKitSDK",
27807
29865
  "declAttributes": [
27808
29866
  "AccessControl"
@@ -29875,10 +31933,96 @@
29875
31933
  }
29876
31934
  ]
29877
31935
  },
31936
+ {
31937
+ "kind": "Var",
31938
+ "name": "feedConfig",
31939
+ "printedName": "feedConfig",
31940
+ "children": [
31941
+ {
31942
+ "kind": "TypeNominal",
31943
+ "name": "FeedConfig",
31944
+ "printedName": "ShortKitSDK.FeedConfig",
31945
+ "usr": "s:11ShortKitSDK10FeedConfigV"
31946
+ }
31947
+ ],
31948
+ "declKind": "Var",
31949
+ "usr": "s:11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvp",
31950
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvp",
31951
+ "moduleName": "ShortKitSDK",
31952
+ "declAttributes": [
31953
+ "HasStorage",
31954
+ "AccessControl",
31955
+ "RawDocComment"
31956
+ ],
31957
+ "hasStorage": true,
31958
+ "accessors": [
31959
+ {
31960
+ "kind": "Accessor",
31961
+ "name": "Get",
31962
+ "printedName": "Get()",
31963
+ "children": [
31964
+ {
31965
+ "kind": "TypeNominal",
31966
+ "name": "FeedConfig",
31967
+ "printedName": "ShortKitSDK.FeedConfig",
31968
+ "usr": "s:11ShortKitSDK10FeedConfigV"
31969
+ }
31970
+ ],
31971
+ "declKind": "Accessor",
31972
+ "usr": "s:11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvg",
31973
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvg",
31974
+ "moduleName": "ShortKitSDK",
31975
+ "implicit": true,
31976
+ "accessorKind": "get"
31977
+ },
31978
+ {
31979
+ "kind": "Accessor",
31980
+ "name": "Set",
31981
+ "printedName": "Set()",
31982
+ "children": [
31983
+ {
31984
+ "kind": "TypeNominal",
31985
+ "name": "Void",
31986
+ "printedName": "()"
31987
+ },
31988
+ {
31989
+ "kind": "TypeNominal",
31990
+ "name": "FeedConfig",
31991
+ "printedName": "ShortKitSDK.FeedConfig",
31992
+ "usr": "s:11ShortKitSDK10FeedConfigV"
31993
+ }
31994
+ ],
31995
+ "declKind": "Accessor",
31996
+ "usr": "s:11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvs",
31997
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0Vvs",
31998
+ "moduleName": "ShortKitSDK",
31999
+ "implicit": true,
32000
+ "accessorKind": "set"
32001
+ },
32002
+ {
32003
+ "kind": "Accessor",
32004
+ "name": "Modify",
32005
+ "printedName": "Modify()",
32006
+ "children": [
32007
+ {
32008
+ "kind": "TypeNominal",
32009
+ "name": "Void",
32010
+ "printedName": "()"
32011
+ }
32012
+ ],
32013
+ "declKind": "Accessor",
32014
+ "usr": "s:11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0VvM",
32015
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV04feedE0AA04FeedE0VvM",
32016
+ "moduleName": "ShortKitSDK",
32017
+ "implicit": true,
32018
+ "accessorKind": "_modify"
32019
+ }
32020
+ ]
32021
+ },
29878
32022
  {
29879
32023
  "kind": "Constructor",
29880
32024
  "name": "init",
29881
- "printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:)",
32025
+ "printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:)",
29882
32026
  "children": [
29883
32027
  {
29884
32028
  "kind": "TypeNominal",
@@ -29948,11 +32092,18 @@
29948
32092
  "printedName": "ShortKitSDK.VideoOverlayMode",
29949
32093
  "hasDefaultArg": true,
29950
32094
  "usr": "s:11ShortKitSDK16VideoOverlayModeO"
32095
+ },
32096
+ {
32097
+ "kind": "TypeNominal",
32098
+ "name": "FeedConfig",
32099
+ "printedName": "ShortKitSDK.FeedConfig",
32100
+ "hasDefaultArg": true,
32101
+ "usr": "s:11ShortKitSDK10FeedConfigV"
29951
32102
  }
29952
32103
  ],
29953
32104
  "declKind": "Constructor",
29954
- "usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7OverlayACSi_14CoreFoundation7CGFloatVAOS3bSdAA011PlayerClickS0OAA05VideoT4ModeOtcfc",
29955
- "mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7OverlayACSi_12CoreGraphics7CGFloatVAOS3bSdAA011PlayerClickS0OAA05VideoT4ModeOtcfc",
32105
+ "usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE0ACSi_14CoreFoundation7CGFloatVAPS3bSdAA011PlayerClickS0OAA05VideoT4ModeOAA04FeedE0Vtcfc",
32106
+ "mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE0ACSi_12CoreGraphics7CGFloatVAPS3bSdAA011PlayerClickS0OAA05VideoT4ModeOAA04FeedE0Vtcfc",
29956
32107
  "moduleName": "ShortKitSDK",
29957
32108
  "declAttributes": [
29958
32109
  "AccessControl"
@@ -30405,24 +32556,31 @@
30405
32556
  {
30406
32557
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30407
32558
  "kind": "BooleanLiteral",
30408
- "offset": 2588,
32559
+ "offset": 2756,
30409
32560
  "length": 4,
30410
32561
  "value": "true"
30411
32562
  },
30412
32563
  {
30413
32564
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30414
32565
  "kind": "BooleanLiteral",
30415
- "offset": 2619,
32566
+ "offset": 2787,
30416
32567
  "length": 4,
30417
32568
  "value": "true"
30418
32569
  },
30419
32570
  {
30420
32571
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
30421
32572
  "kind": "BooleanLiteral",
30422
- "offset": 2705,
32573
+ "offset": 2873,
30423
32574
  "length": 5,
30424
32575
  "value": "false"
30425
32576
  },
32577
+ {
32578
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
32579
+ "kind": "BooleanLiteral",
32580
+ "offset": 2917,
32581
+ "length": 4,
32582
+ "value": "true"
32583
+ },
30426
32584
  {
30427
32585
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
30428
32586
  "kind": "BooleanLiteral",
@@ -30531,168 +32689,154 @@
30531
32689
  {
30532
32690
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30533
32691
  "kind": "BooleanLiteral",
30534
- "offset": 817,
32692
+ "offset": 921,
32693
+ "length": 5,
32694
+ "value": "false"
32695
+ },
32696
+ {
32697
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
32698
+ "kind": "BooleanLiteral",
32699
+ "offset": 1089,
30535
32700
  "length": 5,
30536
32701
  "value": "false"
30537
32702
  },
30538
32703
  {
30539
32704
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30540
32705
  "kind": "BooleanLiteral",
30541
- "offset": 1696,
32706
+ "offset": 1968,
30542
32707
  "length": 5,
30543
32708
  "value": "false"
30544
32709
  },
30545
32710
  {
30546
32711
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30547
32712
  "kind": "BooleanLiteral",
30548
- "offset": 2240,
32713
+ "offset": 2512,
30549
32714
  "length": 5,
30550
32715
  "value": "false"
30551
32716
  },
30552
32717
  {
30553
32718
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30554
32719
  "kind": "BooleanLiteral",
30555
- "offset": 2407,
32720
+ "offset": 2679,
30556
32721
  "length": 4,
30557
32722
  "value": "true"
30558
32723
  },
30559
32724
  {
30560
32725
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30561
32726
  "kind": "FloatLiteral",
30562
- "offset": 2466,
32727
+ "offset": 2738,
30563
32728
  "length": 3,
30564
32729
  "value": "0.8"
30565
32730
  },
30566
32731
  {
30567
32732
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30568
32733
  "kind": "FloatLiteral",
30569
- "offset": 2474,
32734
+ "offset": 2746,
30570
32735
  "length": 3,
30571
32736
  "value": "0.8"
30572
32737
  },
30573
32738
  {
30574
32739
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30575
32740
  "kind": "BooleanLiteral",
30576
- "offset": 2539,
32741
+ "offset": 2811,
30577
32742
  "length": 5,
30578
32743
  "value": "false"
30579
32744
  },
30580
32745
  {
30581
32746
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30582
32747
  "kind": "BooleanLiteral",
30583
- "offset": 3969,
32748
+ "offset": 4241,
30584
32749
  "length": 5,
30585
32750
  "value": "false"
30586
32751
  },
30587
32752
  {
30588
32753
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30589
32754
  "kind": "IntegerLiteral",
30590
- "offset": 4485,
32755
+ "offset": 4757,
30591
32756
  "length": 1,
30592
32757
  "value": "0"
30593
32758
  },
30594
32759
  {
30595
32760
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30596
32761
  "kind": "IntegerLiteral",
30597
- "offset": 4519,
32762
+ "offset": 4791,
30598
32763
  "length": 1,
30599
32764
  "value": "0"
30600
32765
  },
30601
32766
  {
30602
32767
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30603
32768
  "kind": "BooleanLiteral",
30604
- "offset": 4553,
32769
+ "offset": 4825,
30605
32770
  "length": 4,
30606
32771
  "value": "true"
30607
32772
  },
30608
32773
  {
30609
32774
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30610
32775
  "kind": "BooleanLiteral",
30611
- "offset": 4586,
32776
+ "offset": 4858,
30612
32777
  "length": 4,
30613
32778
  "value": "true"
30614
32779
  },
30615
32780
  {
30616
32781
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30617
32782
  "kind": "IntegerLiteral",
30618
- "offset": 4628,
32783
+ "offset": 4900,
30619
32784
  "length": 1,
30620
32785
  "value": "0"
30621
32786
  },
30622
32787
  {
30623
32788
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30624
32789
  "kind": "IntegerLiteral",
30625
- "offset": 4806,
32790
+ "offset": 5078,
30626
32791
  "length": 2,
30627
32792
  "value": "-1"
30628
32793
  },
30629
32794
  {
30630
32795
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30631
32796
  "kind": "IntegerLiteral",
30632
- "offset": 5054,
32797
+ "offset": 5326,
30633
32798
  "length": 1,
30634
32799
  "value": "0"
30635
32800
  },
30636
32801
  {
30637
32802
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30638
32803
  "kind": "IntegerLiteral",
30639
- "offset": 5104,
32804
+ "offset": 5376,
30640
32805
  "length": 1,
30641
32806
  "value": "0"
30642
32807
  },
30643
32808
  {
30644
32809
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30645
32810
  "kind": "IntegerLiteral",
30646
- "offset": 5158,
32811
+ "offset": 5430,
30647
32812
  "length": 1,
30648
32813
  "value": "0"
30649
32814
  },
30650
32815
  {
30651
32816
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30652
32817
  "kind": "FloatLiteral",
30653
- "offset": 5218,
32818
+ "offset": 5490,
30654
32819
  "length": 3,
30655
32820
  "value": "0.2"
30656
32821
  },
30657
32822
  {
30658
32823
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30659
32824
  "kind": "IntegerLiteral",
30660
- "offset": 6456,
32825
+ "offset": 6925,
30661
32826
  "length": 2,
30662
32827
  "value": "24"
30663
32828
  },
30664
32829
  {
30665
32830
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30666
32831
  "kind": "BooleanLiteral",
30667
- "offset": 6653,
30668
- "length": 5,
30669
- "value": "false"
30670
- },
30671
- {
30672
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30673
- "kind": "IntegerLiteral",
30674
- "offset": 6683,
30675
- "length": 1,
30676
- "value": "0"
30677
- },
30678
- {
30679
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30680
- "kind": "StringLiteral",
30681
- "offset": 6722,
30682
- "length": 21,
30683
- "value": "\"Loading new content\""
30684
- },
30685
- {
30686
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30687
- "kind": "BooleanLiteral",
30688
- "offset": 9798,
32832
+ "offset": 10774,
30689
32833
  "length": 5,
30690
32834
  "value": "false"
30691
32835
  },
30692
32836
  {
30693
32837
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30694
32838
  "kind": "BooleanLiteral",
30695
- "offset": 96681,
32839
+ "offset": 112102,
30696
32840
  "length": 5,
30697
32841
  "value": "false"
30698
32842
  },
@@ -30717,6 +32861,34 @@
30717
32861
  "length": 1,
30718
32862
  "value": "0"
30719
32863
  },
32864
+ {
32865
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32866
+ "kind": "Array",
32867
+ "offset": 589,
32868
+ "length": 2,
32869
+ "value": "[]"
32870
+ },
32871
+ {
32872
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32873
+ "kind": "IntegerLiteral",
32874
+ "offset": 637,
32875
+ "length": 1,
32876
+ "value": "0"
32877
+ },
32878
+ {
32879
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32880
+ "kind": "Array",
32881
+ "offset": 794,
32882
+ "length": 2,
32883
+ "value": "[]"
32884
+ },
32885
+ {
32886
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
32887
+ "kind": "IntegerLiteral",
32888
+ "offset": 14150,
32889
+ "length": 1,
32890
+ "value": "0"
32891
+ },
30720
32892
  {
30721
32893
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Identity\/IdentityManager.swift",
30722
32894
  "kind": "StringLiteral",
@@ -30881,112 +33053,133 @@
30881
33053
  {
30882
33054
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30883
33055
  "kind": "IntegerLiteral",
30884
- "offset": 623,
33056
+ "offset": 663,
30885
33057
  "length": 1,
30886
33058
  "value": "0"
30887
33059
  },
30888
33060
  {
30889
33061
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30890
33062
  "kind": "IntegerLiteral",
30891
- "offset": 669,
33063
+ "offset": 709,
30892
33064
  "length": 1,
30893
33065
  "value": "0"
30894
33066
  },
30895
33067
  {
30896
33068
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30897
33069
  "kind": "FloatLiteral",
30898
- "offset": 812,
33070
+ "offset": 852,
30899
33071
  "length": 3,
30900
33072
  "value": "2.0"
30901
33073
  },
30902
33074
  {
30903
33075
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30904
33076
  "kind": "IntegerLiteral",
30905
- "offset": 858,
33077
+ "offset": 898,
30906
33078
  "length": 9,
30907
33079
  "value": "5000000"
30908
33080
  },
30909
33081
  {
30910
33082
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30911
33083
  "kind": "FloatLiteral",
30912
- "offset": 1022,
33084
+ "offset": 1062,
30913
33085
  "length": 3,
30914
33086
  "value": "1.0"
30915
33087
  },
30916
33088
  {
30917
33089
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30918
33090
  "kind": "IntegerLiteral",
30919
- "offset": 1072,
33091
+ "offset": 1112,
30920
33092
  "length": 1,
30921
33093
  "value": "1"
30922
33094
  },
33095
+ {
33096
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
33097
+ "kind": "FloatLiteral",
33098
+ "offset": 1264,
33099
+ "length": 3,
33100
+ "value": "2.0"
33101
+ },
33102
+ {
33103
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
33104
+ "kind": "IntegerLiteral",
33105
+ "offset": 1314,
33106
+ "length": 9,
33107
+ "value": "5000000"
33108
+ },
30923
33109
  {
30924
33110
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30925
33111
  "kind": "IntegerLiteral",
30926
- "offset": 1219,
33112
+ "offset": 1469,
30927
33113
  "length": 1,
30928
33114
  "value": "0"
30929
33115
  },
30930
33116
  {
30931
33117
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30932
33118
  "kind": "StringLiteral",
30933
- "offset": 1273,
33119
+ "offset": 1523,
30934
33120
  "length": 21,
30935
33121
  "value": "\"com.shortkit.player\""
30936
33122
  },
30937
33123
  {
30938
33124
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30939
33125
  "kind": "IntegerLiteral",
30940
- "offset": 1346,
33126
+ "offset": 1596,
30941
33127
  "length": 1,
30942
33128
  "value": "0"
30943
33129
  },
30944
33130
  {
30945
33131
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30946
33132
  "kind": "Dictionary",
30947
- "offset": 1428,
33133
+ "offset": 1678,
30948
33134
  "length": 3,
30949
33135
  "value": "[]"
30950
33136
  },
30951
33137
  {
30952
33138
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30953
33139
  "kind": "Dictionary",
30954
- "offset": 1507,
33140
+ "offset": 1757,
30955
33141
  "length": 3,
30956
33142
  "value": "[]"
30957
33143
  },
30958
33144
  {
30959
33145
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30960
33146
  "kind": "Dictionary",
30961
- "offset": 1611,
33147
+ "offset": 1861,
30962
33148
  "length": 3,
30963
33149
  "value": "[]"
30964
33150
  },
30965
33151
  {
30966
33152
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30967
33153
  "kind": "Dictionary",
30968
- "offset": 1694,
33154
+ "offset": 1944,
30969
33155
  "length": 3,
30970
33156
  "value": "[]"
30971
33157
  },
30972
33158
  {
30973
33159
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30974
33160
  "kind": "Dictionary",
30975
- "offset": 1779,
33161
+ "offset": 2029,
30976
33162
  "length": 3,
30977
33163
  "value": "[]"
30978
33164
  },
33165
+ {
33166
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
33167
+ "kind": "BooleanLiteral",
33168
+ "offset": 2213,
33169
+ "length": 5,
33170
+ "value": "false"
33171
+ },
30979
33172
  {
30980
33173
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30981
33174
  "kind": "Dictionary",
30982
- "offset": 2153,
33175
+ "offset": 2589,
30983
33176
  "length": 3,
30984
33177
  "value": "[]"
30985
33178
  },
30986
33179
  {
30987
33180
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30988
33181
  "kind": "Array",
30989
- "offset": 2206,
33182
+ "offset": 2642,
30990
33183
  "length": 2,
30991
33184
  "value": "[]"
30992
33185
  },
@@ -31107,7 +33300,7 @@
31107
33300
  "kind": "StringLiteral",
31108
33301
  "offset": 124,
31109
33302
  "length": 8,
31110
- "value": "\"0.2.12\""
33303
+ "value": "\"0.2.17\""
31111
33304
  },
31112
33305
  {
31113
33306
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
@@ -31126,28 +33319,28 @@
31126
33319
  {
31127
33320
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
31128
33321
  "kind": "IntegerLiteral",
31129
- "offset": 592,
33322
+ "offset": 704,
31130
33323
  "length": 2,
31131
33324
  "value": "12"
31132
33325
  },
31133
33326
  {
31134
33327
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
31135
33328
  "kind": "BooleanLiteral",
31136
- "offset": 669,
33329
+ "offset": 781,
31137
33330
  "length": 4,
31138
33331
  "value": "true"
31139
33332
  },
31140
33333
  {
31141
33334
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
31142
33335
  "kind": "BooleanLiteral",
31143
- "offset": 696,
33336
+ "offset": 808,
31144
33337
  "length": 4,
31145
33338
  "value": "true"
31146
33339
  },
31147
33340
  {
31148
33341
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
31149
33342
  "kind": "BooleanLiteral",
31150
- "offset": 730,
33343
+ "offset": 842,
31151
33344
  "length": 4,
31152
33345
  "value": "true"
31153
33346
  },
@@ -31263,6 +33456,13 @@
31263
33456
  "length": 4,
31264
33457
  "value": "true"
31265
33458
  },
33459
+ {
33460
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/SlotToFeedTransition.swift",
33461
+ "kind": "Array",
33462
+ "offset": 506,
33463
+ "length": 2,
33464
+ "value": "[]"
33465
+ },
31266
33466
  {
31267
33467
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
31268
33468
  "kind": "Array",
@@ -31277,73 +33477,80 @@
31277
33477
  "length": 1,
31278
33478
  "value": "0"
31279
33479
  },
33480
+ {
33481
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
33482
+ "kind": "IntegerLiteral",
33483
+ "offset": 697,
33484
+ "length": 1,
33485
+ "value": "0"
33486
+ },
31280
33487
  {
31281
33488
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
31282
33489
  "kind": "BooleanLiteral",
31283
- "offset": 1403,
33490
+ "offset": 1577,
31284
33491
  "length": 5,
31285
33492
  "value": "false"
31286
33493
  },
31287
33494
  {
31288
33495
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
31289
33496
  "kind": "BooleanLiteral",
31290
- "offset": 1489,
33497
+ "offset": 1663,
31291
33498
  "length": 5,
31292
33499
  "value": "false"
31293
33500
  },
31294
33501
  {
31295
33502
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
31296
33503
  "kind": "StringLiteral",
31297
- "offset": 8733,
33504
+ "offset": 11178,
31298
33505
  "length": 16,
31299
33506
  "value": "\"WidgetCardCell\""
31300
33507
  },
31301
33508
  {
31302
33509
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31303
33510
  "kind": "IntegerLiteral",
31304
- "offset": 488,
33511
+ "offset": 600,
31305
33512
  "length": 1,
31306
33513
  "value": "3"
31307
33514
  },
31308
33515
  {
31309
33516
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31310
33517
  "kind": "IntegerLiteral",
31311
- "offset": 522,
33518
+ "offset": 634,
31312
33519
  "length": 1,
31313
33520
  "value": "8"
31314
33521
  },
31315
33522
  {
31316
33523
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31317
33524
  "kind": "IntegerLiteral",
31318
- "offset": 557,
33525
+ "offset": 669,
31319
33526
  "length": 2,
31320
33527
  "value": "12"
31321
33528
  },
31322
33529
  {
31323
33530
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31324
33531
  "kind": "BooleanLiteral",
31325
- "offset": 586,
33532
+ "offset": 698,
31326
33533
  "length": 4,
31327
33534
  "value": "true"
31328
33535
  },
31329
33536
  {
31330
33537
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31331
33538
  "kind": "BooleanLiteral",
31332
- "offset": 620,
33539
+ "offset": 732,
31333
33540
  "length": 4,
31334
33541
  "value": "true"
31335
33542
  },
31336
33543
  {
31337
33544
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31338
33545
  "kind": "BooleanLiteral",
31339
- "offset": 647,
33546
+ "offset": 759,
31340
33547
  "length": 4,
31341
33548
  "value": "true"
31342
33549
  },
31343
33550
  {
31344
33551
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
31345
33552
  "kind": "IntegerLiteral",
31346
- "offset": 694,
33553
+ "offset": 806,
31347
33554
  "length": 2,
31348
33555
  "value": "10"
31349
33556
  }