@shortkitsdk/react-native 0.2.14 → 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.
- package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +34 -2
- package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +5 -5
- package/ios/ReactCarouselOverlayHost.swift +30 -18
- package/ios/ReactOverlayHost.swift +65 -67
- package/ios/ShortKitBridge.swift +80 -20
- package/ios/ShortKitModule.mm +13 -4
- package/ios/ShortKitSDK.xcframework/Info.plist +2 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +5 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +672 -97
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +15 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +15 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +11 -11
- package/ios/ShortKitSDK.xcframework/{ios-arm64-simulator → ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -0
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Info.plist +5 -1
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +2488 -281
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +65 -5
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +65 -5
- package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json} +8233 -3592
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +925 -0
- package/ios/{ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc} +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +925 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +212 -0
- package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1838 -206
- package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +51 -1
- package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +51 -1
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +168 -0
- package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +6 -6
- package/ios/ShortKitSDK.xcframework.dev-backup/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +2 -2
- package/package.json +1 -1
- package/src/ShortKitContext.ts +11 -0
- package/src/ShortKitFeed.tsx +20 -9
- package/src/ShortKitOverlaySurface.tsx +20 -6
- package/src/ShortKitProvider.tsx +4 -2
- package/src/ShortKitWidget.tsx +3 -3
- package/src/index.ts +1 -0
- package/src/specs/NativeShortKitModule.ts +5 -2
- package/src/types.ts +9 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +0 -16
- package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +0 -4
- package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -418
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +0 -28917
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -824
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +0 -824
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -418
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -824
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -824
- package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.bak2/Info.plist +0 -43
- package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Info.plist +0 -16
- package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +0 -4
- package/ios/ShortKitSDK.xcframework.bak2/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework.bak2/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/{ShortKitSDK.xcframework.bak2/ios-arm64-simulator → ShortKitSDK.xcframework/ios-arm64_x86_64-simulator}/ShortKitSDK.framework/Modules/module.modulemap +0 -0
- package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/Info.plist +4 -4
- /package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -0
- /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Info.plist +0 -0
- /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +0 -0
- /package/ios/{ShortKitSDK.xcframework.bak2 → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +0 -0
- /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +0 -0
- /package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -0
- /package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- /package/ios/{ShortKitSDK.xcframework → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -0
- /package/ios/{ShortKitSDK.xcframework.bak → ShortKitSDK.xcframework.dev-backup}/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +0 -0
|
@@ -7408,6 +7408,91 @@
|
|
|
7408
7408
|
}
|
|
7409
7409
|
]
|
|
7410
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
|
+
},
|
|
7411
7496
|
{
|
|
7412
7497
|
"kind": "Var",
|
|
7413
7498
|
"name": "filter",
|
|
@@ -7632,7 +7717,7 @@
|
|
|
7632
7717
|
{
|
|
7633
7718
|
"kind": "Constructor",
|
|
7634
7719
|
"name": "init",
|
|
7635
|
-
"printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay: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:)",
|
|
7636
7721
|
"children": [
|
|
7637
7722
|
{
|
|
7638
7723
|
"kind": "TypeNominal",
|
|
@@ -7717,6 +7802,13 @@
|
|
|
7717
7802
|
"hasDefaultArg": true,
|
|
7718
7803
|
"usr": "s:Sb"
|
|
7719
7804
|
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "TypeNominal",
|
|
7807
|
+
"name": "Bool",
|
|
7808
|
+
"printedName": "Swift.Bool",
|
|
7809
|
+
"hasDefaultArg": true,
|
|
7810
|
+
"usr": "s:Sb"
|
|
7811
|
+
},
|
|
7720
7812
|
{
|
|
7721
7813
|
"kind": "TypeNominal",
|
|
7722
7814
|
"name": "Optional",
|
|
@@ -7749,8 +7841,8 @@
|
|
|
7749
7841
|
}
|
|
7750
7842
|
],
|
|
7751
7843
|
"declKind": "Constructor",
|
|
7752
|
-
"usr": "s:
|
|
7753
|
-
"mangledName": "$
|
|
7844
|
+
"usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled013pullToRefreshV06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
|
|
7845
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK011muteOnStart8autoplay0F6Source04coldR7Enabled013pullToRefreshV06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOS2bAA0dT0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
|
|
7754
7846
|
"moduleName": "ShortKitSDK",
|
|
7755
7847
|
"declAttributes": [
|
|
7756
7848
|
"AccessControl"
|
|
@@ -9149,8 +9241,8 @@
|
|
|
9149
9241
|
"children": [
|
|
9150
9242
|
{
|
|
9151
9243
|
"kind": "Function",
|
|
9152
|
-
"name": "
|
|
9153
|
-
"printedName": "
|
|
9244
|
+
"name": "shortKit",
|
|
9245
|
+
"printedName": "shortKit(_:didChangeRefreshState:)",
|
|
9154
9246
|
"children": [
|
|
9155
9247
|
{
|
|
9156
9248
|
"kind": "TypeNominal",
|
|
@@ -9162,11 +9254,17 @@
|
|
|
9162
9254
|
"name": "ShortKit",
|
|
9163
9255
|
"printedName": "ShortKitSDK.ShortKit",
|
|
9164
9256
|
"usr": "s:11ShortKitSDK0aB0C"
|
|
9257
|
+
},
|
|
9258
|
+
{
|
|
9259
|
+
"kind": "TypeNominal",
|
|
9260
|
+
"name": "ShortKitRefreshState",
|
|
9261
|
+
"printedName": "ShortKitSDK.ShortKitRefreshState",
|
|
9262
|
+
"usr": "s:11ShortKitSDK0aB12RefreshStateO"
|
|
9165
9263
|
}
|
|
9166
9264
|
],
|
|
9167
9265
|
"declKind": "Func",
|
|
9168
|
-
"usr": "s:
|
|
9169
|
-
"mangledName": "$
|
|
9266
|
+
"usr": "s:11ShortKitSDK0aB8DelegateP05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
|
|
9267
|
+
"mangledName": "$s11ShortKitSDK0aB8DelegateP05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
|
|
9170
9268
|
"moduleName": "ShortKitSDK",
|
|
9171
9269
|
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
|
|
9172
9270
|
"sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
|
|
@@ -9265,8 +9363,8 @@
|
|
|
9265
9363
|
},
|
|
9266
9364
|
{
|
|
9267
9365
|
"kind": "Function",
|
|
9268
|
-
"name": "
|
|
9269
|
-
"printedName": "
|
|
9366
|
+
"name": "shortKit",
|
|
9367
|
+
"printedName": "shortKit(_:didChangeRefreshState:)",
|
|
9270
9368
|
"children": [
|
|
9271
9369
|
{
|
|
9272
9370
|
"kind": "TypeNominal",
|
|
@@ -9278,11 +9376,17 @@
|
|
|
9278
9376
|
"name": "ShortKit",
|
|
9279
9377
|
"printedName": "ShortKitSDK.ShortKit",
|
|
9280
9378
|
"usr": "s:11ShortKitSDK0aB0C"
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"kind": "TypeNominal",
|
|
9382
|
+
"name": "ShortKitRefreshState",
|
|
9383
|
+
"printedName": "ShortKitSDK.ShortKitRefreshState",
|
|
9384
|
+
"usr": "s:11ShortKitSDK0aB12RefreshStateO"
|
|
9281
9385
|
}
|
|
9282
9386
|
],
|
|
9283
9387
|
"declKind": "Func",
|
|
9284
|
-
"usr": "s:
|
|
9285
|
-
"mangledName": "$
|
|
9388
|
+
"usr": "s:11ShortKitSDK0aB8DelegatePAAE05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
|
|
9389
|
+
"mangledName": "$s11ShortKitSDK0aB8DelegatePAAE05shortB0_21didChangeRefreshStateyAA0aB0C_AA0abhI0OtF",
|
|
9286
9390
|
"moduleName": "ShortKitSDK",
|
|
9287
9391
|
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDelegate>",
|
|
9288
9392
|
"sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDelegate>",
|
|
@@ -11084,6 +11188,38 @@
|
|
|
11084
11188
|
"isFromExtension": true,
|
|
11085
11189
|
"funcSelfKind": "NonMutating"
|
|
11086
11190
|
},
|
|
11191
|
+
{
|
|
11192
|
+
"kind": "Function",
|
|
11193
|
+
"name": "scrollViewDidScrollToTop",
|
|
11194
|
+
"printedName": "scrollViewDidScrollToTop(_:)",
|
|
11195
|
+
"children": [
|
|
11196
|
+
{
|
|
11197
|
+
"kind": "TypeNominal",
|
|
11198
|
+
"name": "Void",
|
|
11199
|
+
"printedName": "()"
|
|
11200
|
+
},
|
|
11201
|
+
{
|
|
11202
|
+
"kind": "TypeNominal",
|
|
11203
|
+
"name": "UIScrollView",
|
|
11204
|
+
"printedName": "UIKit.UIScrollView",
|
|
11205
|
+
"usr": "c:objc(cs)UIScrollView"
|
|
11206
|
+
}
|
|
11207
|
+
],
|
|
11208
|
+
"declKind": "Func",
|
|
11209
|
+
"usr": "c:@CM@ShortKitSDK@objc(cs)ShortKitFeedViewController(im)scrollViewDidScrollToTop:",
|
|
11210
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC06scrollE14DidScrollToTopyySo08UIScrollE0CF",
|
|
11211
|
+
"moduleName": "ShortKitSDK",
|
|
11212
|
+
"objc_name": "scrollViewDidScrollToTop:",
|
|
11213
|
+
"declAttributes": [
|
|
11214
|
+
"Dynamic",
|
|
11215
|
+
"ObjC",
|
|
11216
|
+
"Preconcurrency",
|
|
11217
|
+
"Custom",
|
|
11218
|
+
"AccessControl"
|
|
11219
|
+
],
|
|
11220
|
+
"isFromExtension": true,
|
|
11221
|
+
"funcSelfKind": "NonMutating"
|
|
11222
|
+
},
|
|
11087
11223
|
{
|
|
11088
11224
|
"kind": "Function",
|
|
11089
11225
|
"name": "scrollViewDidScroll",
|
|
@@ -11474,6 +11610,231 @@
|
|
|
11474
11610
|
"declKind": "Import",
|
|
11475
11611
|
"moduleName": "ShortKitSDK"
|
|
11476
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
|
+
},
|
|
11477
11838
|
{
|
|
11478
11839
|
"kind": "Import",
|
|
11479
11840
|
"name": "UIKit",
|
|
@@ -29350,10 +29711,96 @@
|
|
|
29350
29711
|
}
|
|
29351
29712
|
]
|
|
29352
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
|
+
},
|
|
29353
29800
|
{
|
|
29354
29801
|
"kind": "Constructor",
|
|
29355
29802
|
"name": "init",
|
|
29356
|
-
"printedName": "init(cornerRadius:clickAction:autoplay:loop:muteOnStart:videoOverlay:)",
|
|
29803
|
+
"printedName": "init(cornerRadius:clickAction:autoplay:loop:muteOnStart:videoOverlay:feedConfig:)",
|
|
29357
29804
|
"children": [
|
|
29358
29805
|
{
|
|
29359
29806
|
"kind": "TypeNominal",
|
|
@@ -29402,11 +29849,18 @@
|
|
|
29402
29849
|
"printedName": "ShortKitSDK.VideoOverlayMode",
|
|
29403
29850
|
"hasDefaultArg": true,
|
|
29404
29851
|
"usr": "s:11ShortKitSDK16VideoOverlayModeO"
|
|
29852
|
+
},
|
|
29853
|
+
{
|
|
29854
|
+
"kind": "TypeNominal",
|
|
29855
|
+
"name": "FeedConfig",
|
|
29856
|
+
"printedName": "ShortKitSDK.FeedConfig",
|
|
29857
|
+
"hasDefaultArg": true,
|
|
29858
|
+
"usr": "s:11ShortKitSDK10FeedConfigV"
|
|
29405
29859
|
}
|
|
29406
29860
|
],
|
|
29407
29861
|
"declKind": "Constructor",
|
|
29408
|
-
"usr": "s:
|
|
29409
|
-
"mangledName": "$
|
|
29862
|
+
"usr": "s:11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlay04feedE0AC14CoreFoundation7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOAA04FeedE0Vtcfc",
|
|
29863
|
+
"mangledName": "$s11ShortKitSDK12PlayerConfigV12cornerRadius11clickAction8autoplay4loop11muteOnStart12videoOverlay04feedE0AC12CoreGraphics7CGFloatV_AA0d5ClickI0OS3bAA05VideoP4ModeOAA04FeedE0Vtcfc",
|
|
29410
29864
|
"moduleName": "ShortKitSDK",
|
|
29411
29865
|
"declAttributes": [
|
|
29412
29866
|
"AccessControl"
|
|
@@ -31479,10 +31933,96 @@
|
|
|
31479
31933
|
}
|
|
31480
31934
|
]
|
|
31481
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
|
+
},
|
|
31482
32022
|
{
|
|
31483
32023
|
"kind": "Constructor",
|
|
31484
32024
|
"name": "init",
|
|
31485
|
-
"printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:)",
|
|
32025
|
+
"printedName": "init(cardCount:cardSpacing:cornerRadius:autoplay:muteOnStart:loop:rotationInterval:clickAction:cardOverlay:feedConfig:)",
|
|
31486
32026
|
"children": [
|
|
31487
32027
|
{
|
|
31488
32028
|
"kind": "TypeNominal",
|
|
@@ -31552,11 +32092,18 @@
|
|
|
31552
32092
|
"printedName": "ShortKitSDK.VideoOverlayMode",
|
|
31553
32093
|
"hasDefaultArg": true,
|
|
31554
32094
|
"usr": "s:11ShortKitSDK16VideoOverlayModeO"
|
|
32095
|
+
},
|
|
32096
|
+
{
|
|
32097
|
+
"kind": "TypeNominal",
|
|
32098
|
+
"name": "FeedConfig",
|
|
32099
|
+
"printedName": "ShortKitSDK.FeedConfig",
|
|
32100
|
+
"hasDefaultArg": true,
|
|
32101
|
+
"usr": "s:11ShortKitSDK10FeedConfigV"
|
|
31555
32102
|
}
|
|
31556
32103
|
],
|
|
31557
32104
|
"declKind": "Constructor",
|
|
31558
|
-
"usr": "s:
|
|
31559
|
-
"mangledName": "$
|
|
32105
|
+
"usr": "s:11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE0ACSi_14CoreFoundation7CGFloatVAPS3bSdAA011PlayerClickS0OAA05VideoT4ModeOAA04FeedE0Vtcfc",
|
|
32106
|
+
"mangledName": "$s11ShortKitSDK12WidgetConfigV9cardCount0F7Spacing12cornerRadius8autoplay11muteOnStart4loop16rotationInterval11clickAction0F7Overlay04feedE0ACSi_12CoreGraphics7CGFloatVAPS3bSdAA011PlayerClickS0OAA05VideoT4ModeOAA04FeedE0Vtcfc",
|
|
31560
32107
|
"moduleName": "ShortKitSDK",
|
|
31561
32108
|
"declAttributes": [
|
|
31562
32109
|
"AccessControl"
|
|
@@ -32009,24 +32556,31 @@
|
|
|
32009
32556
|
{
|
|
32010
32557
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
32011
32558
|
"kind": "BooleanLiteral",
|
|
32012
|
-
"offset":
|
|
32559
|
+
"offset": 2756,
|
|
32013
32560
|
"length": 4,
|
|
32014
32561
|
"value": "true"
|
|
32015
32562
|
},
|
|
32016
32563
|
{
|
|
32017
32564
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
32018
32565
|
"kind": "BooleanLiteral",
|
|
32019
|
-
"offset":
|
|
32566
|
+
"offset": 2787,
|
|
32020
32567
|
"length": 4,
|
|
32021
32568
|
"value": "true"
|
|
32022
32569
|
},
|
|
32023
32570
|
{
|
|
32024
32571
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
32025
32572
|
"kind": "BooleanLiteral",
|
|
32026
|
-
"offset":
|
|
32573
|
+
"offset": 2873,
|
|
32027
32574
|
"length": 5,
|
|
32028
32575
|
"value": "false"
|
|
32029
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
|
+
},
|
|
32030
32584
|
{
|
|
32031
32585
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
|
|
32032
32586
|
"kind": "BooleanLiteral",
|
|
@@ -32135,168 +32689,154 @@
|
|
|
32135
32689
|
{
|
|
32136
32690
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32137
32691
|
"kind": "BooleanLiteral",
|
|
32138
|
-
"offset":
|
|
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,
|
|
32139
32700
|
"length": 5,
|
|
32140
32701
|
"value": "false"
|
|
32141
32702
|
},
|
|
32142
32703
|
{
|
|
32143
32704
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32144
32705
|
"kind": "BooleanLiteral",
|
|
32145
|
-
"offset":
|
|
32706
|
+
"offset": 1968,
|
|
32146
32707
|
"length": 5,
|
|
32147
32708
|
"value": "false"
|
|
32148
32709
|
},
|
|
32149
32710
|
{
|
|
32150
32711
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32151
32712
|
"kind": "BooleanLiteral",
|
|
32152
|
-
"offset":
|
|
32713
|
+
"offset": 2512,
|
|
32153
32714
|
"length": 5,
|
|
32154
32715
|
"value": "false"
|
|
32155
32716
|
},
|
|
32156
32717
|
{
|
|
32157
32718
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32158
32719
|
"kind": "BooleanLiteral",
|
|
32159
|
-
"offset":
|
|
32720
|
+
"offset": 2679,
|
|
32160
32721
|
"length": 4,
|
|
32161
32722
|
"value": "true"
|
|
32162
32723
|
},
|
|
32163
32724
|
{
|
|
32164
32725
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32165
32726
|
"kind": "FloatLiteral",
|
|
32166
|
-
"offset":
|
|
32727
|
+
"offset": 2738,
|
|
32167
32728
|
"length": 3,
|
|
32168
32729
|
"value": "0.8"
|
|
32169
32730
|
},
|
|
32170
32731
|
{
|
|
32171
32732
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32172
32733
|
"kind": "FloatLiteral",
|
|
32173
|
-
"offset":
|
|
32734
|
+
"offset": 2746,
|
|
32174
32735
|
"length": 3,
|
|
32175
32736
|
"value": "0.8"
|
|
32176
32737
|
},
|
|
32177
32738
|
{
|
|
32178
32739
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32179
32740
|
"kind": "BooleanLiteral",
|
|
32180
|
-
"offset":
|
|
32741
|
+
"offset": 2811,
|
|
32181
32742
|
"length": 5,
|
|
32182
32743
|
"value": "false"
|
|
32183
32744
|
},
|
|
32184
32745
|
{
|
|
32185
32746
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32186
32747
|
"kind": "BooleanLiteral",
|
|
32187
|
-
"offset":
|
|
32748
|
+
"offset": 4241,
|
|
32188
32749
|
"length": 5,
|
|
32189
32750
|
"value": "false"
|
|
32190
32751
|
},
|
|
32191
32752
|
{
|
|
32192
32753
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32193
32754
|
"kind": "IntegerLiteral",
|
|
32194
|
-
"offset":
|
|
32755
|
+
"offset": 4757,
|
|
32195
32756
|
"length": 1,
|
|
32196
32757
|
"value": "0"
|
|
32197
32758
|
},
|
|
32198
32759
|
{
|
|
32199
32760
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32200
32761
|
"kind": "IntegerLiteral",
|
|
32201
|
-
"offset":
|
|
32762
|
+
"offset": 4791,
|
|
32202
32763
|
"length": 1,
|
|
32203
32764
|
"value": "0"
|
|
32204
32765
|
},
|
|
32205
32766
|
{
|
|
32206
32767
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32207
32768
|
"kind": "BooleanLiteral",
|
|
32208
|
-
"offset":
|
|
32769
|
+
"offset": 4825,
|
|
32209
32770
|
"length": 4,
|
|
32210
32771
|
"value": "true"
|
|
32211
32772
|
},
|
|
32212
32773
|
{
|
|
32213
32774
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32214
32775
|
"kind": "BooleanLiteral",
|
|
32215
|
-
"offset":
|
|
32776
|
+
"offset": 4858,
|
|
32216
32777
|
"length": 4,
|
|
32217
32778
|
"value": "true"
|
|
32218
32779
|
},
|
|
32219
32780
|
{
|
|
32220
32781
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32221
32782
|
"kind": "IntegerLiteral",
|
|
32222
|
-
"offset":
|
|
32783
|
+
"offset": 4900,
|
|
32223
32784
|
"length": 1,
|
|
32224
32785
|
"value": "0"
|
|
32225
32786
|
},
|
|
32226
32787
|
{
|
|
32227
32788
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32228
32789
|
"kind": "IntegerLiteral",
|
|
32229
|
-
"offset":
|
|
32790
|
+
"offset": 5078,
|
|
32230
32791
|
"length": 2,
|
|
32231
32792
|
"value": "-1"
|
|
32232
32793
|
},
|
|
32233
32794
|
{
|
|
32234
32795
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32235
32796
|
"kind": "IntegerLiteral",
|
|
32236
|
-
"offset":
|
|
32797
|
+
"offset": 5326,
|
|
32237
32798
|
"length": 1,
|
|
32238
32799
|
"value": "0"
|
|
32239
32800
|
},
|
|
32240
32801
|
{
|
|
32241
32802
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32242
32803
|
"kind": "IntegerLiteral",
|
|
32243
|
-
"offset":
|
|
32804
|
+
"offset": 5376,
|
|
32244
32805
|
"length": 1,
|
|
32245
32806
|
"value": "0"
|
|
32246
32807
|
},
|
|
32247
32808
|
{
|
|
32248
32809
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32249
32810
|
"kind": "IntegerLiteral",
|
|
32250
|
-
"offset":
|
|
32811
|
+
"offset": 5430,
|
|
32251
32812
|
"length": 1,
|
|
32252
32813
|
"value": "0"
|
|
32253
32814
|
},
|
|
32254
32815
|
{
|
|
32255
32816
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32256
32817
|
"kind": "FloatLiteral",
|
|
32257
|
-
"offset":
|
|
32818
|
+
"offset": 5490,
|
|
32258
32819
|
"length": 3,
|
|
32259
32820
|
"value": "0.2"
|
|
32260
32821
|
},
|
|
32261
32822
|
{
|
|
32262
32823
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32263
32824
|
"kind": "IntegerLiteral",
|
|
32264
|
-
"offset":
|
|
32825
|
+
"offset": 6925,
|
|
32265
32826
|
"length": 2,
|
|
32266
32827
|
"value": "24"
|
|
32267
32828
|
},
|
|
32268
32829
|
{
|
|
32269
32830
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32270
32831
|
"kind": "BooleanLiteral",
|
|
32271
|
-
"offset":
|
|
32272
|
-
"length": 5,
|
|
32273
|
-
"value": "false"
|
|
32274
|
-
},
|
|
32275
|
-
{
|
|
32276
|
-
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32277
|
-
"kind": "IntegerLiteral",
|
|
32278
|
-
"offset": 6683,
|
|
32279
|
-
"length": 1,
|
|
32280
|
-
"value": "0"
|
|
32281
|
-
},
|
|
32282
|
-
{
|
|
32283
|
-
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32284
|
-
"kind": "StringLiteral",
|
|
32285
|
-
"offset": 6722,
|
|
32286
|
-
"length": 21,
|
|
32287
|
-
"value": "\"Loading new content\""
|
|
32288
|
-
},
|
|
32289
|
-
{
|
|
32290
|
-
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32291
|
-
"kind": "BooleanLiteral",
|
|
32292
|
-
"offset": 9798,
|
|
32832
|
+
"offset": 10774,
|
|
32293
32833
|
"length": 5,
|
|
32294
32834
|
"value": "false"
|
|
32295
32835
|
},
|
|
32296
32836
|
{
|
|
32297
32837
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
32298
32838
|
"kind": "BooleanLiteral",
|
|
32299
|
-
"offset":
|
|
32839
|
+
"offset": 112102,
|
|
32300
32840
|
"length": 5,
|
|
32301
32841
|
"value": "false"
|
|
32302
32842
|
},
|
|
@@ -32324,28 +32864,28 @@
|
|
|
32324
32864
|
{
|
|
32325
32865
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
32326
32866
|
"kind": "Array",
|
|
32327
|
-
"offset":
|
|
32867
|
+
"offset": 589,
|
|
32328
32868
|
"length": 2,
|
|
32329
32869
|
"value": "[]"
|
|
32330
32870
|
},
|
|
32331
32871
|
{
|
|
32332
32872
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
32333
32873
|
"kind": "IntegerLiteral",
|
|
32334
|
-
"offset":
|
|
32874
|
+
"offset": 637,
|
|
32335
32875
|
"length": 1,
|
|
32336
32876
|
"value": "0"
|
|
32337
32877
|
},
|
|
32338
32878
|
{
|
|
32339
32879
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
32340
32880
|
"kind": "Array",
|
|
32341
|
-
"offset":
|
|
32881
|
+
"offset": 794,
|
|
32342
32882
|
"length": 2,
|
|
32343
32883
|
"value": "[]"
|
|
32344
32884
|
},
|
|
32345
32885
|
{
|
|
32346
32886
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
32347
32887
|
"kind": "IntegerLiteral",
|
|
32348
|
-
"offset":
|
|
32888
|
+
"offset": 14150,
|
|
32349
32889
|
"length": 1,
|
|
32350
32890
|
"value": "0"
|
|
32351
32891
|
},
|
|
@@ -32513,112 +33053,133 @@
|
|
|
32513
33053
|
{
|
|
32514
33054
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32515
33055
|
"kind": "IntegerLiteral",
|
|
32516
|
-
"offset":
|
|
33056
|
+
"offset": 663,
|
|
32517
33057
|
"length": 1,
|
|
32518
33058
|
"value": "0"
|
|
32519
33059
|
},
|
|
32520
33060
|
{
|
|
32521
33061
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32522
33062
|
"kind": "IntegerLiteral",
|
|
32523
|
-
"offset":
|
|
33063
|
+
"offset": 709,
|
|
32524
33064
|
"length": 1,
|
|
32525
33065
|
"value": "0"
|
|
32526
33066
|
},
|
|
32527
33067
|
{
|
|
32528
33068
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32529
33069
|
"kind": "FloatLiteral",
|
|
32530
|
-
"offset":
|
|
33070
|
+
"offset": 852,
|
|
32531
33071
|
"length": 3,
|
|
32532
33072
|
"value": "2.0"
|
|
32533
33073
|
},
|
|
32534
33074
|
{
|
|
32535
33075
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32536
33076
|
"kind": "IntegerLiteral",
|
|
32537
|
-
"offset":
|
|
33077
|
+
"offset": 898,
|
|
32538
33078
|
"length": 9,
|
|
32539
33079
|
"value": "5000000"
|
|
32540
33080
|
},
|
|
32541
33081
|
{
|
|
32542
33082
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32543
33083
|
"kind": "FloatLiteral",
|
|
32544
|
-
"offset":
|
|
33084
|
+
"offset": 1062,
|
|
32545
33085
|
"length": 3,
|
|
32546
33086
|
"value": "1.0"
|
|
32547
33087
|
},
|
|
32548
33088
|
{
|
|
32549
33089
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32550
33090
|
"kind": "IntegerLiteral",
|
|
32551
|
-
"offset":
|
|
33091
|
+
"offset": 1112,
|
|
32552
33092
|
"length": 1,
|
|
32553
33093
|
"value": "1"
|
|
32554
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
|
+
},
|
|
32555
33109
|
{
|
|
32556
33110
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32557
33111
|
"kind": "IntegerLiteral",
|
|
32558
|
-
"offset":
|
|
33112
|
+
"offset": 1469,
|
|
32559
33113
|
"length": 1,
|
|
32560
33114
|
"value": "0"
|
|
32561
33115
|
},
|
|
32562
33116
|
{
|
|
32563
33117
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32564
33118
|
"kind": "StringLiteral",
|
|
32565
|
-
"offset":
|
|
33119
|
+
"offset": 1523,
|
|
32566
33120
|
"length": 21,
|
|
32567
33121
|
"value": "\"com.shortkit.player\""
|
|
32568
33122
|
},
|
|
32569
33123
|
{
|
|
32570
33124
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32571
33125
|
"kind": "IntegerLiteral",
|
|
32572
|
-
"offset":
|
|
33126
|
+
"offset": 1596,
|
|
32573
33127
|
"length": 1,
|
|
32574
33128
|
"value": "0"
|
|
32575
33129
|
},
|
|
32576
33130
|
{
|
|
32577
33131
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32578
33132
|
"kind": "Dictionary",
|
|
32579
|
-
"offset":
|
|
33133
|
+
"offset": 1678,
|
|
32580
33134
|
"length": 3,
|
|
32581
33135
|
"value": "[]"
|
|
32582
33136
|
},
|
|
32583
33137
|
{
|
|
32584
33138
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32585
33139
|
"kind": "Dictionary",
|
|
32586
|
-
"offset":
|
|
33140
|
+
"offset": 1757,
|
|
32587
33141
|
"length": 3,
|
|
32588
33142
|
"value": "[]"
|
|
32589
33143
|
},
|
|
32590
33144
|
{
|
|
32591
33145
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32592
33146
|
"kind": "Dictionary",
|
|
32593
|
-
"offset":
|
|
33147
|
+
"offset": 1861,
|
|
32594
33148
|
"length": 3,
|
|
32595
33149
|
"value": "[]"
|
|
32596
33150
|
},
|
|
32597
33151
|
{
|
|
32598
33152
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32599
33153
|
"kind": "Dictionary",
|
|
32600
|
-
"offset":
|
|
33154
|
+
"offset": 1944,
|
|
32601
33155
|
"length": 3,
|
|
32602
33156
|
"value": "[]"
|
|
32603
33157
|
},
|
|
32604
33158
|
{
|
|
32605
33159
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32606
33160
|
"kind": "Dictionary",
|
|
32607
|
-
"offset":
|
|
33161
|
+
"offset": 2029,
|
|
32608
33162
|
"length": 3,
|
|
32609
33163
|
"value": "[]"
|
|
32610
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
|
+
},
|
|
32611
33172
|
{
|
|
32612
33173
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32613
33174
|
"kind": "Dictionary",
|
|
32614
|
-
"offset":
|
|
33175
|
+
"offset": 2589,
|
|
32615
33176
|
"length": 3,
|
|
32616
33177
|
"value": "[]"
|
|
32617
33178
|
},
|
|
32618
33179
|
{
|
|
32619
33180
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
32620
33181
|
"kind": "Array",
|
|
32621
|
-
"offset":
|
|
33182
|
+
"offset": 2642,
|
|
32622
33183
|
"length": 2,
|
|
32623
33184
|
"value": "[]"
|
|
32624
33185
|
},
|
|
@@ -32739,7 +33300,7 @@
|
|
|
32739
33300
|
"kind": "StringLiteral",
|
|
32740
33301
|
"offset": 124,
|
|
32741
33302
|
"length": 8,
|
|
32742
|
-
"value": "\"0.2.
|
|
33303
|
+
"value": "\"0.2.17\""
|
|
32743
33304
|
},
|
|
32744
33305
|
{
|
|
32745
33306
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
@@ -32758,28 +33319,28 @@
|
|
|
32758
33319
|
{
|
|
32759
33320
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
|
|
32760
33321
|
"kind": "IntegerLiteral",
|
|
32761
|
-
"offset":
|
|
33322
|
+
"offset": 704,
|
|
32762
33323
|
"length": 2,
|
|
32763
33324
|
"value": "12"
|
|
32764
33325
|
},
|
|
32765
33326
|
{
|
|
32766
33327
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
|
|
32767
33328
|
"kind": "BooleanLiteral",
|
|
32768
|
-
"offset":
|
|
33329
|
+
"offset": 781,
|
|
32769
33330
|
"length": 4,
|
|
32770
33331
|
"value": "true"
|
|
32771
33332
|
},
|
|
32772
33333
|
{
|
|
32773
33334
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
|
|
32774
33335
|
"kind": "BooleanLiteral",
|
|
32775
|
-
"offset":
|
|
33336
|
+
"offset": 808,
|
|
32776
33337
|
"length": 4,
|
|
32777
33338
|
"value": "true"
|
|
32778
33339
|
},
|
|
32779
33340
|
{
|
|
32780
33341
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/PlayerConfig.swift",
|
|
32781
33342
|
"kind": "BooleanLiteral",
|
|
32782
|
-
"offset":
|
|
33343
|
+
"offset": 842,
|
|
32783
33344
|
"length": 4,
|
|
32784
33345
|
"value": "true"
|
|
32785
33346
|
},
|
|
@@ -32895,6 +33456,13 @@
|
|
|
32895
33456
|
"length": 4,
|
|
32896
33457
|
"value": "true"
|
|
32897
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
|
+
},
|
|
32898
33466
|
{
|
|
32899
33467
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
32900
33468
|
"kind": "Array",
|
|
@@ -32909,73 +33477,80 @@
|
|
|
32909
33477
|
"length": 1,
|
|
32910
33478
|
"value": "0"
|
|
32911
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
|
+
},
|
|
32912
33487
|
{
|
|
32913
33488
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
32914
33489
|
"kind": "BooleanLiteral",
|
|
32915
|
-
"offset":
|
|
33490
|
+
"offset": 1577,
|
|
32916
33491
|
"length": 5,
|
|
32917
33492
|
"value": "false"
|
|
32918
33493
|
},
|
|
32919
33494
|
{
|
|
32920
33495
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
32921
33496
|
"kind": "BooleanLiteral",
|
|
32922
|
-
"offset":
|
|
33497
|
+
"offset": 1663,
|
|
32923
33498
|
"length": 5,
|
|
32924
33499
|
"value": "false"
|
|
32925
33500
|
},
|
|
32926
33501
|
{
|
|
32927
33502
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
32928
33503
|
"kind": "StringLiteral",
|
|
32929
|
-
"offset":
|
|
33504
|
+
"offset": 11178,
|
|
32930
33505
|
"length": 16,
|
|
32931
33506
|
"value": "\"WidgetCardCell\""
|
|
32932
33507
|
},
|
|
32933
33508
|
{
|
|
32934
33509
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32935
33510
|
"kind": "IntegerLiteral",
|
|
32936
|
-
"offset":
|
|
33511
|
+
"offset": 600,
|
|
32937
33512
|
"length": 1,
|
|
32938
33513
|
"value": "3"
|
|
32939
33514
|
},
|
|
32940
33515
|
{
|
|
32941
33516
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32942
33517
|
"kind": "IntegerLiteral",
|
|
32943
|
-
"offset":
|
|
33518
|
+
"offset": 634,
|
|
32944
33519
|
"length": 1,
|
|
32945
33520
|
"value": "8"
|
|
32946
33521
|
},
|
|
32947
33522
|
{
|
|
32948
33523
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32949
33524
|
"kind": "IntegerLiteral",
|
|
32950
|
-
"offset":
|
|
33525
|
+
"offset": 669,
|
|
32951
33526
|
"length": 2,
|
|
32952
33527
|
"value": "12"
|
|
32953
33528
|
},
|
|
32954
33529
|
{
|
|
32955
33530
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32956
33531
|
"kind": "BooleanLiteral",
|
|
32957
|
-
"offset":
|
|
33532
|
+
"offset": 698,
|
|
32958
33533
|
"length": 4,
|
|
32959
33534
|
"value": "true"
|
|
32960
33535
|
},
|
|
32961
33536
|
{
|
|
32962
33537
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32963
33538
|
"kind": "BooleanLiteral",
|
|
32964
|
-
"offset":
|
|
33539
|
+
"offset": 732,
|
|
32965
33540
|
"length": 4,
|
|
32966
33541
|
"value": "true"
|
|
32967
33542
|
},
|
|
32968
33543
|
{
|
|
32969
33544
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32970
33545
|
"kind": "BooleanLiteral",
|
|
32971
|
-
"offset":
|
|
33546
|
+
"offset": 759,
|
|
32972
33547
|
"length": 4,
|
|
32973
33548
|
"value": "true"
|
|
32974
33549
|
},
|
|
32975
33550
|
{
|
|
32976
33551
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/WidgetConfig.swift",
|
|
32977
33552
|
"kind": "IntegerLiteral",
|
|
32978
|
-
"offset":
|
|
33553
|
+
"offset": 806,
|
|
32979
33554
|
"length": 2,
|
|
32980
33555
|
"value": "10"
|
|
32981
33556
|
}
|