@shortkitsdk/react-native 0.2.27 → 0.2.29
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/libs/shortkit-release.aar +0 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +8 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +10 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitPlayerNativeView.kt +4 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitWidgetNativeView.kt +45 -33
- package/ios/ReactVideoCarouselOverlayHost.swift +6 -0
- package/ios/ShortKitBridge.swift +142 -35
- package/ios/ShortKitFeedView.swift +43 -44
- package/ios/ShortKitModule.mm +11 -0
- package/ios/ShortKitPlayerNativeView.swift +7 -1
- package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +950 -126
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +26 -3
- 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 +26 -3
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +950 -126
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +26 -3
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +26 -3
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +950 -126
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +26 -3
- package/ios/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 +26 -3
- 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 +17 -17
- package/ios/ShortKitWidgetNativeView.swift +33 -12
- package/package.json +1 -1
- package/src/ShortKitFeed.tsx +34 -0
- package/src/ShortKitPlayer.tsx +25 -15
- package/src/ShortKitWidget.tsx +24 -18
- package/src/index.ts +1 -0
- package/src/serialization.ts +38 -0
- package/src/specs/NativeShortKitModule.ts +7 -0
- package/src/types.ts +19 -1
|
@@ -15542,6 +15542,221 @@
|
|
|
15542
15542
|
"declKind": "Import",
|
|
15543
15543
|
"moduleName": "ShortKitSDK"
|
|
15544
15544
|
},
|
|
15545
|
+
{
|
|
15546
|
+
"kind": "TypeDecl",
|
|
15547
|
+
"name": "ShortKitFeedLifecycle",
|
|
15548
|
+
"printedName": "ShortKitFeedLifecycle",
|
|
15549
|
+
"children": [
|
|
15550
|
+
{
|
|
15551
|
+
"kind": "Var",
|
|
15552
|
+
"name": "automatic",
|
|
15553
|
+
"printedName": "automatic",
|
|
15554
|
+
"children": [
|
|
15555
|
+
{
|
|
15556
|
+
"kind": "TypeFunc",
|
|
15557
|
+
"name": "Function",
|
|
15558
|
+
"printedName": "(ShortKitSDK.ShortKitFeedLifecycle.Type) -> ShortKitSDK.ShortKitFeedLifecycle",
|
|
15559
|
+
"children": [
|
|
15560
|
+
{
|
|
15561
|
+
"kind": "TypeNominal",
|
|
15562
|
+
"name": "ShortKitFeedLifecycle",
|
|
15563
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15564
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15565
|
+
},
|
|
15566
|
+
{
|
|
15567
|
+
"kind": "TypeNominal",
|
|
15568
|
+
"name": "Metatype",
|
|
15569
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle.Type",
|
|
15570
|
+
"children": [
|
|
15571
|
+
{
|
|
15572
|
+
"kind": "TypeNominal",
|
|
15573
|
+
"name": "ShortKitFeedLifecycle",
|
|
15574
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15575
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15576
|
+
}
|
|
15577
|
+
]
|
|
15578
|
+
}
|
|
15579
|
+
]
|
|
15580
|
+
}
|
|
15581
|
+
],
|
|
15582
|
+
"declKind": "EnumElement",
|
|
15583
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO9automaticyA2CmF",
|
|
15584
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO9automaticyA2CmF",
|
|
15585
|
+
"moduleName": "ShortKitSDK"
|
|
15586
|
+
},
|
|
15587
|
+
{
|
|
15588
|
+
"kind": "Var",
|
|
15589
|
+
"name": "manual",
|
|
15590
|
+
"printedName": "manual",
|
|
15591
|
+
"children": [
|
|
15592
|
+
{
|
|
15593
|
+
"kind": "TypeFunc",
|
|
15594
|
+
"name": "Function",
|
|
15595
|
+
"printedName": "(ShortKitSDK.ShortKitFeedLifecycle.Type) -> ShortKitSDK.ShortKitFeedLifecycle",
|
|
15596
|
+
"children": [
|
|
15597
|
+
{
|
|
15598
|
+
"kind": "TypeNominal",
|
|
15599
|
+
"name": "ShortKitFeedLifecycle",
|
|
15600
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15601
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15602
|
+
},
|
|
15603
|
+
{
|
|
15604
|
+
"kind": "TypeNominal",
|
|
15605
|
+
"name": "Metatype",
|
|
15606
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle.Type",
|
|
15607
|
+
"children": [
|
|
15608
|
+
{
|
|
15609
|
+
"kind": "TypeNominal",
|
|
15610
|
+
"name": "ShortKitFeedLifecycle",
|
|
15611
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15612
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15613
|
+
}
|
|
15614
|
+
]
|
|
15615
|
+
}
|
|
15616
|
+
]
|
|
15617
|
+
}
|
|
15618
|
+
],
|
|
15619
|
+
"declKind": "EnumElement",
|
|
15620
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO6manualyA2CmF",
|
|
15621
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO6manualyA2CmF",
|
|
15622
|
+
"moduleName": "ShortKitSDK"
|
|
15623
|
+
},
|
|
15624
|
+
{
|
|
15625
|
+
"kind": "Function",
|
|
15626
|
+
"name": "==",
|
|
15627
|
+
"printedName": "==(_:_:)",
|
|
15628
|
+
"children": [
|
|
15629
|
+
{
|
|
15630
|
+
"kind": "TypeNominal",
|
|
15631
|
+
"name": "Bool",
|
|
15632
|
+
"printedName": "Swift.Bool",
|
|
15633
|
+
"usr": "s:Sb"
|
|
15634
|
+
},
|
|
15635
|
+
{
|
|
15636
|
+
"kind": "TypeNominal",
|
|
15637
|
+
"name": "ShortKitFeedLifecycle",
|
|
15638
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15639
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15640
|
+
},
|
|
15641
|
+
{
|
|
15642
|
+
"kind": "TypeNominal",
|
|
15643
|
+
"name": "ShortKitFeedLifecycle",
|
|
15644
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
15645
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
15646
|
+
}
|
|
15647
|
+
],
|
|
15648
|
+
"declKind": "Func",
|
|
15649
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO2eeoiySbAC_ACtFZ",
|
|
15650
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO2eeoiySbAC_ACtFZ",
|
|
15651
|
+
"moduleName": "ShortKitSDK",
|
|
15652
|
+
"static": true,
|
|
15653
|
+
"implicit": true,
|
|
15654
|
+
"funcSelfKind": "NonMutating"
|
|
15655
|
+
},
|
|
15656
|
+
{
|
|
15657
|
+
"kind": "Var",
|
|
15658
|
+
"name": "hashValue",
|
|
15659
|
+
"printedName": "hashValue",
|
|
15660
|
+
"children": [
|
|
15661
|
+
{
|
|
15662
|
+
"kind": "TypeNominal",
|
|
15663
|
+
"name": "Int",
|
|
15664
|
+
"printedName": "Swift.Int",
|
|
15665
|
+
"usr": "s:Si"
|
|
15666
|
+
}
|
|
15667
|
+
],
|
|
15668
|
+
"declKind": "Var",
|
|
15669
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO9hashValueSivp",
|
|
15670
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO9hashValueSivp",
|
|
15671
|
+
"moduleName": "ShortKitSDK",
|
|
15672
|
+
"implicit": true,
|
|
15673
|
+
"accessors": [
|
|
15674
|
+
{
|
|
15675
|
+
"kind": "Accessor",
|
|
15676
|
+
"name": "Get",
|
|
15677
|
+
"printedName": "Get()",
|
|
15678
|
+
"children": [
|
|
15679
|
+
{
|
|
15680
|
+
"kind": "TypeNominal",
|
|
15681
|
+
"name": "Int",
|
|
15682
|
+
"printedName": "Swift.Int",
|
|
15683
|
+
"usr": "s:Si"
|
|
15684
|
+
}
|
|
15685
|
+
],
|
|
15686
|
+
"declKind": "Accessor",
|
|
15687
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO9hashValueSivg",
|
|
15688
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO9hashValueSivg",
|
|
15689
|
+
"moduleName": "ShortKitSDK",
|
|
15690
|
+
"implicit": true,
|
|
15691
|
+
"accessorKind": "get"
|
|
15692
|
+
}
|
|
15693
|
+
]
|
|
15694
|
+
},
|
|
15695
|
+
{
|
|
15696
|
+
"kind": "Function",
|
|
15697
|
+
"name": "hash",
|
|
15698
|
+
"printedName": "hash(into:)",
|
|
15699
|
+
"children": [
|
|
15700
|
+
{
|
|
15701
|
+
"kind": "TypeNominal",
|
|
15702
|
+
"name": "Void",
|
|
15703
|
+
"printedName": "()"
|
|
15704
|
+
},
|
|
15705
|
+
{
|
|
15706
|
+
"kind": "TypeNominal",
|
|
15707
|
+
"name": "Hasher",
|
|
15708
|
+
"printedName": "Swift.Hasher",
|
|
15709
|
+
"paramValueOwnership": "InOut",
|
|
15710
|
+
"usr": "s:s6HasherV"
|
|
15711
|
+
}
|
|
15712
|
+
],
|
|
15713
|
+
"declKind": "Func",
|
|
15714
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO4hash4intoys6HasherVz_tF",
|
|
15715
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO4hash4intoys6HasherVz_tF",
|
|
15716
|
+
"moduleName": "ShortKitSDK",
|
|
15717
|
+
"implicit": true,
|
|
15718
|
+
"funcSelfKind": "NonMutating"
|
|
15719
|
+
}
|
|
15720
|
+
],
|
|
15721
|
+
"declKind": "Enum",
|
|
15722
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO",
|
|
15723
|
+
"mangledName": "$s11ShortKitSDK0aB13FeedLifecycleO",
|
|
15724
|
+
"moduleName": "ShortKitSDK",
|
|
15725
|
+
"declAttributes": [
|
|
15726
|
+
"AccessControl",
|
|
15727
|
+
"RawDocComment"
|
|
15728
|
+
],
|
|
15729
|
+
"conformances": [
|
|
15730
|
+
{
|
|
15731
|
+
"kind": "Conformance",
|
|
15732
|
+
"name": "Copyable",
|
|
15733
|
+
"printedName": "Copyable",
|
|
15734
|
+
"usr": "s:s8CopyableP",
|
|
15735
|
+
"mangledName": "$ss8CopyableP"
|
|
15736
|
+
},
|
|
15737
|
+
{
|
|
15738
|
+
"kind": "Conformance",
|
|
15739
|
+
"name": "Equatable",
|
|
15740
|
+
"printedName": "Equatable",
|
|
15741
|
+
"usr": "s:SQ",
|
|
15742
|
+
"mangledName": "$sSQ"
|
|
15743
|
+
},
|
|
15744
|
+
{
|
|
15745
|
+
"kind": "Conformance",
|
|
15746
|
+
"name": "Escapable",
|
|
15747
|
+
"printedName": "Escapable",
|
|
15748
|
+
"usr": "s:s9EscapableP",
|
|
15749
|
+
"mangledName": "$ss9EscapableP"
|
|
15750
|
+
},
|
|
15751
|
+
{
|
|
15752
|
+
"kind": "Conformance",
|
|
15753
|
+
"name": "Hashable",
|
|
15754
|
+
"printedName": "Hashable",
|
|
15755
|
+
"usr": "s:SH",
|
|
15756
|
+
"mangledName": "$sSH"
|
|
15757
|
+
}
|
|
15758
|
+
]
|
|
15759
|
+
},
|
|
15545
15760
|
{
|
|
15546
15761
|
"kind": "TypeDecl",
|
|
15547
15762
|
"name": "ShortKitFeedViewController",
|
|
@@ -16784,6 +16999,198 @@
|
|
|
16784
16999
|
}
|
|
16785
17000
|
]
|
|
16786
17001
|
},
|
|
17002
|
+
{
|
|
17003
|
+
"kind": "Var",
|
|
17004
|
+
"name": "onFeedTransition",
|
|
17005
|
+
"printedName": "onFeedTransition",
|
|
17006
|
+
"children": [
|
|
17007
|
+
{
|
|
17008
|
+
"kind": "TypeNominal",
|
|
17009
|
+
"name": "Optional",
|
|
17010
|
+
"printedName": "((ShortKitSDK.FeedTransitionEvent) -> ())?",
|
|
17011
|
+
"children": [
|
|
17012
|
+
{
|
|
17013
|
+
"kind": "TypeFunc",
|
|
17014
|
+
"name": "Function",
|
|
17015
|
+
"printedName": "(ShortKitSDK.FeedTransitionEvent) -> ()",
|
|
17016
|
+
"children": [
|
|
17017
|
+
{
|
|
17018
|
+
"kind": "TypeNominal",
|
|
17019
|
+
"name": "Void",
|
|
17020
|
+
"printedName": "()"
|
|
17021
|
+
},
|
|
17022
|
+
{
|
|
17023
|
+
"kind": "TypeNominal",
|
|
17024
|
+
"name": "FeedTransitionEvent",
|
|
17025
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent",
|
|
17026
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV"
|
|
17027
|
+
}
|
|
17028
|
+
]
|
|
17029
|
+
}
|
|
17030
|
+
],
|
|
17031
|
+
"usr": "s:Sq"
|
|
17032
|
+
}
|
|
17033
|
+
],
|
|
17034
|
+
"declKind": "Var",
|
|
17035
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvp",
|
|
17036
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvp",
|
|
17037
|
+
"moduleName": "ShortKitSDK",
|
|
17038
|
+
"declAttributes": [
|
|
17039
|
+
"HasInitialValue",
|
|
17040
|
+
"Preconcurrency",
|
|
17041
|
+
"Custom",
|
|
17042
|
+
"HasStorage",
|
|
17043
|
+
"AccessControl",
|
|
17044
|
+
"RawDocComment"
|
|
17045
|
+
],
|
|
17046
|
+
"hasStorage": true,
|
|
17047
|
+
"accessors": [
|
|
17048
|
+
{
|
|
17049
|
+
"kind": "Accessor",
|
|
17050
|
+
"name": "Get",
|
|
17051
|
+
"printedName": "Get()",
|
|
17052
|
+
"children": [
|
|
17053
|
+
{
|
|
17054
|
+
"kind": "TypeNominal",
|
|
17055
|
+
"name": "Optional",
|
|
17056
|
+
"printedName": "((ShortKitSDK.FeedTransitionEvent) -> ())?",
|
|
17057
|
+
"children": [
|
|
17058
|
+
{
|
|
17059
|
+
"kind": "TypeFunc",
|
|
17060
|
+
"name": "Function",
|
|
17061
|
+
"printedName": "(ShortKitSDK.FeedTransitionEvent) -> ()",
|
|
17062
|
+
"children": [
|
|
17063
|
+
{
|
|
17064
|
+
"kind": "TypeNominal",
|
|
17065
|
+
"name": "Void",
|
|
17066
|
+
"printedName": "()"
|
|
17067
|
+
},
|
|
17068
|
+
{
|
|
17069
|
+
"kind": "TypeNominal",
|
|
17070
|
+
"name": "FeedTransitionEvent",
|
|
17071
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent",
|
|
17072
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV"
|
|
17073
|
+
}
|
|
17074
|
+
]
|
|
17075
|
+
}
|
|
17076
|
+
],
|
|
17077
|
+
"usr": "s:Sq"
|
|
17078
|
+
}
|
|
17079
|
+
],
|
|
17080
|
+
"declKind": "Accessor",
|
|
17081
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvg",
|
|
17082
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvg",
|
|
17083
|
+
"moduleName": "ShortKitSDK",
|
|
17084
|
+
"implicit": true,
|
|
17085
|
+
"accessorKind": "get"
|
|
17086
|
+
},
|
|
17087
|
+
{
|
|
17088
|
+
"kind": "Accessor",
|
|
17089
|
+
"name": "Set",
|
|
17090
|
+
"printedName": "Set()",
|
|
17091
|
+
"children": [
|
|
17092
|
+
{
|
|
17093
|
+
"kind": "TypeNominal",
|
|
17094
|
+
"name": "Void",
|
|
17095
|
+
"printedName": "()"
|
|
17096
|
+
},
|
|
17097
|
+
{
|
|
17098
|
+
"kind": "TypeNominal",
|
|
17099
|
+
"name": "Optional",
|
|
17100
|
+
"printedName": "((ShortKitSDK.FeedTransitionEvent) -> ())?",
|
|
17101
|
+
"children": [
|
|
17102
|
+
{
|
|
17103
|
+
"kind": "TypeFunc",
|
|
17104
|
+
"name": "Function",
|
|
17105
|
+
"printedName": "(ShortKitSDK.FeedTransitionEvent) -> ()",
|
|
17106
|
+
"children": [
|
|
17107
|
+
{
|
|
17108
|
+
"kind": "TypeNominal",
|
|
17109
|
+
"name": "Void",
|
|
17110
|
+
"printedName": "()"
|
|
17111
|
+
},
|
|
17112
|
+
{
|
|
17113
|
+
"kind": "TypeNominal",
|
|
17114
|
+
"name": "FeedTransitionEvent",
|
|
17115
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent",
|
|
17116
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV"
|
|
17117
|
+
}
|
|
17118
|
+
]
|
|
17119
|
+
}
|
|
17120
|
+
],
|
|
17121
|
+
"usr": "s:Sq"
|
|
17122
|
+
}
|
|
17123
|
+
],
|
|
17124
|
+
"declKind": "Accessor",
|
|
17125
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvs",
|
|
17126
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvs",
|
|
17127
|
+
"moduleName": "ShortKitSDK",
|
|
17128
|
+
"implicit": true,
|
|
17129
|
+
"accessorKind": "set"
|
|
17130
|
+
},
|
|
17131
|
+
{
|
|
17132
|
+
"kind": "Accessor",
|
|
17133
|
+
"name": "Modify",
|
|
17134
|
+
"printedName": "Modify()",
|
|
17135
|
+
"children": [
|
|
17136
|
+
{
|
|
17137
|
+
"kind": "TypeNominal",
|
|
17138
|
+
"name": "Void",
|
|
17139
|
+
"printedName": "()"
|
|
17140
|
+
}
|
|
17141
|
+
],
|
|
17142
|
+
"declKind": "Accessor",
|
|
17143
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvM",
|
|
17144
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC02onD10TransitionyAA0dH5EventVcSgvM",
|
|
17145
|
+
"moduleName": "ShortKitSDK",
|
|
17146
|
+
"implicit": true,
|
|
17147
|
+
"accessorKind": "_modify"
|
|
17148
|
+
}
|
|
17149
|
+
]
|
|
17150
|
+
},
|
|
17151
|
+
{
|
|
17152
|
+
"kind": "Var",
|
|
17153
|
+
"name": "isActiveSurface",
|
|
17154
|
+
"printedName": "isActiveSurface",
|
|
17155
|
+
"children": [
|
|
17156
|
+
{
|
|
17157
|
+
"kind": "TypeNominal",
|
|
17158
|
+
"name": "Bool",
|
|
17159
|
+
"printedName": "Swift.Bool",
|
|
17160
|
+
"usr": "s:Sb"
|
|
17161
|
+
}
|
|
17162
|
+
],
|
|
17163
|
+
"declKind": "Var",
|
|
17164
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC15isActiveSurfaceSbvp",
|
|
17165
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC15isActiveSurfaceSbvp",
|
|
17166
|
+
"moduleName": "ShortKitSDK",
|
|
17167
|
+
"declAttributes": [
|
|
17168
|
+
"Preconcurrency",
|
|
17169
|
+
"Custom",
|
|
17170
|
+
"AccessControl",
|
|
17171
|
+
"RawDocComment"
|
|
17172
|
+
],
|
|
17173
|
+
"accessors": [
|
|
17174
|
+
{
|
|
17175
|
+
"kind": "Accessor",
|
|
17176
|
+
"name": "Get",
|
|
17177
|
+
"printedName": "Get()",
|
|
17178
|
+
"children": [
|
|
17179
|
+
{
|
|
17180
|
+
"kind": "TypeNominal",
|
|
17181
|
+
"name": "Bool",
|
|
17182
|
+
"printedName": "Swift.Bool",
|
|
17183
|
+
"usr": "s:Sb"
|
|
17184
|
+
}
|
|
17185
|
+
],
|
|
17186
|
+
"declKind": "Accessor",
|
|
17187
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC15isActiveSurfaceSbvg",
|
|
17188
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC15isActiveSurfaceSbvg",
|
|
17189
|
+
"moduleName": "ShortKitSDK",
|
|
17190
|
+
"accessorKind": "get"
|
|
17191
|
+
}
|
|
17192
|
+
]
|
|
17193
|
+
},
|
|
16787
17194
|
{
|
|
16788
17195
|
"kind": "Var",
|
|
16789
17196
|
"name": "seedThumbnail",
|
|
@@ -16900,7 +17307,7 @@
|
|
|
16900
17307
|
{
|
|
16901
17308
|
"kind": "Constructor",
|
|
16902
17309
|
"name": "init",
|
|
16903
|
-
"printedName": "init(shortKit:config:startAtItemId:)",
|
|
17310
|
+
"printedName": "init(shortKit:config:startAtItemId:lifecycle:)",
|
|
16904
17311
|
"children": [
|
|
16905
17312
|
{
|
|
16906
17313
|
"kind": "TypeNominal",
|
|
@@ -16934,11 +17341,18 @@
|
|
|
16934
17341
|
],
|
|
16935
17342
|
"hasDefaultArg": true,
|
|
16936
17343
|
"usr": "s:Sq"
|
|
17344
|
+
},
|
|
17345
|
+
{
|
|
17346
|
+
"kind": "TypeNominal",
|
|
17347
|
+
"name": "ShortKitFeedLifecycle",
|
|
17348
|
+
"printedName": "ShortKitSDK.ShortKitFeedLifecycle",
|
|
17349
|
+
"hasDefaultArg": true,
|
|
17350
|
+
"usr": "s:11ShortKitSDK0aB13FeedLifecycleO"
|
|
16937
17351
|
}
|
|
16938
17352
|
],
|
|
16939
17353
|
"declKind": "Constructor",
|
|
16940
|
-
"usr": "s:
|
|
16941
|
-
"mangledName": "$
|
|
17354
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC05shortB06config13startAtItemId9lifecycleAcA0aB0C_AA0D6ConfigVSSSgAA0abD9LifecycleOtcfc",
|
|
17355
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC05shortB06config13startAtItemId9lifecycleAcA0aB0C_AA0D6ConfigVSSSgAA0abD9LifecycleOtcfc",
|
|
16942
17356
|
"moduleName": "ShortKitSDK",
|
|
16943
17357
|
"declAttributes": [
|
|
16944
17358
|
"Preconcurrency",
|
|
@@ -17274,10 +17688,12 @@
|
|
|
17274
17688
|
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC16setBridgeManagedyyF",
|
|
17275
17689
|
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC16setBridgeManagedyyF",
|
|
17276
17690
|
"moduleName": "ShortKitSDK",
|
|
17691
|
+
"deprecated": true,
|
|
17277
17692
|
"declAttributes": [
|
|
17278
17693
|
"Preconcurrency",
|
|
17279
17694
|
"Custom",
|
|
17280
17695
|
"AccessControl",
|
|
17696
|
+
"Available",
|
|
17281
17697
|
"RawDocComment"
|
|
17282
17698
|
],
|
|
17283
17699
|
"funcSelfKind": "NonMutating"
|
|
@@ -17413,6 +17829,28 @@
|
|
|
17413
17829
|
}
|
|
17414
17830
|
]
|
|
17415
17831
|
},
|
|
17832
|
+
{
|
|
17833
|
+
"kind": "Function",
|
|
17834
|
+
"name": "refresh",
|
|
17835
|
+
"printedName": "refresh()",
|
|
17836
|
+
"children": [
|
|
17837
|
+
{
|
|
17838
|
+
"kind": "TypeNominal",
|
|
17839
|
+
"name": "Void",
|
|
17840
|
+
"printedName": "()"
|
|
17841
|
+
}
|
|
17842
|
+
],
|
|
17843
|
+
"declKind": "Func",
|
|
17844
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC7refreshyyF",
|
|
17845
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC7refreshyyF",
|
|
17846
|
+
"moduleName": "ShortKitSDK",
|
|
17847
|
+
"declAttributes": [
|
|
17848
|
+
"AccessControl",
|
|
17849
|
+
"Custom",
|
|
17850
|
+
"RawDocComment"
|
|
17851
|
+
],
|
|
17852
|
+
"funcSelfKind": "NonMutating"
|
|
17853
|
+
},
|
|
17416
17854
|
{
|
|
17417
17855
|
"kind": "Var",
|
|
17418
17856
|
"name": "canBecomeFirstResponder",
|
|
@@ -34734,91 +35172,302 @@
|
|
|
34734
35172
|
}
|
|
34735
35173
|
],
|
|
34736
35174
|
"usr": "s:Sq"
|
|
34737
|
-
}
|
|
34738
|
-
],
|
|
34739
|
-
"declKind": "Var",
|
|
34740
|
-
"usr": "s:11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
34741
|
-
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
34742
|
-
"moduleName": "ShortKitSDK",
|
|
34743
|
-
"declAttributes": [
|
|
34744
|
-
"HasStorage",
|
|
34745
|
-
"AccessControl"
|
|
34746
|
-
],
|
|
34747
|
-
"isLet": true,
|
|
34748
|
-
"hasStorage": true,
|
|
34749
|
-
"accessors": [
|
|
35175
|
+
}
|
|
35176
|
+
],
|
|
35177
|
+
"declKind": "Var",
|
|
35178
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
35179
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
35180
|
+
"moduleName": "ShortKitSDK",
|
|
35181
|
+
"declAttributes": [
|
|
35182
|
+
"HasStorage",
|
|
35183
|
+
"AccessControl"
|
|
35184
|
+
],
|
|
35185
|
+
"isLet": true,
|
|
35186
|
+
"hasStorage": true,
|
|
35187
|
+
"accessors": [
|
|
35188
|
+
{
|
|
35189
|
+
"kind": "Accessor",
|
|
35190
|
+
"name": "Get",
|
|
35191
|
+
"printedName": "Get()",
|
|
35192
|
+
"children": [
|
|
35193
|
+
{
|
|
35194
|
+
"kind": "TypeNominal",
|
|
35195
|
+
"name": "Optional",
|
|
35196
|
+
"printedName": "ShortKitSDK.ContentItem?",
|
|
35197
|
+
"children": [
|
|
35198
|
+
{
|
|
35199
|
+
"kind": "TypeNominal",
|
|
35200
|
+
"name": "ContentItem",
|
|
35201
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
35202
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
35203
|
+
}
|
|
35204
|
+
],
|
|
35205
|
+
"usr": "s:Sq"
|
|
35206
|
+
}
|
|
35207
|
+
],
|
|
35208
|
+
"declKind": "Accessor",
|
|
35209
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvg",
|
|
35210
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvg",
|
|
35211
|
+
"moduleName": "ShortKitSDK",
|
|
35212
|
+
"implicit": true,
|
|
35213
|
+
"accessorKind": "get"
|
|
35214
|
+
}
|
|
35215
|
+
]
|
|
35216
|
+
},
|
|
35217
|
+
{
|
|
35218
|
+
"kind": "Var",
|
|
35219
|
+
"name": "direction",
|
|
35220
|
+
"printedName": "direction",
|
|
35221
|
+
"children": [
|
|
35222
|
+
{
|
|
35223
|
+
"kind": "TypeNominal",
|
|
35224
|
+
"name": "Direction",
|
|
35225
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent.Direction",
|
|
35226
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV9DirectionO"
|
|
35227
|
+
}
|
|
35228
|
+
],
|
|
35229
|
+
"declKind": "Var",
|
|
35230
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
35231
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
35232
|
+
"moduleName": "ShortKitSDK",
|
|
35233
|
+
"declAttributes": [
|
|
35234
|
+
"HasStorage",
|
|
35235
|
+
"AccessControl"
|
|
35236
|
+
],
|
|
35237
|
+
"isLet": true,
|
|
35238
|
+
"hasStorage": true,
|
|
35239
|
+
"accessors": [
|
|
35240
|
+
{
|
|
35241
|
+
"kind": "Accessor",
|
|
35242
|
+
"name": "Get",
|
|
35243
|
+
"printedName": "Get()",
|
|
35244
|
+
"children": [
|
|
35245
|
+
{
|
|
35246
|
+
"kind": "TypeNominal",
|
|
35247
|
+
"name": "Direction",
|
|
35248
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent.Direction",
|
|
35249
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV9DirectionO"
|
|
35250
|
+
}
|
|
35251
|
+
],
|
|
35252
|
+
"declKind": "Accessor",
|
|
35253
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvg",
|
|
35254
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvg",
|
|
35255
|
+
"moduleName": "ShortKitSDK",
|
|
35256
|
+
"implicit": true,
|
|
35257
|
+
"accessorKind": "get"
|
|
35258
|
+
}
|
|
35259
|
+
]
|
|
35260
|
+
},
|
|
35261
|
+
{
|
|
35262
|
+
"kind": "Var",
|
|
35263
|
+
"name": "fromFeedItem",
|
|
35264
|
+
"printedName": "fromFeedItem",
|
|
35265
|
+
"children": [
|
|
35266
|
+
{
|
|
35267
|
+
"kind": "TypeNominal",
|
|
35268
|
+
"name": "Optional",
|
|
35269
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
35270
|
+
"children": [
|
|
35271
|
+
{
|
|
35272
|
+
"kind": "TypeNominal",
|
|
35273
|
+
"name": "FeedItem",
|
|
35274
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35275
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
35276
|
+
}
|
|
35277
|
+
],
|
|
35278
|
+
"usr": "s:Sq"
|
|
35279
|
+
}
|
|
35280
|
+
],
|
|
35281
|
+
"declKind": "Var",
|
|
35282
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV04fromD4ItemAA0dH0OSgvp",
|
|
35283
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV04fromD4ItemAA0dH0OSgvp",
|
|
35284
|
+
"moduleName": "ShortKitSDK",
|
|
35285
|
+
"declAttributes": [
|
|
35286
|
+
"HasStorage",
|
|
35287
|
+
"AccessControl"
|
|
35288
|
+
],
|
|
35289
|
+
"isLet": true,
|
|
35290
|
+
"hasStorage": true,
|
|
35291
|
+
"accessors": [
|
|
35292
|
+
{
|
|
35293
|
+
"kind": "Accessor",
|
|
35294
|
+
"name": "Get",
|
|
35295
|
+
"printedName": "Get()",
|
|
35296
|
+
"children": [
|
|
35297
|
+
{
|
|
35298
|
+
"kind": "TypeNominal",
|
|
35299
|
+
"name": "Optional",
|
|
35300
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
35301
|
+
"children": [
|
|
35302
|
+
{
|
|
35303
|
+
"kind": "TypeNominal",
|
|
35304
|
+
"name": "FeedItem",
|
|
35305
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35306
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
35307
|
+
}
|
|
35308
|
+
],
|
|
35309
|
+
"usr": "s:Sq"
|
|
35310
|
+
}
|
|
35311
|
+
],
|
|
35312
|
+
"declKind": "Accessor",
|
|
35313
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV04fromD4ItemAA0dH0OSgvg",
|
|
35314
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV04fromD4ItemAA0dH0OSgvg",
|
|
35315
|
+
"moduleName": "ShortKitSDK",
|
|
35316
|
+
"implicit": true,
|
|
35317
|
+
"accessorKind": "get"
|
|
35318
|
+
}
|
|
35319
|
+
]
|
|
35320
|
+
},
|
|
35321
|
+
{
|
|
35322
|
+
"kind": "Var",
|
|
35323
|
+
"name": "toFeedItem",
|
|
35324
|
+
"printedName": "toFeedItem",
|
|
35325
|
+
"children": [
|
|
35326
|
+
{
|
|
35327
|
+
"kind": "TypeNominal",
|
|
35328
|
+
"name": "Optional",
|
|
35329
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
35330
|
+
"children": [
|
|
35331
|
+
{
|
|
35332
|
+
"kind": "TypeNominal",
|
|
35333
|
+
"name": "FeedItem",
|
|
35334
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35335
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
35336
|
+
}
|
|
35337
|
+
],
|
|
35338
|
+
"usr": "s:Sq"
|
|
35339
|
+
}
|
|
35340
|
+
],
|
|
35341
|
+
"declKind": "Var",
|
|
35342
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvp",
|
|
35343
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvp",
|
|
35344
|
+
"moduleName": "ShortKitSDK",
|
|
35345
|
+
"declAttributes": [
|
|
35346
|
+
"HasStorage",
|
|
35347
|
+
"AccessControl"
|
|
35348
|
+
],
|
|
35349
|
+
"isLet": true,
|
|
35350
|
+
"hasStorage": true,
|
|
35351
|
+
"accessors": [
|
|
35352
|
+
{
|
|
35353
|
+
"kind": "Accessor",
|
|
35354
|
+
"name": "Get",
|
|
35355
|
+
"printedName": "Get()",
|
|
35356
|
+
"children": [
|
|
35357
|
+
{
|
|
35358
|
+
"kind": "TypeNominal",
|
|
35359
|
+
"name": "Optional",
|
|
35360
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
35361
|
+
"children": [
|
|
35362
|
+
{
|
|
35363
|
+
"kind": "TypeNominal",
|
|
35364
|
+
"name": "FeedItem",
|
|
35365
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35366
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
35367
|
+
}
|
|
35368
|
+
],
|
|
35369
|
+
"usr": "s:Sq"
|
|
35370
|
+
}
|
|
35371
|
+
],
|
|
35372
|
+
"declKind": "Accessor",
|
|
35373
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvg",
|
|
35374
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvg",
|
|
35375
|
+
"moduleName": "ShortKitSDK",
|
|
35376
|
+
"implicit": true,
|
|
35377
|
+
"accessorKind": "get"
|
|
35378
|
+
}
|
|
35379
|
+
]
|
|
35380
|
+
},
|
|
35381
|
+
{
|
|
35382
|
+
"kind": "Constructor",
|
|
35383
|
+
"name": "init",
|
|
35384
|
+
"printedName": "init(phase:from:to:direction:fromFeedItem:toFeedItem:)",
|
|
35385
|
+
"children": [
|
|
35386
|
+
{
|
|
35387
|
+
"kind": "TypeNominal",
|
|
35388
|
+
"name": "FeedTransitionEvent",
|
|
35389
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent",
|
|
35390
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV"
|
|
35391
|
+
},
|
|
35392
|
+
{
|
|
35393
|
+
"kind": "TypeNominal",
|
|
35394
|
+
"name": "Phase",
|
|
35395
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent.Phase",
|
|
35396
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV5PhaseO"
|
|
35397
|
+
},
|
|
35398
|
+
{
|
|
35399
|
+
"kind": "TypeNominal",
|
|
35400
|
+
"name": "Optional",
|
|
35401
|
+
"printedName": "ShortKitSDK.ContentItem?",
|
|
35402
|
+
"children": [
|
|
35403
|
+
{
|
|
35404
|
+
"kind": "TypeNominal",
|
|
35405
|
+
"name": "ContentItem",
|
|
35406
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
35407
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
35408
|
+
}
|
|
35409
|
+
],
|
|
35410
|
+
"usr": "s:Sq"
|
|
35411
|
+
},
|
|
35412
|
+
{
|
|
35413
|
+
"kind": "TypeNominal",
|
|
35414
|
+
"name": "Optional",
|
|
35415
|
+
"printedName": "ShortKitSDK.ContentItem?",
|
|
35416
|
+
"children": [
|
|
35417
|
+
{
|
|
35418
|
+
"kind": "TypeNominal",
|
|
35419
|
+
"name": "ContentItem",
|
|
35420
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
35421
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
35422
|
+
}
|
|
35423
|
+
],
|
|
35424
|
+
"usr": "s:Sq"
|
|
35425
|
+
},
|
|
34750
35426
|
{
|
|
34751
|
-
"kind": "
|
|
34752
|
-
"name": "
|
|
34753
|
-
"printedName": "
|
|
35427
|
+
"kind": "TypeNominal",
|
|
35428
|
+
"name": "Direction",
|
|
35429
|
+
"printedName": "ShortKitSDK.FeedTransitionEvent.Direction",
|
|
35430
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV9DirectionO"
|
|
35431
|
+
},
|
|
35432
|
+
{
|
|
35433
|
+
"kind": "TypeNominal",
|
|
35434
|
+
"name": "Optional",
|
|
35435
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
34754
35436
|
"children": [
|
|
34755
35437
|
{
|
|
34756
35438
|
"kind": "TypeNominal",
|
|
34757
|
-
"name": "
|
|
34758
|
-
"printedName": "ShortKitSDK.
|
|
34759
|
-
"
|
|
34760
|
-
{
|
|
34761
|
-
"kind": "TypeNominal",
|
|
34762
|
-
"name": "ContentItem",
|
|
34763
|
-
"printedName": "ShortKitSDK.ContentItem",
|
|
34764
|
-
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
34765
|
-
}
|
|
34766
|
-
],
|
|
34767
|
-
"usr": "s:Sq"
|
|
35439
|
+
"name": "FeedItem",
|
|
35440
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35441
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
34768
35442
|
}
|
|
34769
35443
|
],
|
|
34770
|
-
"
|
|
34771
|
-
"usr": "s:
|
|
34772
|
-
|
|
34773
|
-
"moduleName": "ShortKitSDK",
|
|
34774
|
-
"implicit": true,
|
|
34775
|
-
"accessorKind": "get"
|
|
34776
|
-
}
|
|
34777
|
-
]
|
|
34778
|
-
},
|
|
34779
|
-
{
|
|
34780
|
-
"kind": "Var",
|
|
34781
|
-
"name": "direction",
|
|
34782
|
-
"printedName": "direction",
|
|
34783
|
-
"children": [
|
|
35444
|
+
"hasDefaultArg": true,
|
|
35445
|
+
"usr": "s:Sq"
|
|
35446
|
+
},
|
|
34784
35447
|
{
|
|
34785
35448
|
"kind": "TypeNominal",
|
|
34786
|
-
"name": "
|
|
34787
|
-
"printedName": "ShortKitSDK.
|
|
34788
|
-
"usr": "s:11ShortKitSDK19FeedTransitionEventV9DirectionO"
|
|
34789
|
-
}
|
|
34790
|
-
],
|
|
34791
|
-
"declKind": "Var",
|
|
34792
|
-
"usr": "s:11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
34793
|
-
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
34794
|
-
"moduleName": "ShortKitSDK",
|
|
34795
|
-
"declAttributes": [
|
|
34796
|
-
"HasStorage",
|
|
34797
|
-
"AccessControl"
|
|
34798
|
-
],
|
|
34799
|
-
"isLet": true,
|
|
34800
|
-
"hasStorage": true,
|
|
34801
|
-
"accessors": [
|
|
34802
|
-
{
|
|
34803
|
-
"kind": "Accessor",
|
|
34804
|
-
"name": "Get",
|
|
34805
|
-
"printedName": "Get()",
|
|
35449
|
+
"name": "Optional",
|
|
35450
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
34806
35451
|
"children": [
|
|
34807
35452
|
{
|
|
34808
35453
|
"kind": "TypeNominal",
|
|
34809
|
-
"name": "
|
|
34810
|
-
"printedName": "ShortKitSDK.
|
|
34811
|
-
"usr": "s:
|
|
35454
|
+
"name": "FeedItem",
|
|
35455
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35456
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
34812
35457
|
}
|
|
34813
35458
|
],
|
|
34814
|
-
"
|
|
34815
|
-
"usr": "s:
|
|
34816
|
-
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvg",
|
|
34817
|
-
"moduleName": "ShortKitSDK",
|
|
34818
|
-
"implicit": true,
|
|
34819
|
-
"accessorKind": "get"
|
|
35459
|
+
"hasDefaultArg": true,
|
|
35460
|
+
"usr": "s:Sq"
|
|
34820
35461
|
}
|
|
34821
|
-
]
|
|
35462
|
+
],
|
|
35463
|
+
"declKind": "Constructor",
|
|
35464
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV5phase4from2to9direction0hD4Item0idK0A2C5PhaseO_AA07ContentK0VSgAnC9DirectionOAA0dK0OSgAStcfc",
|
|
35465
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV5phase4from2to9direction0hD4Item0idK0A2C5PhaseO_AA07ContentK0VSgAnC9DirectionOAA0dK0OSgAStcfc",
|
|
35466
|
+
"moduleName": "ShortKitSDK",
|
|
35467
|
+
"declAttributes": [
|
|
35468
|
+
"AccessControl"
|
|
35469
|
+
],
|
|
35470
|
+
"init_kind": "Designated"
|
|
34822
35471
|
},
|
|
34823
35472
|
{
|
|
34824
35473
|
"kind": "Function",
|
|
@@ -41739,7 +42388,7 @@
|
|
|
41739
42388
|
{
|
|
41740
42389
|
"kind": "Constructor",
|
|
41741
42390
|
"name": "init",
|
|
41742
|
-
"printedName": "init(shortKit:config:)",
|
|
42391
|
+
"printedName": "init(shortKit:config:items:)",
|
|
41743
42392
|
"children": [
|
|
41744
42393
|
{
|
|
41745
42394
|
"kind": "TypeNominal",
|
|
@@ -41758,11 +42407,26 @@
|
|
|
41758
42407
|
"name": "WidgetConfig",
|
|
41759
42408
|
"printedName": "ShortKitSDK.WidgetConfig",
|
|
41760
42409
|
"usr": "s:11ShortKitSDK12WidgetConfigV"
|
|
42410
|
+
},
|
|
42411
|
+
{
|
|
42412
|
+
"kind": "TypeNominal",
|
|
42413
|
+
"name": "Array",
|
|
42414
|
+
"printedName": "[ShortKitSDK.WidgetInput]",
|
|
42415
|
+
"children": [
|
|
42416
|
+
{
|
|
42417
|
+
"kind": "TypeNominal",
|
|
42418
|
+
"name": "WidgetInput",
|
|
42419
|
+
"printedName": "ShortKitSDK.WidgetInput",
|
|
42420
|
+
"usr": "s:11ShortKitSDK11WidgetInputO"
|
|
42421
|
+
}
|
|
42422
|
+
],
|
|
42423
|
+
"hasDefaultArg": true,
|
|
42424
|
+
"usr": "s:Sa"
|
|
41761
42425
|
}
|
|
41762
42426
|
],
|
|
41763
42427
|
"declKind": "Constructor",
|
|
41764
|
-
"usr": "s:
|
|
41765
|
-
"mangledName": "$
|
|
42428
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC05shortB06config5itemsAcA0aB0C_AA0D6ConfigVSayAA0D5InputOGtcfc",
|
|
42429
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC05shortB06config5itemsAcA0aB0C_AA0D6ConfigVSayAA0D5InputOGtcfc",
|
|
41766
42430
|
"moduleName": "ShortKitSDK",
|
|
41767
42431
|
"declAttributes": [
|
|
41768
42432
|
"Preconcurrency",
|
|
@@ -41785,21 +42449,21 @@
|
|
|
41785
42449
|
{
|
|
41786
42450
|
"kind": "TypeNominal",
|
|
41787
42451
|
"name": "Array",
|
|
41788
|
-
"printedName": "[ShortKitSDK.
|
|
42452
|
+
"printedName": "[ShortKitSDK.WidgetInput]",
|
|
41789
42453
|
"children": [
|
|
41790
42454
|
{
|
|
41791
42455
|
"kind": "TypeNominal",
|
|
41792
|
-
"name": "
|
|
41793
|
-
"printedName": "ShortKitSDK.
|
|
41794
|
-
"usr": "s:
|
|
42456
|
+
"name": "WidgetInput",
|
|
42457
|
+
"printedName": "ShortKitSDK.WidgetInput",
|
|
42458
|
+
"usr": "s:11ShortKitSDK11WidgetInputO"
|
|
41795
42459
|
}
|
|
41796
42460
|
],
|
|
41797
42461
|
"usr": "s:Sa"
|
|
41798
42462
|
}
|
|
41799
42463
|
],
|
|
41800
42464
|
"declKind": "Func",
|
|
41801
|
-
"usr": "s:
|
|
41802
|
-
"mangledName": "$
|
|
42465
|
+
"usr": "s:11ShortKitSDK0aB20WidgetViewControllerC9configure4withySayAA0D5InputOG_tF",
|
|
42466
|
+
"mangledName": "$s11ShortKitSDK0aB20WidgetViewControllerC9configure4withySayAA0D5InputOG_tF",
|
|
41803
42467
|
"moduleName": "ShortKitSDK",
|
|
41804
42468
|
"declAttributes": [
|
|
41805
42469
|
"Preconcurrency",
|
|
@@ -43452,6 +44116,138 @@
|
|
|
43452
44116
|
"mangledName": "$ss9EscapableP"
|
|
43453
44117
|
}
|
|
43454
44118
|
]
|
|
44119
|
+
},
|
|
44120
|
+
{
|
|
44121
|
+
"kind": "Import",
|
|
44122
|
+
"name": "Foundation",
|
|
44123
|
+
"printedName": "Foundation",
|
|
44124
|
+
"declKind": "Import",
|
|
44125
|
+
"moduleName": "ShortKitSDK"
|
|
44126
|
+
},
|
|
44127
|
+
{
|
|
44128
|
+
"kind": "TypeDecl",
|
|
44129
|
+
"name": "WidgetInput",
|
|
44130
|
+
"printedName": "WidgetInput",
|
|
44131
|
+
"children": [
|
|
44132
|
+
{
|
|
44133
|
+
"kind": "Var",
|
|
44134
|
+
"name": "video",
|
|
44135
|
+
"printedName": "video",
|
|
44136
|
+
"children": [
|
|
44137
|
+
{
|
|
44138
|
+
"kind": "TypeFunc",
|
|
44139
|
+
"name": "Function",
|
|
44140
|
+
"printedName": "(ShortKitSDK.WidgetInput.Type) -> (Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.WidgetInput",
|
|
44141
|
+
"children": [
|
|
44142
|
+
{
|
|
44143
|
+
"kind": "TypeFunc",
|
|
44144
|
+
"name": "Function",
|
|
44145
|
+
"printedName": "(Swift.String, ShortKitSDK.ContentOrigin, Swift.String?) -> ShortKitSDK.WidgetInput",
|
|
44146
|
+
"children": [
|
|
44147
|
+
{
|
|
44148
|
+
"kind": "TypeNominal",
|
|
44149
|
+
"name": "WidgetInput",
|
|
44150
|
+
"printedName": "ShortKitSDK.WidgetInput",
|
|
44151
|
+
"usr": "s:11ShortKitSDK11WidgetInputO"
|
|
44152
|
+
},
|
|
44153
|
+
{
|
|
44154
|
+
"kind": "TypeNominal",
|
|
44155
|
+
"name": "Tuple",
|
|
44156
|
+
"printedName": "(playbackId: Swift.String, origin: ShortKitSDK.ContentOrigin, fallbackUrl: Swift.String?)",
|
|
44157
|
+
"children": [
|
|
44158
|
+
{
|
|
44159
|
+
"kind": "TypeNominal",
|
|
44160
|
+
"name": "String",
|
|
44161
|
+
"printedName": "Swift.String",
|
|
44162
|
+
"usr": "s:SS"
|
|
44163
|
+
},
|
|
44164
|
+
{
|
|
44165
|
+
"kind": "TypeNominal",
|
|
44166
|
+
"name": "ContentOrigin",
|
|
44167
|
+
"printedName": "ShortKitSDK.ContentOrigin",
|
|
44168
|
+
"usr": "s:11ShortKitSDK13ContentOriginO"
|
|
44169
|
+
},
|
|
44170
|
+
{
|
|
44171
|
+
"kind": "TypeNominal",
|
|
44172
|
+
"name": "Optional",
|
|
44173
|
+
"printedName": "Swift.String?",
|
|
44174
|
+
"children": [
|
|
44175
|
+
{
|
|
44176
|
+
"kind": "TypeNominal",
|
|
44177
|
+
"name": "String",
|
|
44178
|
+
"printedName": "Swift.String",
|
|
44179
|
+
"usr": "s:SS"
|
|
44180
|
+
}
|
|
44181
|
+
],
|
|
44182
|
+
"usr": "s:Sq"
|
|
44183
|
+
}
|
|
44184
|
+
]
|
|
44185
|
+
}
|
|
44186
|
+
]
|
|
44187
|
+
},
|
|
44188
|
+
{
|
|
44189
|
+
"kind": "TypeNominal",
|
|
44190
|
+
"name": "Metatype",
|
|
44191
|
+
"printedName": "ShortKitSDK.WidgetInput.Type",
|
|
44192
|
+
"children": [
|
|
44193
|
+
{
|
|
44194
|
+
"kind": "TypeNominal",
|
|
44195
|
+
"name": "WidgetInput",
|
|
44196
|
+
"printedName": "ShortKitSDK.WidgetInput",
|
|
44197
|
+
"usr": "s:11ShortKitSDK11WidgetInputO"
|
|
44198
|
+
}
|
|
44199
|
+
]
|
|
44200
|
+
}
|
|
44201
|
+
]
|
|
44202
|
+
}
|
|
44203
|
+
],
|
|
44204
|
+
"declKind": "EnumElement",
|
|
44205
|
+
"usr": "s:11ShortKitSDK11WidgetInputO5videoyACSS_AA13ContentOriginOSSSgtcACmF",
|
|
44206
|
+
"mangledName": "$s11ShortKitSDK11WidgetInputO5videoyACSS_AA13ContentOriginOSSSgtcACmF",
|
|
44207
|
+
"moduleName": "ShortKitSDK",
|
|
44208
|
+
"declAttributes": [
|
|
44209
|
+
"RawDocComment"
|
|
44210
|
+
]
|
|
44211
|
+
}
|
|
44212
|
+
],
|
|
44213
|
+
"declKind": "Enum",
|
|
44214
|
+
"usr": "s:11ShortKitSDK11WidgetInputO",
|
|
44215
|
+
"mangledName": "$s11ShortKitSDK11WidgetInputO",
|
|
44216
|
+
"moduleName": "ShortKitSDK",
|
|
44217
|
+
"declAttributes": [
|
|
44218
|
+
"AccessControl",
|
|
44219
|
+
"RawDocComment"
|
|
44220
|
+
],
|
|
44221
|
+
"conformances": [
|
|
44222
|
+
{
|
|
44223
|
+
"kind": "Conformance",
|
|
44224
|
+
"name": "Copyable",
|
|
44225
|
+
"printedName": "Copyable",
|
|
44226
|
+
"usr": "s:s8CopyableP",
|
|
44227
|
+
"mangledName": "$ss8CopyableP"
|
|
44228
|
+
},
|
|
44229
|
+
{
|
|
44230
|
+
"kind": "Conformance",
|
|
44231
|
+
"name": "Escapable",
|
|
44232
|
+
"printedName": "Escapable",
|
|
44233
|
+
"usr": "s:s9EscapableP",
|
|
44234
|
+
"mangledName": "$ss9EscapableP"
|
|
44235
|
+
},
|
|
44236
|
+
{
|
|
44237
|
+
"kind": "Conformance",
|
|
44238
|
+
"name": "Sendable",
|
|
44239
|
+
"printedName": "Sendable",
|
|
44240
|
+
"usr": "s:s8SendableP",
|
|
44241
|
+
"mangledName": "$ss8SendableP"
|
|
44242
|
+
},
|
|
44243
|
+
{
|
|
44244
|
+
"kind": "Conformance",
|
|
44245
|
+
"name": "SendableMetatype",
|
|
44246
|
+
"printedName": "SendableMetatype",
|
|
44247
|
+
"usr": "s:s16SendableMetatypeP",
|
|
44248
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
44249
|
+
}
|
|
44250
|
+
]
|
|
43455
44251
|
}
|
|
43456
44252
|
],
|
|
43457
44253
|
"json_format_version": 8
|
|
@@ -44073,24 +44869,38 @@
|
|
|
44073
44869
|
"length": 2,
|
|
44074
44870
|
"value": "-1"
|
|
44075
44871
|
},
|
|
44872
|
+
{
|
|
44873
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44874
|
+
"kind": "BooleanLiteral",
|
|
44875
|
+
"offset": 1269,
|
|
44876
|
+
"length": 5,
|
|
44877
|
+
"value": "false"
|
|
44878
|
+
},
|
|
44879
|
+
{
|
|
44880
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44881
|
+
"kind": "BooleanLiteral",
|
|
44882
|
+
"offset": 1552,
|
|
44883
|
+
"length": 5,
|
|
44884
|
+
"value": "false"
|
|
44885
|
+
},
|
|
44076
44886
|
{
|
|
44077
44887
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44078
44888
|
"kind": "IntegerLiteral",
|
|
44079
|
-
"offset":
|
|
44889
|
+
"offset": 3159,
|
|
44080
44890
|
"length": 2,
|
|
44081
44891
|
"value": "-1"
|
|
44082
44892
|
},
|
|
44083
44893
|
{
|
|
44084
44894
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44085
44895
|
"kind": "IntegerLiteral",
|
|
44086
|
-
"offset":
|
|
44896
|
+
"offset": 9515,
|
|
44087
44897
|
"length": 1,
|
|
44088
44898
|
"value": "0"
|
|
44089
44899
|
},
|
|
44090
44900
|
{
|
|
44091
44901
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44092
44902
|
"kind": "StringLiteral",
|
|
44093
|
-
"offset":
|
|
44903
|
+
"offset": 13079,
|
|
44094
44904
|
"length": 3,
|
|
44095
44905
|
"value": "\"?\""
|
|
44096
44906
|
},
|
|
@@ -44139,189 +44949,196 @@
|
|
|
44139
44949
|
{
|
|
44140
44950
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44141
44951
|
"kind": "BooleanLiteral",
|
|
44142
|
-
"offset":
|
|
44952
|
+
"offset": 1559,
|
|
44143
44953
|
"length": 5,
|
|
44144
44954
|
"value": "false"
|
|
44145
44955
|
},
|
|
44146
44956
|
{
|
|
44147
44957
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44148
44958
|
"kind": "BooleanLiteral",
|
|
44149
|
-
"offset":
|
|
44959
|
+
"offset": 1831,
|
|
44150
44960
|
"length": 5,
|
|
44151
44961
|
"value": "false"
|
|
44152
44962
|
},
|
|
44153
44963
|
{
|
|
44154
44964
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44155
44965
|
"kind": "BooleanLiteral",
|
|
44156
|
-
"offset":
|
|
44966
|
+
"offset": 1999,
|
|
44157
44967
|
"length": 5,
|
|
44158
44968
|
"value": "false"
|
|
44159
44969
|
},
|
|
44160
44970
|
{
|
|
44161
44971
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44162
44972
|
"kind": "BooleanLiteral",
|
|
44163
|
-
"offset":
|
|
44973
|
+
"offset": 2116,
|
|
44164
44974
|
"length": 5,
|
|
44165
44975
|
"value": "false"
|
|
44166
44976
|
},
|
|
44167
44977
|
{
|
|
44168
44978
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44169
44979
|
"kind": "BooleanLiteral",
|
|
44170
|
-
"offset":
|
|
44980
|
+
"offset": 3879,
|
|
44171
44981
|
"length": 5,
|
|
44172
44982
|
"value": "false"
|
|
44173
44983
|
},
|
|
44174
44984
|
{
|
|
44175
44985
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44176
44986
|
"kind": "BooleanLiteral",
|
|
44177
|
-
"offset":
|
|
44987
|
+
"offset": 4428,
|
|
44178
44988
|
"length": 5,
|
|
44179
44989
|
"value": "false"
|
|
44180
44990
|
},
|
|
44181
44991
|
{
|
|
44182
44992
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44183
44993
|
"kind": "BooleanLiteral",
|
|
44184
|
-
"offset":
|
|
44994
|
+
"offset": 4595,
|
|
44185
44995
|
"length": 4,
|
|
44186
44996
|
"value": "true"
|
|
44187
44997
|
},
|
|
44188
44998
|
{
|
|
44189
44999
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44190
45000
|
"kind": "FloatLiteral",
|
|
44191
|
-
"offset":
|
|
45001
|
+
"offset": 4654,
|
|
44192
45002
|
"length": 3,
|
|
44193
45003
|
"value": "0.8"
|
|
44194
45004
|
},
|
|
44195
45005
|
{
|
|
44196
45006
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44197
45007
|
"kind": "FloatLiteral",
|
|
44198
|
-
"offset":
|
|
45008
|
+
"offset": 4662,
|
|
44199
45009
|
"length": 3,
|
|
44200
45010
|
"value": "0.8"
|
|
44201
45011
|
},
|
|
44202
45012
|
{
|
|
44203
45013
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44204
45014
|
"kind": "BooleanLiteral",
|
|
44205
|
-
"offset":
|
|
45015
|
+
"offset": 4727,
|
|
44206
45016
|
"length": 5,
|
|
44207
45017
|
"value": "false"
|
|
44208
45018
|
},
|
|
44209
45019
|
{
|
|
44210
45020
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44211
45021
|
"kind": "BooleanLiteral",
|
|
44212
|
-
"offset":
|
|
45022
|
+
"offset": 9065,
|
|
44213
45023
|
"length": 5,
|
|
44214
45024
|
"value": "false"
|
|
44215
45025
|
},
|
|
44216
45026
|
{
|
|
44217
45027
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44218
45028
|
"kind": "BooleanLiteral",
|
|
44219
|
-
"offset":
|
|
45029
|
+
"offset": 9710,
|
|
44220
45030
|
"length": 5,
|
|
44221
45031
|
"value": "false"
|
|
44222
45032
|
},
|
|
44223
45033
|
{
|
|
44224
45034
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44225
45035
|
"kind": "IntegerLiteral",
|
|
44226
|
-
"offset":
|
|
45036
|
+
"offset": 9775,
|
|
44227
45037
|
"length": 1,
|
|
44228
45038
|
"value": "0"
|
|
44229
45039
|
},
|
|
44230
45040
|
{
|
|
44231
45041
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44232
45042
|
"kind": "IntegerLiteral",
|
|
44233
|
-
"offset":
|
|
45043
|
+
"offset": 9809,
|
|
44234
45044
|
"length": 1,
|
|
44235
45045
|
"value": "0"
|
|
44236
45046
|
},
|
|
44237
45047
|
{
|
|
44238
45048
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44239
45049
|
"kind": "BooleanLiteral",
|
|
44240
|
-
"offset":
|
|
45050
|
+
"offset": 10008,
|
|
44241
45051
|
"length": 4,
|
|
44242
45052
|
"value": "true"
|
|
44243
45053
|
},
|
|
44244
45054
|
{
|
|
44245
45055
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44246
45056
|
"kind": "BooleanLiteral",
|
|
44247
|
-
"offset":
|
|
45057
|
+
"offset": 10041,
|
|
44248
45058
|
"length": 4,
|
|
44249
45059
|
"value": "true"
|
|
44250
45060
|
},
|
|
44251
45061
|
{
|
|
44252
45062
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44253
45063
|
"kind": "IntegerLiteral",
|
|
44254
|
-
"offset":
|
|
45064
|
+
"offset": 10083,
|
|
44255
45065
|
"length": 1,
|
|
44256
45066
|
"value": "0"
|
|
44257
45067
|
},
|
|
44258
45068
|
{
|
|
44259
45069
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44260
45070
|
"kind": "BooleanLiteral",
|
|
44261
|
-
"offset":
|
|
45071
|
+
"offset": 11257,
|
|
44262
45072
|
"length": 5,
|
|
44263
45073
|
"value": "false"
|
|
44264
45074
|
},
|
|
44265
45075
|
{
|
|
44266
45076
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44267
45077
|
"kind": "IntegerLiteral",
|
|
44268
|
-
"offset":
|
|
45078
|
+
"offset": 11439,
|
|
44269
45079
|
"length": 2,
|
|
44270
45080
|
"value": "-1"
|
|
44271
45081
|
},
|
|
44272
45082
|
{
|
|
44273
45083
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44274
45084
|
"kind": "IntegerLiteral",
|
|
44275
|
-
"offset":
|
|
45085
|
+
"offset": 11687,
|
|
44276
45086
|
"length": 1,
|
|
44277
45087
|
"value": "0"
|
|
44278
45088
|
},
|
|
44279
45089
|
{
|
|
44280
45090
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44281
45091
|
"kind": "IntegerLiteral",
|
|
44282
|
-
"offset":
|
|
45092
|
+
"offset": 11737,
|
|
44283
45093
|
"length": 1,
|
|
44284
45094
|
"value": "0"
|
|
44285
45095
|
},
|
|
44286
45096
|
{
|
|
44287
45097
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44288
45098
|
"kind": "IntegerLiteral",
|
|
44289
|
-
"offset":
|
|
45099
|
+
"offset": 11791,
|
|
44290
45100
|
"length": 1,
|
|
44291
45101
|
"value": "0"
|
|
44292
45102
|
},
|
|
44293
45103
|
{
|
|
44294
45104
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44295
45105
|
"kind": "FloatLiteral",
|
|
44296
|
-
"offset":
|
|
45106
|
+
"offset": 11851,
|
|
44297
45107
|
"length": 3,
|
|
44298
45108
|
"value": "0.2"
|
|
44299
45109
|
},
|
|
45110
|
+
{
|
|
45111
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
45112
|
+
"kind": "BooleanLiteral",
|
|
45113
|
+
"offset": 13284,
|
|
45114
|
+
"length": 5,
|
|
45115
|
+
"value": "false"
|
|
45116
|
+
},
|
|
44300
45117
|
{
|
|
44301
45118
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44302
45119
|
"kind": "IntegerLiteral",
|
|
44303
|
-
"offset":
|
|
45120
|
+
"offset": 13334,
|
|
44304
45121
|
"length": 2,
|
|
44305
45122
|
"value": "24"
|
|
44306
45123
|
},
|
|
44307
45124
|
{
|
|
44308
45125
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44309
45126
|
"kind": "BooleanLiteral",
|
|
44310
|
-
"offset":
|
|
45127
|
+
"offset": 30500,
|
|
44311
45128
|
"length": 5,
|
|
44312
45129
|
"value": "false"
|
|
44313
45130
|
},
|
|
44314
45131
|
{
|
|
44315
45132
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44316
45133
|
"kind": "BooleanLiteral",
|
|
44317
|
-
"offset":
|
|
45134
|
+
"offset": 98137,
|
|
44318
45135
|
"length": 5,
|
|
44319
45136
|
"value": "false"
|
|
44320
45137
|
},
|
|
44321
45138
|
{
|
|
44322
45139
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44323
45140
|
"kind": "BooleanLiteral",
|
|
44324
|
-
"offset":
|
|
45141
|
+
"offset": 212552,
|
|
44325
45142
|
"length": 5,
|
|
44326
45143
|
"value": "false"
|
|
44327
45144
|
},
|
|
@@ -44454,14 +45271,14 @@
|
|
|
44454
45271
|
{
|
|
44455
45272
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
44456
45273
|
"kind": "BooleanLiteral",
|
|
44457
|
-
"offset":
|
|
45274
|
+
"offset": 22580,
|
|
44458
45275
|
"length": 4,
|
|
44459
45276
|
"value": "true"
|
|
44460
45277
|
},
|
|
44461
45278
|
{
|
|
44462
45279
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
44463
45280
|
"kind": "IntegerLiteral",
|
|
44464
|
-
"offset":
|
|
45281
|
+
"offset": 29029,
|
|
44465
45282
|
"length": 1,
|
|
44466
45283
|
"value": "0"
|
|
44467
45284
|
},
|
|
@@ -44909,35 +45726,35 @@
|
|
|
44909
45726
|
{
|
|
44910
45727
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44911
45728
|
"kind": "BooleanLiteral",
|
|
44912
|
-
"offset":
|
|
45729
|
+
"offset": 2542,
|
|
44913
45730
|
"length": 5,
|
|
44914
45731
|
"value": "false"
|
|
44915
45732
|
},
|
|
44916
45733
|
{
|
|
44917
45734
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44918
45735
|
"kind": "Dictionary",
|
|
44919
|
-
"offset":
|
|
45736
|
+
"offset": 2918,
|
|
44920
45737
|
"length": 3,
|
|
44921
45738
|
"value": "[]"
|
|
44922
45739
|
},
|
|
44923
45740
|
{
|
|
44924
45741
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44925
45742
|
"kind": "Array",
|
|
44926
|
-
"offset":
|
|
45743
|
+
"offset": 2971,
|
|
44927
45744
|
"length": 2,
|
|
44928
45745
|
"value": "[]"
|
|
44929
45746
|
},
|
|
44930
45747
|
{
|
|
44931
45748
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44932
45749
|
"kind": "FloatLiteral",
|
|
44933
|
-
"offset":
|
|
45750
|
+
"offset": 3652,
|
|
44934
45751
|
"length": 3,
|
|
44935
45752
|
"value": "1.0"
|
|
44936
45753
|
},
|
|
44937
45754
|
{
|
|
44938
45755
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44939
45756
|
"kind": "BooleanLiteral",
|
|
44940
|
-
"offset":
|
|
45757
|
+
"offset": 14773,
|
|
44941
45758
|
"length": 5,
|
|
44942
45759
|
"value": "false"
|
|
44943
45760
|
},
|
|
@@ -45121,7 +45938,7 @@
|
|
|
45121
45938
|
"kind": "StringLiteral",
|
|
45122
45939
|
"offset": 124,
|
|
45123
45940
|
"length": 8,
|
|
45124
|
-
"value": "\"0.2.
|
|
45941
|
+
"value": "\"0.2.29\""
|
|
45125
45942
|
},
|
|
45126
45943
|
{
|
|
45127
45944
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
@@ -45133,14 +45950,14 @@
|
|
|
45133
45950
|
{
|
|
45134
45951
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45135
45952
|
"kind": "IntegerLiteral",
|
|
45136
|
-
"offset":
|
|
45953
|
+
"offset": 19349,
|
|
45137
45954
|
"length": 2,
|
|
45138
45955
|
"value": "10"
|
|
45139
45956
|
},
|
|
45140
45957
|
{
|
|
45141
45958
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45142
45959
|
"kind": "IntegerLiteral",
|
|
45143
|
-
"offset":
|
|
45960
|
+
"offset": 20470,
|
|
45144
45961
|
"length": 2,
|
|
45145
45962
|
"value": "10"
|
|
45146
45963
|
},
|
|
@@ -45494,24 +46311,31 @@
|
|
|
45494
46311
|
"length": 1,
|
|
45495
46312
|
"value": "0"
|
|
45496
46313
|
},
|
|
46314
|
+
{
|
|
46315
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
46316
|
+
"kind": "Array",
|
|
46317
|
+
"offset": 1666,
|
|
46318
|
+
"length": 2,
|
|
46319
|
+
"value": "[]"
|
|
46320
|
+
},
|
|
45497
46321
|
{
|
|
45498
46322
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
45499
46323
|
"kind": "BooleanLiteral",
|
|
45500
|
-
"offset":
|
|
46324
|
+
"offset": 3175,
|
|
45501
46325
|
"length": 5,
|
|
45502
46326
|
"value": "false"
|
|
45503
46327
|
},
|
|
45504
46328
|
{
|
|
45505
46329
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
45506
46330
|
"kind": "BooleanLiteral",
|
|
45507
|
-
"offset":
|
|
46331
|
+
"offset": 3261,
|
|
45508
46332
|
"length": 5,
|
|
45509
46333
|
"value": "false"
|
|
45510
46334
|
},
|
|
45511
46335
|
{
|
|
45512
46336
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
|
|
45513
46337
|
"kind": "StringLiteral",
|
|
45514
|
-
"offset":
|
|
46338
|
+
"offset": 16213,
|
|
45515
46339
|
"length": 16,
|
|
45516
46340
|
"value": "\"WidgetCardCell\""
|
|
45517
46341
|
},
|