@shortkitsdk/react-native 0.2.28 → 0.2.30
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/ShortKitFeedView.kt +8 -1
- package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedViewManager.kt +6 -0
- package/ios/ReactVideoCarouselOverlayHost.swift +6 -0
- package/ios/ShortKitBridge.swift +139 -36
- package/ios/ShortKitFeedView.swift +51 -45
- package/ios/ShortKitFeedViewManager.mm +1 -0
- package/ios/ShortKitModule.mm +5 -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 +912 -103
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +21 -2
- 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 +21 -2
- 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 +912 -103
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +21 -2
- 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 +21 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +912 -103
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +21 -2
- 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 +21 -2
- 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/package.json +1 -1
- package/src/ShortKitFeed.tsx +33 -0
- package/src/ShortKitProvider.tsx +4 -0
- package/src/specs/NativeShortKitModule.ts +8 -0
- package/src/specs/ShortKitFeedViewNativeComponent.ts +5 -0
- package/src/types.ts +10 -0
|
@@ -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"
|
|
@@ -34759,8 +35175,172 @@
|
|
|
34759
35175
|
}
|
|
34760
35176
|
],
|
|
34761
35177
|
"declKind": "Var",
|
|
34762
|
-
"usr": "s:11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
34763
|
-
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV2toAA11ContentItemVSgvp",
|
|
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",
|
|
34764
35344
|
"moduleName": "ShortKitSDK",
|
|
34765
35345
|
"declAttributes": [
|
|
34766
35346
|
"HasStorage",
|
|
@@ -34777,21 +35357,21 @@
|
|
|
34777
35357
|
{
|
|
34778
35358
|
"kind": "TypeNominal",
|
|
34779
35359
|
"name": "Optional",
|
|
34780
|
-
"printedName": "ShortKitSDK.
|
|
35360
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
34781
35361
|
"children": [
|
|
34782
35362
|
{
|
|
34783
35363
|
"kind": "TypeNominal",
|
|
34784
|
-
"name": "
|
|
34785
|
-
"printedName": "ShortKitSDK.
|
|
34786
|
-
"usr": "s:
|
|
35364
|
+
"name": "FeedItem",
|
|
35365
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35366
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
34787
35367
|
}
|
|
34788
35368
|
],
|
|
34789
35369
|
"usr": "s:Sq"
|
|
34790
35370
|
}
|
|
34791
35371
|
],
|
|
34792
35372
|
"declKind": "Accessor",
|
|
34793
|
-
"usr": "s:
|
|
34794
|
-
"mangledName": "$
|
|
35373
|
+
"usr": "s:11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvg",
|
|
35374
|
+
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV02toD4ItemAA0dH0OSgvg",
|
|
34795
35375
|
"moduleName": "ShortKitSDK",
|
|
34796
35376
|
"implicit": true,
|
|
34797
35377
|
"accessorKind": "get"
|
|
@@ -34799,48 +35379,95 @@
|
|
|
34799
35379
|
]
|
|
34800
35380
|
},
|
|
34801
35381
|
{
|
|
34802
|
-
"kind": "
|
|
34803
|
-
"name": "
|
|
34804
|
-
"printedName": "direction",
|
|
35382
|
+
"kind": "Constructor",
|
|
35383
|
+
"name": "init",
|
|
35384
|
+
"printedName": "init(phase:from:to:direction:fromFeedItem:toFeedItem:)",
|
|
34805
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
|
+
},
|
|
34806
35426
|
{
|
|
34807
35427
|
"kind": "TypeNominal",
|
|
34808
35428
|
"name": "Direction",
|
|
34809
35429
|
"printedName": "ShortKitSDK.FeedTransitionEvent.Direction",
|
|
34810
35430
|
"usr": "s:11ShortKitSDK19FeedTransitionEventV9DirectionO"
|
|
34811
|
-
}
|
|
34812
|
-
],
|
|
34813
|
-
"declKind": "Var",
|
|
34814
|
-
"usr": "s:11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
34815
|
-
"mangledName": "$s11ShortKitSDK19FeedTransitionEventV9directionAC9DirectionOvp",
|
|
34816
|
-
"moduleName": "ShortKitSDK",
|
|
34817
|
-
"declAttributes": [
|
|
34818
|
-
"HasStorage",
|
|
34819
|
-
"AccessControl"
|
|
34820
|
-
],
|
|
34821
|
-
"isLet": true,
|
|
34822
|
-
"hasStorage": true,
|
|
34823
|
-
"accessors": [
|
|
35431
|
+
},
|
|
34824
35432
|
{
|
|
34825
|
-
"kind": "
|
|
34826
|
-
"name": "
|
|
34827
|
-
"printedName": "
|
|
35433
|
+
"kind": "TypeNominal",
|
|
35434
|
+
"name": "Optional",
|
|
35435
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
34828
35436
|
"children": [
|
|
34829
35437
|
{
|
|
34830
35438
|
"kind": "TypeNominal",
|
|
34831
|
-
"name": "
|
|
34832
|
-
"printedName": "ShortKitSDK.
|
|
34833
|
-
"usr": "s:
|
|
35439
|
+
"name": "FeedItem",
|
|
35440
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35441
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
34834
35442
|
}
|
|
34835
35443
|
],
|
|
34836
|
-
"
|
|
34837
|
-
"usr": "s:
|
|
34838
|
-
|
|
34839
|
-
|
|
34840
|
-
"
|
|
34841
|
-
"
|
|
35444
|
+
"hasDefaultArg": true,
|
|
35445
|
+
"usr": "s:Sq"
|
|
35446
|
+
},
|
|
35447
|
+
{
|
|
35448
|
+
"kind": "TypeNominal",
|
|
35449
|
+
"name": "Optional",
|
|
35450
|
+
"printedName": "ShortKitSDK.FeedItem?",
|
|
35451
|
+
"children": [
|
|
35452
|
+
{
|
|
35453
|
+
"kind": "TypeNominal",
|
|
35454
|
+
"name": "FeedItem",
|
|
35455
|
+
"printedName": "ShortKitSDK.FeedItem",
|
|
35456
|
+
"usr": "s:11ShortKitSDK8FeedItemO"
|
|
35457
|
+
}
|
|
35458
|
+
],
|
|
35459
|
+
"hasDefaultArg": true,
|
|
35460
|
+
"usr": "s:Sq"
|
|
34842
35461
|
}
|
|
34843
|
-
]
|
|
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"
|
|
34844
35471
|
},
|
|
34845
35472
|
{
|
|
34846
35473
|
"kind": "Function",
|
|
@@ -39290,7 +39917,7 @@
|
|
|
39290
39917
|
{
|
|
39291
39918
|
"kind": "Constructor",
|
|
39292
39919
|
"name": "init",
|
|
39293
|
-
"printedName": "init(apiKey:userId:adProvider:clientAppName:clientAppVersion:customDimensions:loadingViewProvider:debugPanelEnabled:)",
|
|
39920
|
+
"printedName": "init(apiKey:userId:adProvider:clientAppName:clientAppVersion:customDimensions:loadingViewProvider:debugPanelEnabled:serverTracingEnabled:consoleTracingEnabled:)",
|
|
39294
39921
|
"children": [
|
|
39295
39922
|
{
|
|
39296
39923
|
"kind": "TypeNominal",
|
|
@@ -39420,6 +40047,20 @@
|
|
|
39420
40047
|
"hasDefaultArg": true,
|
|
39421
40048
|
"usr": "s:Sq"
|
|
39422
40049
|
},
|
|
40050
|
+
{
|
|
40051
|
+
"kind": "TypeNominal",
|
|
40052
|
+
"name": "Bool",
|
|
40053
|
+
"printedName": "Swift.Bool",
|
|
40054
|
+
"hasDefaultArg": true,
|
|
40055
|
+
"usr": "s:Sb"
|
|
40056
|
+
},
|
|
40057
|
+
{
|
|
40058
|
+
"kind": "TypeNominal",
|
|
40059
|
+
"name": "Bool",
|
|
40060
|
+
"printedName": "Swift.Bool",
|
|
40061
|
+
"hasDefaultArg": true,
|
|
40062
|
+
"usr": "s:Sb"
|
|
40063
|
+
},
|
|
39423
40064
|
{
|
|
39424
40065
|
"kind": "TypeNominal",
|
|
39425
40066
|
"name": "Bool",
|
|
@@ -39429,8 +40070,8 @@
|
|
|
39429
40070
|
}
|
|
39430
40071
|
],
|
|
39431
40072
|
"declKind": "Constructor",
|
|
39432
|
-
"usr": "s:
|
|
39433
|
-
"mangledName": "$
|
|
40073
|
+
"usr": "s:11ShortKitSDK0aB0C6apiKey6userId10adProvider13clientAppName0jK7Version16customDimensions011loadingViewI017debugPanelEnabled013serverTracingT007consolevT0ACSS_SSSgAA0ab2AdI0_pSgA2NSDyS2SGSgSo6UIViewCycSgS3btcfc",
|
|
40074
|
+
"mangledName": "$s11ShortKitSDK0aB0C6apiKey6userId10adProvider13clientAppName0jK7Version16customDimensions011loadingViewI017debugPanelEnabled013serverTracingT007consolevT0ACSS_SSSgAA0ab2AdI0_pSgA2NSDyS2SGSgSo6UIViewCycSgS3btcfc",
|
|
39434
40075
|
"moduleName": "ShortKitSDK",
|
|
39435
40076
|
"declAttributes": [
|
|
39436
40077
|
"AccessControl",
|
|
@@ -41605,6 +42246,27 @@
|
|
|
41605
42246
|
"declKind": "Import",
|
|
41606
42247
|
"moduleName": "ShortKitSDK"
|
|
41607
42248
|
},
|
|
42249
|
+
{
|
|
42250
|
+
"kind": "Import",
|
|
42251
|
+
"name": "Foundation",
|
|
42252
|
+
"printedName": "Foundation",
|
|
42253
|
+
"declKind": "Import",
|
|
42254
|
+
"moduleName": "ShortKitSDK"
|
|
42255
|
+
},
|
|
42256
|
+
{
|
|
42257
|
+
"kind": "Import",
|
|
42258
|
+
"name": "QuartzCore",
|
|
42259
|
+
"printedName": "QuartzCore",
|
|
42260
|
+
"declKind": "Import",
|
|
42261
|
+
"moduleName": "ShortKitSDK"
|
|
42262
|
+
},
|
|
42263
|
+
{
|
|
42264
|
+
"kind": "Import",
|
|
42265
|
+
"name": "UIKit",
|
|
42266
|
+
"printedName": "UIKit",
|
|
42267
|
+
"declKind": "Import",
|
|
42268
|
+
"moduleName": "ShortKitSDK"
|
|
42269
|
+
},
|
|
41608
42270
|
{
|
|
41609
42271
|
"kind": "Import",
|
|
41610
42272
|
"name": "UIKit",
|
|
@@ -44242,24 +44904,38 @@
|
|
|
44242
44904
|
"length": 2,
|
|
44243
44905
|
"value": "-1"
|
|
44244
44906
|
},
|
|
44907
|
+
{
|
|
44908
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44909
|
+
"kind": "BooleanLiteral",
|
|
44910
|
+
"offset": 1269,
|
|
44911
|
+
"length": 5,
|
|
44912
|
+
"value": "false"
|
|
44913
|
+
},
|
|
44914
|
+
{
|
|
44915
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44916
|
+
"kind": "BooleanLiteral",
|
|
44917
|
+
"offset": 1552,
|
|
44918
|
+
"length": 5,
|
|
44919
|
+
"value": "false"
|
|
44920
|
+
},
|
|
44245
44921
|
{
|
|
44246
44922
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44247
44923
|
"kind": "IntegerLiteral",
|
|
44248
|
-
"offset":
|
|
44924
|
+
"offset": 3159,
|
|
44249
44925
|
"length": 2,
|
|
44250
44926
|
"value": "-1"
|
|
44251
44927
|
},
|
|
44252
44928
|
{
|
|
44253
44929
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44254
44930
|
"kind": "IntegerLiteral",
|
|
44255
|
-
"offset":
|
|
44931
|
+
"offset": 9760,
|
|
44256
44932
|
"length": 1,
|
|
44257
44933
|
"value": "0"
|
|
44258
44934
|
},
|
|
44259
44935
|
{
|
|
44260
44936
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
44261
44937
|
"kind": "StringLiteral",
|
|
44262
|
-
"offset":
|
|
44938
|
+
"offset": 13324,
|
|
44263
44939
|
"length": 3,
|
|
44264
44940
|
"value": "\"?\""
|
|
44265
44941
|
},
|
|
@@ -44308,196 +44984,203 @@
|
|
|
44308
44984
|
{
|
|
44309
44985
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44310
44986
|
"kind": "BooleanLiteral",
|
|
44311
|
-
"offset":
|
|
44987
|
+
"offset": 1559,
|
|
44312
44988
|
"length": 5,
|
|
44313
44989
|
"value": "false"
|
|
44314
44990
|
},
|
|
44315
44991
|
{
|
|
44316
44992
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44317
44993
|
"kind": "BooleanLiteral",
|
|
44318
|
-
"offset":
|
|
44994
|
+
"offset": 1831,
|
|
44319
44995
|
"length": 5,
|
|
44320
44996
|
"value": "false"
|
|
44321
44997
|
},
|
|
44322
44998
|
{
|
|
44323
44999
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44324
45000
|
"kind": "BooleanLiteral",
|
|
44325
|
-
"offset":
|
|
45001
|
+
"offset": 1999,
|
|
44326
45002
|
"length": 5,
|
|
44327
45003
|
"value": "false"
|
|
44328
45004
|
},
|
|
44329
45005
|
{
|
|
44330
45006
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44331
45007
|
"kind": "BooleanLiteral",
|
|
44332
|
-
"offset":
|
|
45008
|
+
"offset": 2116,
|
|
44333
45009
|
"length": 5,
|
|
44334
45010
|
"value": "false"
|
|
44335
45011
|
},
|
|
44336
45012
|
{
|
|
44337
45013
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44338
45014
|
"kind": "BooleanLiteral",
|
|
44339
|
-
"offset":
|
|
45015
|
+
"offset": 3879,
|
|
44340
45016
|
"length": 5,
|
|
44341
45017
|
"value": "false"
|
|
44342
45018
|
},
|
|
44343
45019
|
{
|
|
44344
45020
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44345
45021
|
"kind": "BooleanLiteral",
|
|
44346
|
-
"offset":
|
|
45022
|
+
"offset": 4428,
|
|
44347
45023
|
"length": 5,
|
|
44348
45024
|
"value": "false"
|
|
44349
45025
|
},
|
|
44350
45026
|
{
|
|
44351
45027
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44352
45028
|
"kind": "BooleanLiteral",
|
|
44353
|
-
"offset":
|
|
45029
|
+
"offset": 4595,
|
|
44354
45030
|
"length": 4,
|
|
44355
45031
|
"value": "true"
|
|
44356
45032
|
},
|
|
44357
45033
|
{
|
|
44358
45034
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44359
45035
|
"kind": "FloatLiteral",
|
|
44360
|
-
"offset":
|
|
45036
|
+
"offset": 4654,
|
|
44361
45037
|
"length": 3,
|
|
44362
45038
|
"value": "0.8"
|
|
44363
45039
|
},
|
|
44364
45040
|
{
|
|
44365
45041
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44366
45042
|
"kind": "FloatLiteral",
|
|
44367
|
-
"offset":
|
|
45043
|
+
"offset": 4662,
|
|
44368
45044
|
"length": 3,
|
|
44369
45045
|
"value": "0.8"
|
|
44370
45046
|
},
|
|
44371
45047
|
{
|
|
44372
45048
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44373
45049
|
"kind": "BooleanLiteral",
|
|
44374
|
-
"offset":
|
|
45050
|
+
"offset": 4727,
|
|
44375
45051
|
"length": 5,
|
|
44376
45052
|
"value": "false"
|
|
44377
45053
|
},
|
|
44378
45054
|
{
|
|
44379
45055
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44380
45056
|
"kind": "BooleanLiteral",
|
|
44381
|
-
"offset":
|
|
45057
|
+
"offset": 9065,
|
|
44382
45058
|
"length": 5,
|
|
44383
45059
|
"value": "false"
|
|
44384
45060
|
},
|
|
44385
45061
|
{
|
|
44386
45062
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44387
45063
|
"kind": "BooleanLiteral",
|
|
44388
|
-
"offset":
|
|
45064
|
+
"offset": 9710,
|
|
44389
45065
|
"length": 5,
|
|
44390
45066
|
"value": "false"
|
|
44391
45067
|
},
|
|
44392
45068
|
{
|
|
44393
45069
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44394
45070
|
"kind": "IntegerLiteral",
|
|
44395
|
-
"offset":
|
|
45071
|
+
"offset": 9775,
|
|
44396
45072
|
"length": 1,
|
|
44397
45073
|
"value": "0"
|
|
44398
45074
|
},
|
|
44399
45075
|
{
|
|
44400
45076
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44401
45077
|
"kind": "IntegerLiteral",
|
|
44402
|
-
"offset":
|
|
45078
|
+
"offset": 9809,
|
|
44403
45079
|
"length": 1,
|
|
44404
45080
|
"value": "0"
|
|
44405
45081
|
},
|
|
44406
45082
|
{
|
|
44407
45083
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44408
45084
|
"kind": "BooleanLiteral",
|
|
44409
|
-
"offset":
|
|
45085
|
+
"offset": 10008,
|
|
44410
45086
|
"length": 4,
|
|
44411
45087
|
"value": "true"
|
|
44412
45088
|
},
|
|
44413
45089
|
{
|
|
44414
45090
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44415
45091
|
"kind": "BooleanLiteral",
|
|
44416
|
-
"offset":
|
|
45092
|
+
"offset": 10041,
|
|
44417
45093
|
"length": 4,
|
|
44418
45094
|
"value": "true"
|
|
44419
45095
|
},
|
|
44420
45096
|
{
|
|
44421
45097
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44422
45098
|
"kind": "IntegerLiteral",
|
|
44423
|
-
"offset":
|
|
45099
|
+
"offset": 10083,
|
|
44424
45100
|
"length": 1,
|
|
44425
45101
|
"value": "0"
|
|
44426
45102
|
},
|
|
44427
45103
|
{
|
|
44428
45104
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44429
45105
|
"kind": "BooleanLiteral",
|
|
44430
|
-
"offset":
|
|
45106
|
+
"offset": 11257,
|
|
44431
45107
|
"length": 5,
|
|
44432
45108
|
"value": "false"
|
|
44433
45109
|
},
|
|
44434
45110
|
{
|
|
44435
45111
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44436
45112
|
"kind": "IntegerLiteral",
|
|
44437
|
-
"offset":
|
|
45113
|
+
"offset": 11439,
|
|
44438
45114
|
"length": 2,
|
|
44439
45115
|
"value": "-1"
|
|
44440
45116
|
},
|
|
44441
45117
|
{
|
|
44442
45118
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44443
45119
|
"kind": "IntegerLiteral",
|
|
44444
|
-
"offset":
|
|
45120
|
+
"offset": 11687,
|
|
44445
45121
|
"length": 1,
|
|
44446
45122
|
"value": "0"
|
|
44447
45123
|
},
|
|
44448
45124
|
{
|
|
44449
45125
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44450
45126
|
"kind": "IntegerLiteral",
|
|
44451
|
-
"offset":
|
|
45127
|
+
"offset": 11737,
|
|
44452
45128
|
"length": 1,
|
|
44453
45129
|
"value": "0"
|
|
44454
45130
|
},
|
|
44455
45131
|
{
|
|
44456
45132
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44457
45133
|
"kind": "IntegerLiteral",
|
|
44458
|
-
"offset":
|
|
45134
|
+
"offset": 11791,
|
|
44459
45135
|
"length": 1,
|
|
44460
45136
|
"value": "0"
|
|
44461
45137
|
},
|
|
44462
45138
|
{
|
|
44463
45139
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44464
45140
|
"kind": "FloatLiteral",
|
|
44465
|
-
"offset":
|
|
45141
|
+
"offset": 11851,
|
|
44466
45142
|
"length": 3,
|
|
44467
45143
|
"value": "0.2"
|
|
44468
45144
|
},
|
|
44469
45145
|
{
|
|
44470
45146
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44471
45147
|
"kind": "BooleanLiteral",
|
|
44472
|
-
"offset":
|
|
45148
|
+
"offset": 13284,
|
|
44473
45149
|
"length": 5,
|
|
44474
45150
|
"value": "false"
|
|
44475
45151
|
},
|
|
44476
45152
|
{
|
|
44477
45153
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44478
45154
|
"kind": "IntegerLiteral",
|
|
44479
|
-
"offset":
|
|
45155
|
+
"offset": 13334,
|
|
44480
45156
|
"length": 2,
|
|
44481
45157
|
"value": "24"
|
|
44482
45158
|
},
|
|
44483
45159
|
{
|
|
44484
45160
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44485
45161
|
"kind": "BooleanLiteral",
|
|
44486
|
-
"offset":
|
|
45162
|
+
"offset": 30500,
|
|
45163
|
+
"length": 5,
|
|
45164
|
+
"value": "false"
|
|
45165
|
+
},
|
|
45166
|
+
{
|
|
45167
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
45168
|
+
"kind": "BooleanLiteral",
|
|
45169
|
+
"offset": 103144,
|
|
44487
45170
|
"length": 5,
|
|
44488
45171
|
"value": "false"
|
|
44489
45172
|
},
|
|
44490
45173
|
{
|
|
44491
45174
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44492
45175
|
"kind": "BooleanLiteral",
|
|
44493
|
-
"offset":
|
|
45176
|
+
"offset": 211141,
|
|
44494
45177
|
"length": 5,
|
|
44495
45178
|
"value": "false"
|
|
44496
45179
|
},
|
|
44497
45180
|
{
|
|
44498
45181
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44499
45182
|
"kind": "BooleanLiteral",
|
|
44500
|
-
"offset":
|
|
45183
|
+
"offset": 221846,
|
|
44501
45184
|
"length": 5,
|
|
44502
45185
|
"value": "false"
|
|
44503
45186
|
},
|
|
@@ -44630,14 +45313,14 @@
|
|
|
44630
45313
|
{
|
|
44631
45314
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
44632
45315
|
"kind": "BooleanLiteral",
|
|
44633
|
-
"offset":
|
|
45316
|
+
"offset": 22580,
|
|
44634
45317
|
"length": 4,
|
|
44635
45318
|
"value": "true"
|
|
44636
45319
|
},
|
|
44637
45320
|
{
|
|
44638
45321
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
44639
45322
|
"kind": "IntegerLiteral",
|
|
44640
|
-
"offset":
|
|
45323
|
+
"offset": 29029,
|
|
44641
45324
|
"length": 1,
|
|
44642
45325
|
"value": "0"
|
|
44643
45326
|
},
|
|
@@ -44763,14 +45446,14 @@
|
|
|
44763
45446
|
{
|
|
44764
45447
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Networking\/FeedAPI.swift",
|
|
44765
45448
|
"kind": "IntegerLiteral",
|
|
44766
|
-
"offset":
|
|
45449
|
+
"offset": 2252,
|
|
44767
45450
|
"length": 2,
|
|
44768
45451
|
"value": "10"
|
|
44769
45452
|
},
|
|
44770
45453
|
{
|
|
44771
45454
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Networking\/FeedAPI.swift",
|
|
44772
45455
|
"kind": "IntegerLiteral",
|
|
44773
|
-
"offset":
|
|
45456
|
+
"offset": 4646,
|
|
44774
45457
|
"length": 2,
|
|
44775
45458
|
"value": "10"
|
|
44776
45459
|
},
|
|
@@ -44861,112 +45544,112 @@
|
|
|
44861
45544
|
{
|
|
44862
45545
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44863
45546
|
"kind": "BooleanLiteral",
|
|
44864
|
-
"offset":
|
|
45547
|
+
"offset": 1876,
|
|
44865
45548
|
"length": 5,
|
|
44866
45549
|
"value": "false"
|
|
44867
45550
|
},
|
|
44868
45551
|
{
|
|
44869
45552
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44870
45553
|
"kind": "IntegerLiteral",
|
|
44871
|
-
"offset":
|
|
45554
|
+
"offset": 1947,
|
|
44872
45555
|
"length": 1,
|
|
44873
45556
|
"value": "0"
|
|
44874
45557
|
},
|
|
44875
45558
|
{
|
|
44876
45559
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44877
45560
|
"kind": "IntegerLiteral",
|
|
44878
|
-
"offset":
|
|
45561
|
+
"offset": 1996,
|
|
44879
45562
|
"length": 1,
|
|
44880
45563
|
"value": "0"
|
|
44881
45564
|
},
|
|
44882
45565
|
{
|
|
44883
45566
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44884
45567
|
"kind": "BooleanLiteral",
|
|
44885
|
-
"offset":
|
|
45568
|
+
"offset": 2072,
|
|
44886
45569
|
"length": 5,
|
|
44887
45570
|
"value": "false"
|
|
44888
45571
|
},
|
|
44889
45572
|
{
|
|
44890
45573
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44891
45574
|
"kind": "IntegerLiteral",
|
|
44892
|
-
"offset":
|
|
45575
|
+
"offset": 2243,
|
|
44893
45576
|
"length": 2,
|
|
44894
45577
|
"value": "-1"
|
|
44895
45578
|
},
|
|
44896
45579
|
{
|
|
44897
45580
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44898
45581
|
"kind": "IntegerLiteral",
|
|
44899
|
-
"offset":
|
|
45582
|
+
"offset": 2293,
|
|
44900
45583
|
"length": 1,
|
|
44901
45584
|
"value": "0"
|
|
44902
45585
|
},
|
|
44903
45586
|
{
|
|
44904
45587
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44905
45588
|
"kind": "IntegerLiteral",
|
|
44906
|
-
"offset":
|
|
45589
|
+
"offset": 2343,
|
|
44907
45590
|
"length": 1,
|
|
44908
45591
|
"value": "0"
|
|
44909
45592
|
},
|
|
44910
45593
|
{
|
|
44911
45594
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44912
45595
|
"kind": "StringLiteral",
|
|
44913
|
-
"offset":
|
|
45596
|
+
"offset": 2386,
|
|
44914
45597
|
"length": 2,
|
|
44915
45598
|
"value": "\"\""
|
|
44916
45599
|
},
|
|
44917
45600
|
{
|
|
44918
45601
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44919
45602
|
"kind": "IntegerLiteral",
|
|
44920
|
-
"offset":
|
|
45603
|
+
"offset": 2446,
|
|
44921
45604
|
"length": 1,
|
|
44922
45605
|
"value": "0"
|
|
44923
45606
|
},
|
|
44924
45607
|
{
|
|
44925
45608
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44926
45609
|
"kind": "IntegerLiteral",
|
|
44927
|
-
"offset":
|
|
45610
|
+
"offset": 2485,
|
|
44928
45611
|
"length": 1,
|
|
44929
45612
|
"value": "0"
|
|
44930
45613
|
},
|
|
44931
45614
|
{
|
|
44932
45615
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44933
45616
|
"kind": "IntegerLiteral",
|
|
44934
|
-
"offset":
|
|
45617
|
+
"offset": 3113,
|
|
44935
45618
|
"length": 1,
|
|
44936
45619
|
"value": "0"
|
|
44937
45620
|
},
|
|
44938
45621
|
{
|
|
44939
45622
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44940
45623
|
"kind": "FloatLiteral",
|
|
44941
|
-
"offset":
|
|
45624
|
+
"offset": 3879,
|
|
44942
45625
|
"length": 3,
|
|
44943
45626
|
"value": "5.0"
|
|
44944
45627
|
},
|
|
44945
45628
|
{
|
|
44946
45629
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44947
45630
|
"kind": "BooleanLiteral",
|
|
44948
|
-
"offset":
|
|
45631
|
+
"offset": 4061,
|
|
44949
45632
|
"length": 4,
|
|
44950
45633
|
"value": "true"
|
|
44951
45634
|
},
|
|
44952
45635
|
{
|
|
44953
45636
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44954
45637
|
"kind": "BooleanLiteral",
|
|
44955
|
-
"offset":
|
|
45638
|
+
"offset": 4172,
|
|
44956
45639
|
"length": 5,
|
|
44957
45640
|
"value": "false"
|
|
44958
45641
|
},
|
|
44959
45642
|
{
|
|
44960
45643
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44961
45644
|
"kind": "BooleanLiteral",
|
|
44962
|
-
"offset":
|
|
45645
|
+
"offset": 7140,
|
|
44963
45646
|
"length": 5,
|
|
44964
45647
|
"value": "false"
|
|
44965
45648
|
},
|
|
44966
45649
|
{
|
|
44967
45650
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
|
|
44968
45651
|
"kind": "BooleanLiteral",
|
|
44969
|
-
"offset":
|
|
45652
|
+
"offset": 15451,
|
|
44970
45653
|
"length": 5,
|
|
44971
45654
|
"value": "false"
|
|
44972
45655
|
},
|
|
@@ -45085,35 +45768,35 @@
|
|
|
45085
45768
|
{
|
|
45086
45769
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
45087
45770
|
"kind": "BooleanLiteral",
|
|
45088
|
-
"offset":
|
|
45771
|
+
"offset": 2542,
|
|
45089
45772
|
"length": 5,
|
|
45090
45773
|
"value": "false"
|
|
45091
45774
|
},
|
|
45092
45775
|
{
|
|
45093
45776
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
45094
45777
|
"kind": "Dictionary",
|
|
45095
|
-
"offset":
|
|
45778
|
+
"offset": 2918,
|
|
45096
45779
|
"length": 3,
|
|
45097
45780
|
"value": "[]"
|
|
45098
45781
|
},
|
|
45099
45782
|
{
|
|
45100
45783
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
45101
45784
|
"kind": "Array",
|
|
45102
|
-
"offset":
|
|
45785
|
+
"offset": 2971,
|
|
45103
45786
|
"length": 2,
|
|
45104
45787
|
"value": "[]"
|
|
45105
45788
|
},
|
|
45106
45789
|
{
|
|
45107
45790
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
45108
45791
|
"kind": "FloatLiteral",
|
|
45109
|
-
"offset":
|
|
45792
|
+
"offset": 3652,
|
|
45110
45793
|
"length": 3,
|
|
45111
45794
|
"value": "1.0"
|
|
45112
45795
|
},
|
|
45113
45796
|
{
|
|
45114
45797
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
45115
45798
|
"kind": "BooleanLiteral",
|
|
45116
|
-
"offset":
|
|
45799
|
+
"offset": 16383,
|
|
45117
45800
|
"length": 5,
|
|
45118
45801
|
"value": "false"
|
|
45119
45802
|
},
|
|
@@ -45297,26 +45980,40 @@
|
|
|
45297
45980
|
"kind": "StringLiteral",
|
|
45298
45981
|
"offset": 124,
|
|
45299
45982
|
"length": 8,
|
|
45300
|
-
"value": "\"0.2.
|
|
45983
|
+
"value": "\"0.2.30\""
|
|
45984
|
+
},
|
|
45985
|
+
{
|
|
45986
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45987
|
+
"kind": "BooleanLiteral",
|
|
45988
|
+
"offset": 5012,
|
|
45989
|
+
"length": 5,
|
|
45990
|
+
"value": "false"
|
|
45301
45991
|
},
|
|
45302
45992
|
{
|
|
45303
45993
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45304
45994
|
"kind": "BooleanLiteral",
|
|
45305
|
-
"offset":
|
|
45995
|
+
"offset": 5056,
|
|
45996
|
+
"length": 5,
|
|
45997
|
+
"value": "false"
|
|
45998
|
+
},
|
|
45999
|
+
{
|
|
46000
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
46001
|
+
"kind": "BooleanLiteral",
|
|
46002
|
+
"offset": 5101,
|
|
45306
46003
|
"length": 5,
|
|
45307
46004
|
"value": "false"
|
|
45308
46005
|
},
|
|
45309
46006
|
{
|
|
45310
46007
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45311
46008
|
"kind": "IntegerLiteral",
|
|
45312
|
-
"offset":
|
|
46009
|
+
"offset": 21553,
|
|
45313
46010
|
"length": 2,
|
|
45314
46011
|
"value": "10"
|
|
45315
46012
|
},
|
|
45316
46013
|
{
|
|
45317
46014
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
45318
46015
|
"kind": "IntegerLiteral",
|
|
45319
|
-
"offset":
|
|
46016
|
+
"offset": 22674,
|
|
45320
46017
|
"length": 2,
|
|
45321
46018
|
"value": "10"
|
|
45322
46019
|
},
|
|
@@ -45460,6 +46157,118 @@
|
|
|
45460
46157
|
"length": 4,
|
|
45461
46158
|
"value": "true"
|
|
45462
46159
|
},
|
|
46160
|
+
{
|
|
46161
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46162
|
+
"kind": "BooleanLiteral",
|
|
46163
|
+
"offset": 1825,
|
|
46164
|
+
"length": 5,
|
|
46165
|
+
"value": "false"
|
|
46166
|
+
},
|
|
46167
|
+
{
|
|
46168
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46169
|
+
"kind": "BooleanLiteral",
|
|
46170
|
+
"offset": 2054,
|
|
46171
|
+
"length": 5,
|
|
46172
|
+
"value": "false"
|
|
46173
|
+
},
|
|
46174
|
+
{
|
|
46175
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46176
|
+
"kind": "Dictionary",
|
|
46177
|
+
"offset": 2620,
|
|
46178
|
+
"length": 3,
|
|
46179
|
+
"value": "[]"
|
|
46180
|
+
},
|
|
46181
|
+
{
|
|
46182
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46183
|
+
"kind": "BooleanLiteral",
|
|
46184
|
+
"offset": 4259,
|
|
46185
|
+
"length": 5,
|
|
46186
|
+
"value": "false"
|
|
46187
|
+
},
|
|
46188
|
+
{
|
|
46189
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46190
|
+
"kind": "StringLiteral",
|
|
46191
|
+
"offset": 4314,
|
|
46192
|
+
"length": 20,
|
|
46193
|
+
"value": "\"dev.shortkit.trace\""
|
|
46194
|
+
},
|
|
46195
|
+
{
|
|
46196
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46197
|
+
"kind": "Array",
|
|
46198
|
+
"offset": 4389,
|
|
46199
|
+
"length": 2,
|
|
46200
|
+
"value": "[]"
|
|
46201
|
+
},
|
|
46202
|
+
{
|
|
46203
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46204
|
+
"kind": "IntegerLiteral",
|
|
46205
|
+
"offset": 4447,
|
|
46206
|
+
"length": 1,
|
|
46207
|
+
"value": "0"
|
|
46208
|
+
},
|
|
46209
|
+
{
|
|
46210
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46211
|
+
"kind": "IntegerLiteral",
|
|
46212
|
+
"offset": 4583,
|
|
46213
|
+
"length": 2,
|
|
46214
|
+
"value": "50"
|
|
46215
|
+
},
|
|
46216
|
+
{
|
|
46217
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46218
|
+
"kind": "FloatLiteral",
|
|
46219
|
+
"offset": 4642,
|
|
46220
|
+
"length": 3,
|
|
46221
|
+
"value": "2.0"
|
|
46222
|
+
},
|
|
46223
|
+
{
|
|
46224
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46225
|
+
"kind": "FloatLiteral",
|
|
46226
|
+
"offset": 4699,
|
|
46227
|
+
"length": 3,
|
|
46228
|
+
"value": "5.0"
|
|
46229
|
+
},
|
|
46230
|
+
{
|
|
46231
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46232
|
+
"kind": "IntegerLiteral",
|
|
46233
|
+
"offset": 4734,
|
|
46234
|
+
"length": 3,
|
|
46235
|
+
"value": "500"
|
|
46236
|
+
},
|
|
46237
|
+
{
|
|
46238
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46239
|
+
"kind": "BooleanLiteral",
|
|
46240
|
+
"offset": 5050,
|
|
46241
|
+
"length": 5,
|
|
46242
|
+
"value": "false"
|
|
46243
|
+
},
|
|
46244
|
+
{
|
|
46245
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46246
|
+
"kind": "StringLiteral",
|
|
46247
|
+
"offset": 7925,
|
|
46248
|
+
"length": 17,
|
|
46249
|
+
"value": "\"ShortKit\/Traces\""
|
|
46250
|
+
},
|
|
46251
|
+
{
|
|
46252
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46253
|
+
"kind": "BooleanLiteral",
|
|
46254
|
+
"offset": 7957,
|
|
46255
|
+
"length": 4,
|
|
46256
|
+
"value": "true"
|
|
46257
|
+
},
|
|
46258
|
+
{
|
|
46259
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46260
|
+
"kind": "BooleanLiteral",
|
|
46261
|
+
"offset": 8050,
|
|
46262
|
+
"length": 4,
|
|
46263
|
+
"value": "true"
|
|
46264
|
+
},
|
|
46265
|
+
{
|
|
46266
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Trace\/SKTrace.swift",
|
|
46267
|
+
"kind": "StringLiteral",
|
|
46268
|
+
"offset": 8098,
|
|
46269
|
+
"length": 14,
|
|
46270
|
+
"value": "\"pending.json\""
|
|
46271
|
+
},
|
|
45463
46272
|
{
|
|
45464
46273
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/FeedInteractiveDismissController.swift",
|
|
45465
46274
|
"kind": "StringLiteral",
|