@shortkitsdk/react-native 0.2.25 → 0.2.27
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/ios/ShortKitBridge.swift +42 -4
- package/ios/ShortKitFeedView.swift +56 -4
- package/ios/ShortKitFeedViewManager.mm +2 -0
- package/ios/ShortKitModule.mm +13 -3
- 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 +1953 -218
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +51 -6
- 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 +51 -6
- 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 +1953 -218
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +51 -6
- 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 +51 -6
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1953 -218
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +51 -6
- 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 +51 -6
- 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 +42 -3
- package/src/ShortKitProvider.tsx +2 -1
- package/src/specs/NativeShortKitModule.ts +17 -1
- package/src/specs/ShortKitFeedViewNativeComponent.ts +3 -0
- package/src/types.ts +58 -2
|
@@ -8165,6 +8165,91 @@
|
|
|
8165
8165
|
}
|
|
8166
8166
|
]
|
|
8167
8167
|
},
|
|
8168
|
+
{
|
|
8169
|
+
"kind": "Var",
|
|
8170
|
+
"name": "liveRoomMask",
|
|
8171
|
+
"printedName": "liveRoomMask",
|
|
8172
|
+
"children": [
|
|
8173
|
+
{
|
|
8174
|
+
"kind": "TypeNominal",
|
|
8175
|
+
"name": "LiveRoomMaskMode",
|
|
8176
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
8177
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
8178
|
+
}
|
|
8179
|
+
],
|
|
8180
|
+
"declKind": "Var",
|
|
8181
|
+
"usr": "s:11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvp",
|
|
8182
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvp",
|
|
8183
|
+
"moduleName": "ShortKitSDK",
|
|
8184
|
+
"declAttributes": [
|
|
8185
|
+
"HasStorage",
|
|
8186
|
+
"AccessControl"
|
|
8187
|
+
],
|
|
8188
|
+
"hasStorage": true,
|
|
8189
|
+
"accessors": [
|
|
8190
|
+
{
|
|
8191
|
+
"kind": "Accessor",
|
|
8192
|
+
"name": "Get",
|
|
8193
|
+
"printedName": "Get()",
|
|
8194
|
+
"children": [
|
|
8195
|
+
{
|
|
8196
|
+
"kind": "TypeNominal",
|
|
8197
|
+
"name": "LiveRoomMaskMode",
|
|
8198
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
8199
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
8200
|
+
}
|
|
8201
|
+
],
|
|
8202
|
+
"declKind": "Accessor",
|
|
8203
|
+
"usr": "s:11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvg",
|
|
8204
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvg",
|
|
8205
|
+
"moduleName": "ShortKitSDK",
|
|
8206
|
+
"implicit": true,
|
|
8207
|
+
"accessorKind": "get"
|
|
8208
|
+
},
|
|
8209
|
+
{
|
|
8210
|
+
"kind": "Accessor",
|
|
8211
|
+
"name": "Set",
|
|
8212
|
+
"printedName": "Set()",
|
|
8213
|
+
"children": [
|
|
8214
|
+
{
|
|
8215
|
+
"kind": "TypeNominal",
|
|
8216
|
+
"name": "Void",
|
|
8217
|
+
"printedName": "()"
|
|
8218
|
+
},
|
|
8219
|
+
{
|
|
8220
|
+
"kind": "TypeNominal",
|
|
8221
|
+
"name": "LiveRoomMaskMode",
|
|
8222
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
8223
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
8224
|
+
}
|
|
8225
|
+
],
|
|
8226
|
+
"declKind": "Accessor",
|
|
8227
|
+
"usr": "s:11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvs",
|
|
8228
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvs",
|
|
8229
|
+
"moduleName": "ShortKitSDK",
|
|
8230
|
+
"implicit": true,
|
|
8231
|
+
"accessorKind": "set"
|
|
8232
|
+
},
|
|
8233
|
+
{
|
|
8234
|
+
"kind": "Accessor",
|
|
8235
|
+
"name": "Modify",
|
|
8236
|
+
"printedName": "Modify()",
|
|
8237
|
+
"children": [
|
|
8238
|
+
{
|
|
8239
|
+
"kind": "TypeNominal",
|
|
8240
|
+
"name": "Void",
|
|
8241
|
+
"printedName": "()"
|
|
8242
|
+
}
|
|
8243
|
+
],
|
|
8244
|
+
"declKind": "Accessor",
|
|
8245
|
+
"usr": "s:11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvM",
|
|
8246
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV12liveRoomMaskAA04LivegH4ModeOvM",
|
|
8247
|
+
"moduleName": "ShortKitSDK",
|
|
8248
|
+
"implicit": true,
|
|
8249
|
+
"accessorKind": "_modify"
|
|
8250
|
+
}
|
|
8251
|
+
]
|
|
8252
|
+
},
|
|
8168
8253
|
{
|
|
8169
8254
|
"kind": "Var",
|
|
8170
8255
|
"name": "muteOnStart",
|
|
@@ -8814,7 +8899,7 @@
|
|
|
8814
8899
|
{
|
|
8815
8900
|
"kind": "Constructor",
|
|
8816
8901
|
"name": "init",
|
|
8817
|
-
"printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:)",
|
|
8902
|
+
"printedName": "init(feedHeight:scrollAxis:videoOverlay:carouselOverlay:videoCarouselOverlay:surveyOverlay:adOverlay:liveOverlay:liveRoomMask:muteOnStart:autoplay:feedSource:coldStartEnabled:pullToRefreshEnabled:filter:preload:)",
|
|
8818
8903
|
"children": [
|
|
8819
8904
|
{
|
|
8820
8905
|
"kind": "TypeNominal",
|
|
@@ -8878,6 +8963,13 @@
|
|
|
8878
8963
|
"hasDefaultArg": true,
|
|
8879
8964
|
"usr": "s:11ShortKitSDK15LiveOverlayModeO"
|
|
8880
8965
|
},
|
|
8966
|
+
{
|
|
8967
|
+
"kind": "TypeNominal",
|
|
8968
|
+
"name": "LiveRoomMaskMode",
|
|
8969
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
8970
|
+
"hasDefaultArg": true,
|
|
8971
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
8972
|
+
},
|
|
8881
8973
|
{
|
|
8882
8974
|
"kind": "TypeNominal",
|
|
8883
8975
|
"name": "Bool",
|
|
@@ -8945,8 +9037,8 @@
|
|
|
8945
9037
|
}
|
|
8946
9038
|
],
|
|
8947
9039
|
"declKind": "Constructor",
|
|
8948
|
-
"usr": "s:
|
|
8949
|
-
"mangledName": "$
|
|
9040
|
+
"usr": "s:11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00P8RoomMask11muteOnStart8autoplay0F6Source04coldU7Enabled013pullToRefreshY06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqR4ModeOS2bAA0dW0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
|
|
9041
|
+
"mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight10scrollAxis12videoOverlay08carouselK00j8CarouselK006surveyK002adK004liveK00P8RoomMask11muteOnStart8autoplay0F6Source04coldU7Enabled013pullToRefreshY06filter7preloadAcA0dG0O_AA06ScrollI0OAA05VideoK4ModeOAA0mK4ModeOAA05VideomK4ModeOAA06SurveyK4ModeOAA02AdK4ModeOAA04LiveK4ModeOAA04LiveqR4ModeOS2bAA0dW0OS2bAA0D6FilterVSgAA0D7PreloadCSgtcfc",
|
|
8950
9042
|
"moduleName": "ShortKitSDK",
|
|
8951
9043
|
"declAttributes": [
|
|
8952
9044
|
"AccessControl"
|
|
@@ -8975,7 +9067,9 @@
|
|
|
8975
9067
|
"usr": "s:11ShortKitSDK10FeedConfigV4fromACs7Decoder_p_tKcfc",
|
|
8976
9068
|
"mangledName": "$s11ShortKitSDK10FeedConfigV4fromACs7Decoder_p_tKcfc",
|
|
8977
9069
|
"moduleName": "ShortKitSDK",
|
|
8978
|
-
"
|
|
9070
|
+
"declAttributes": [
|
|
9071
|
+
"AccessControl"
|
|
9072
|
+
],
|
|
8979
9073
|
"throwing": true,
|
|
8980
9074
|
"init_kind": "Designated"
|
|
8981
9075
|
},
|
|
@@ -9235,6 +9329,190 @@
|
|
|
9235
9329
|
"declKind": "Import",
|
|
9236
9330
|
"moduleName": "ShortKitSDK"
|
|
9237
9331
|
},
|
|
9332
|
+
{
|
|
9333
|
+
"kind": "TypeDecl",
|
|
9334
|
+
"name": "LiveRoomMaskMode",
|
|
9335
|
+
"printedName": "LiveRoomMaskMode",
|
|
9336
|
+
"children": [
|
|
9337
|
+
{
|
|
9338
|
+
"kind": "Var",
|
|
9339
|
+
"name": "none",
|
|
9340
|
+
"printedName": "none",
|
|
9341
|
+
"children": [
|
|
9342
|
+
{
|
|
9343
|
+
"kind": "TypeFunc",
|
|
9344
|
+
"name": "Function",
|
|
9345
|
+
"printedName": "(ShortKitSDK.LiveRoomMaskMode.Type) -> ShortKitSDK.LiveRoomMaskMode",
|
|
9346
|
+
"children": [
|
|
9347
|
+
{
|
|
9348
|
+
"kind": "TypeNominal",
|
|
9349
|
+
"name": "LiveRoomMaskMode",
|
|
9350
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9351
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9352
|
+
},
|
|
9353
|
+
{
|
|
9354
|
+
"kind": "TypeNominal",
|
|
9355
|
+
"name": "Metatype",
|
|
9356
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode.Type",
|
|
9357
|
+
"children": [
|
|
9358
|
+
{
|
|
9359
|
+
"kind": "TypeNominal",
|
|
9360
|
+
"name": "LiveRoomMaskMode",
|
|
9361
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9362
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9363
|
+
}
|
|
9364
|
+
]
|
|
9365
|
+
}
|
|
9366
|
+
]
|
|
9367
|
+
}
|
|
9368
|
+
],
|
|
9369
|
+
"declKind": "EnumElement",
|
|
9370
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO4noneyA2CmF",
|
|
9371
|
+
"mangledName": "$s11ShortKitSDK16LiveRoomMaskModeO4noneyA2CmF",
|
|
9372
|
+
"moduleName": "ShortKitSDK",
|
|
9373
|
+
"declAttributes": [
|
|
9374
|
+
"RawDocComment"
|
|
9375
|
+
]
|
|
9376
|
+
},
|
|
9377
|
+
{
|
|
9378
|
+
"kind": "Var",
|
|
9379
|
+
"name": "custom",
|
|
9380
|
+
"printedName": "custom",
|
|
9381
|
+
"children": [
|
|
9382
|
+
{
|
|
9383
|
+
"kind": "TypeFunc",
|
|
9384
|
+
"name": "Function",
|
|
9385
|
+
"printedName": "(ShortKitSDK.LiveRoomMaskMode.Type) -> (@escaping () -> any UIKit.UIView & ShortKitSDK.LiveRoomMask) -> ShortKitSDK.LiveRoomMaskMode",
|
|
9386
|
+
"children": [
|
|
9387
|
+
{
|
|
9388
|
+
"kind": "TypeFunc",
|
|
9389
|
+
"name": "Function",
|
|
9390
|
+
"printedName": "(@escaping () -> any UIKit.UIView & ShortKitSDK.LiveRoomMask) -> ShortKitSDK.LiveRoomMaskMode",
|
|
9391
|
+
"children": [
|
|
9392
|
+
{
|
|
9393
|
+
"kind": "TypeNominal",
|
|
9394
|
+
"name": "LiveRoomMaskMode",
|
|
9395
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9396
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9397
|
+
},
|
|
9398
|
+
{
|
|
9399
|
+
"kind": "TypeFunc",
|
|
9400
|
+
"name": "Function",
|
|
9401
|
+
"printedName": "() -> any UIKit.UIView & ShortKitSDK.LiveRoomMask",
|
|
9402
|
+
"children": [
|
|
9403
|
+
{
|
|
9404
|
+
"kind": "TypeNominal",
|
|
9405
|
+
"name": "ProtocolComposition",
|
|
9406
|
+
"printedName": "any UIKit.UIView & ShortKitSDK.LiveRoomMask"
|
|
9407
|
+
},
|
|
9408
|
+
{
|
|
9409
|
+
"kind": "TypeNominal",
|
|
9410
|
+
"name": "Void",
|
|
9411
|
+
"printedName": "()"
|
|
9412
|
+
}
|
|
9413
|
+
]
|
|
9414
|
+
}
|
|
9415
|
+
]
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"kind": "TypeNominal",
|
|
9419
|
+
"name": "Metatype",
|
|
9420
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode.Type",
|
|
9421
|
+
"children": [
|
|
9422
|
+
{
|
|
9423
|
+
"kind": "TypeNominal",
|
|
9424
|
+
"name": "LiveRoomMaskMode",
|
|
9425
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9426
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9427
|
+
}
|
|
9428
|
+
]
|
|
9429
|
+
}
|
|
9430
|
+
]
|
|
9431
|
+
}
|
|
9432
|
+
],
|
|
9433
|
+
"declKind": "EnumElement",
|
|
9434
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
|
|
9435
|
+
"mangledName": "$s11ShortKitSDK16LiveRoomMaskModeO6customyAcA0deF0_So6UIViewCXcyYbccACmF",
|
|
9436
|
+
"moduleName": "ShortKitSDK",
|
|
9437
|
+
"declAttributes": [
|
|
9438
|
+
"RawDocComment"
|
|
9439
|
+
]
|
|
9440
|
+
},
|
|
9441
|
+
{
|
|
9442
|
+
"kind": "Function",
|
|
9443
|
+
"name": "==",
|
|
9444
|
+
"printedName": "==(_:_:)",
|
|
9445
|
+
"children": [
|
|
9446
|
+
{
|
|
9447
|
+
"kind": "TypeNominal",
|
|
9448
|
+
"name": "Bool",
|
|
9449
|
+
"printedName": "Swift.Bool",
|
|
9450
|
+
"usr": "s:Sb"
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
"kind": "TypeNominal",
|
|
9454
|
+
"name": "LiveRoomMaskMode",
|
|
9455
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9456
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9457
|
+
},
|
|
9458
|
+
{
|
|
9459
|
+
"kind": "TypeNominal",
|
|
9460
|
+
"name": "LiveRoomMaskMode",
|
|
9461
|
+
"printedName": "ShortKitSDK.LiveRoomMaskMode",
|
|
9462
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO"
|
|
9463
|
+
}
|
|
9464
|
+
],
|
|
9465
|
+
"declKind": "Func",
|
|
9466
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO2eeoiySbAC_ACtFZ",
|
|
9467
|
+
"mangledName": "$s11ShortKitSDK16LiveRoomMaskModeO2eeoiySbAC_ACtFZ",
|
|
9468
|
+
"moduleName": "ShortKitSDK",
|
|
9469
|
+
"static": true,
|
|
9470
|
+
"declAttributes": [
|
|
9471
|
+
"AccessControl"
|
|
9472
|
+
],
|
|
9473
|
+
"isFromExtension": true,
|
|
9474
|
+
"funcSelfKind": "NonMutating"
|
|
9475
|
+
}
|
|
9476
|
+
],
|
|
9477
|
+
"declKind": "Enum",
|
|
9478
|
+
"usr": "s:11ShortKitSDK16LiveRoomMaskModeO",
|
|
9479
|
+
"mangledName": "$s11ShortKitSDK16LiveRoomMaskModeO",
|
|
9480
|
+
"moduleName": "ShortKitSDK",
|
|
9481
|
+
"declAttributes": [
|
|
9482
|
+
"AccessControl",
|
|
9483
|
+
"RawDocComment"
|
|
9484
|
+
],
|
|
9485
|
+
"conformances": [
|
|
9486
|
+
{
|
|
9487
|
+
"kind": "Conformance",
|
|
9488
|
+
"name": "Copyable",
|
|
9489
|
+
"printedName": "Copyable",
|
|
9490
|
+
"usr": "s:s8CopyableP",
|
|
9491
|
+
"mangledName": "$ss8CopyableP"
|
|
9492
|
+
},
|
|
9493
|
+
{
|
|
9494
|
+
"kind": "Conformance",
|
|
9495
|
+
"name": "Equatable",
|
|
9496
|
+
"printedName": "Equatable",
|
|
9497
|
+
"usr": "s:SQ",
|
|
9498
|
+
"mangledName": "$sSQ"
|
|
9499
|
+
},
|
|
9500
|
+
{
|
|
9501
|
+
"kind": "Conformance",
|
|
9502
|
+
"name": "Escapable",
|
|
9503
|
+
"printedName": "Escapable",
|
|
9504
|
+
"usr": "s:s9EscapableP",
|
|
9505
|
+
"mangledName": "$ss9EscapableP"
|
|
9506
|
+
}
|
|
9507
|
+
]
|
|
9508
|
+
},
|
|
9509
|
+
{
|
|
9510
|
+
"kind": "Import",
|
|
9511
|
+
"name": "UIKit",
|
|
9512
|
+
"printedName": "UIKit",
|
|
9513
|
+
"declKind": "Import",
|
|
9514
|
+
"moduleName": "ShortKitSDK"
|
|
9515
|
+
},
|
|
9238
9516
|
{
|
|
9239
9517
|
"kind": "Import",
|
|
9240
9518
|
"name": "SwiftUI",
|
|
@@ -14750,6 +15028,44 @@
|
|
|
14750
15028
|
"kind": "TypeDecl",
|
|
14751
15029
|
"name": "FeedPreload",
|
|
14752
15030
|
"printedName": "FeedPreload",
|
|
15031
|
+
"children": [
|
|
15032
|
+
{
|
|
15033
|
+
"kind": "Constructor",
|
|
15034
|
+
"name": "init",
|
|
15035
|
+
"printedName": "init(immediateItems:)",
|
|
15036
|
+
"children": [
|
|
15037
|
+
{
|
|
15038
|
+
"kind": "TypeNominal",
|
|
15039
|
+
"name": "FeedPreload",
|
|
15040
|
+
"printedName": "ShortKitSDK.FeedPreload",
|
|
15041
|
+
"usr": "s:11ShortKitSDK11FeedPreloadC"
|
|
15042
|
+
},
|
|
15043
|
+
{
|
|
15044
|
+
"kind": "TypeNominal",
|
|
15045
|
+
"name": "Array",
|
|
15046
|
+
"printedName": "[ShortKitSDK.FeedInput]",
|
|
15047
|
+
"children": [
|
|
15048
|
+
{
|
|
15049
|
+
"kind": "TypeNominal",
|
|
15050
|
+
"name": "FeedInput",
|
|
15051
|
+
"printedName": "ShortKitSDK.FeedInput",
|
|
15052
|
+
"usr": "s:11ShortKitSDK9FeedInputO"
|
|
15053
|
+
}
|
|
15054
|
+
],
|
|
15055
|
+
"usr": "s:Sa"
|
|
15056
|
+
}
|
|
15057
|
+
],
|
|
15058
|
+
"declKind": "Constructor",
|
|
15059
|
+
"usr": "s:11ShortKitSDK11FeedPreloadC14immediateItemsACSayAA0D5InputOG_tcfc",
|
|
15060
|
+
"mangledName": "$s11ShortKitSDK11FeedPreloadC14immediateItemsACSayAA0D5InputOG_tcfc",
|
|
15061
|
+
"moduleName": "ShortKitSDK",
|
|
15062
|
+
"declAttributes": [
|
|
15063
|
+
"AccessControl",
|
|
15064
|
+
"RawDocComment"
|
|
15065
|
+
],
|
|
15066
|
+
"init_kind": "Designated"
|
|
15067
|
+
}
|
|
15068
|
+
],
|
|
14753
15069
|
"declKind": "Class",
|
|
14754
15070
|
"usr": "s:11ShortKitSDK11FeedPreloadC",
|
|
14755
15071
|
"mangledName": "$s11ShortKitSDK11FeedPreloadC",
|
|
@@ -16007,6 +16323,467 @@
|
|
|
16007
16323
|
}
|
|
16008
16324
|
]
|
|
16009
16325
|
},
|
|
16326
|
+
{
|
|
16327
|
+
"kind": "TypeDecl",
|
|
16328
|
+
"name": "VideoCarouselCellTapPayload",
|
|
16329
|
+
"printedName": "VideoCarouselCellTapPayload",
|
|
16330
|
+
"children": [
|
|
16331
|
+
{
|
|
16332
|
+
"kind": "Var",
|
|
16333
|
+
"name": "id",
|
|
16334
|
+
"printedName": "id",
|
|
16335
|
+
"children": [
|
|
16336
|
+
{
|
|
16337
|
+
"kind": "TypeNominal",
|
|
16338
|
+
"name": "String",
|
|
16339
|
+
"printedName": "Swift.String",
|
|
16340
|
+
"usr": "s:SS"
|
|
16341
|
+
}
|
|
16342
|
+
],
|
|
16343
|
+
"declKind": "Var",
|
|
16344
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV2idSSvp",
|
|
16345
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV2idSSvp",
|
|
16346
|
+
"moduleName": "ShortKitSDK",
|
|
16347
|
+
"declAttributes": [
|
|
16348
|
+
"HasStorage",
|
|
16349
|
+
"AccessControl"
|
|
16350
|
+
],
|
|
16351
|
+
"isLet": true,
|
|
16352
|
+
"hasStorage": true,
|
|
16353
|
+
"accessors": [
|
|
16354
|
+
{
|
|
16355
|
+
"kind": "Accessor",
|
|
16356
|
+
"name": "Get",
|
|
16357
|
+
"printedName": "Get()",
|
|
16358
|
+
"children": [
|
|
16359
|
+
{
|
|
16360
|
+
"kind": "TypeNominal",
|
|
16361
|
+
"name": "String",
|
|
16362
|
+
"printedName": "Swift.String",
|
|
16363
|
+
"usr": "s:SS"
|
|
16364
|
+
}
|
|
16365
|
+
],
|
|
16366
|
+
"declKind": "Accessor",
|
|
16367
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV2idSSvg",
|
|
16368
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV2idSSvg",
|
|
16369
|
+
"moduleName": "ShortKitSDK",
|
|
16370
|
+
"implicit": true,
|
|
16371
|
+
"accessorKind": "get"
|
|
16372
|
+
}
|
|
16373
|
+
]
|
|
16374
|
+
},
|
|
16375
|
+
{
|
|
16376
|
+
"kind": "Var",
|
|
16377
|
+
"name": "index",
|
|
16378
|
+
"printedName": "index",
|
|
16379
|
+
"children": [
|
|
16380
|
+
{
|
|
16381
|
+
"kind": "TypeNominal",
|
|
16382
|
+
"name": "Int",
|
|
16383
|
+
"printedName": "Swift.Int",
|
|
16384
|
+
"usr": "s:Si"
|
|
16385
|
+
}
|
|
16386
|
+
],
|
|
16387
|
+
"declKind": "Var",
|
|
16388
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivp",
|
|
16389
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivp",
|
|
16390
|
+
"moduleName": "ShortKitSDK",
|
|
16391
|
+
"declAttributes": [
|
|
16392
|
+
"HasStorage",
|
|
16393
|
+
"AccessControl"
|
|
16394
|
+
],
|
|
16395
|
+
"isLet": true,
|
|
16396
|
+
"hasStorage": true,
|
|
16397
|
+
"accessors": [
|
|
16398
|
+
{
|
|
16399
|
+
"kind": "Accessor",
|
|
16400
|
+
"name": "Get",
|
|
16401
|
+
"printedName": "Get()",
|
|
16402
|
+
"children": [
|
|
16403
|
+
{
|
|
16404
|
+
"kind": "TypeNominal",
|
|
16405
|
+
"name": "Int",
|
|
16406
|
+
"printedName": "Swift.Int",
|
|
16407
|
+
"usr": "s:Si"
|
|
16408
|
+
}
|
|
16409
|
+
],
|
|
16410
|
+
"declKind": "Accessor",
|
|
16411
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
|
|
16412
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV5indexSivg",
|
|
16413
|
+
"moduleName": "ShortKitSDK",
|
|
16414
|
+
"implicit": true,
|
|
16415
|
+
"accessorKind": "get"
|
|
16416
|
+
}
|
|
16417
|
+
]
|
|
16418
|
+
},
|
|
16419
|
+
{
|
|
16420
|
+
"kind": "Var",
|
|
16421
|
+
"name": "pageIndex",
|
|
16422
|
+
"printedName": "pageIndex",
|
|
16423
|
+
"children": [
|
|
16424
|
+
{
|
|
16425
|
+
"kind": "TypeNominal",
|
|
16426
|
+
"name": "Int",
|
|
16427
|
+
"printedName": "Swift.Int",
|
|
16428
|
+
"usr": "s:Si"
|
|
16429
|
+
}
|
|
16430
|
+
],
|
|
16431
|
+
"declKind": "Var",
|
|
16432
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
|
|
16433
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivp",
|
|
16434
|
+
"moduleName": "ShortKitSDK",
|
|
16435
|
+
"declAttributes": [
|
|
16436
|
+
"HasStorage",
|
|
16437
|
+
"AccessControl"
|
|
16438
|
+
],
|
|
16439
|
+
"isLet": true,
|
|
16440
|
+
"hasStorage": true,
|
|
16441
|
+
"accessors": [
|
|
16442
|
+
{
|
|
16443
|
+
"kind": "Accessor",
|
|
16444
|
+
"name": "Get",
|
|
16445
|
+
"printedName": "Get()",
|
|
16446
|
+
"children": [
|
|
16447
|
+
{
|
|
16448
|
+
"kind": "TypeNominal",
|
|
16449
|
+
"name": "Int",
|
|
16450
|
+
"printedName": "Swift.Int",
|
|
16451
|
+
"usr": "s:Si"
|
|
16452
|
+
}
|
|
16453
|
+
],
|
|
16454
|
+
"declKind": "Accessor",
|
|
16455
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
|
|
16456
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV9pageIndexSivg",
|
|
16457
|
+
"moduleName": "ShortKitSDK",
|
|
16458
|
+
"implicit": true,
|
|
16459
|
+
"accessorKind": "get"
|
|
16460
|
+
}
|
|
16461
|
+
]
|
|
16462
|
+
}
|
|
16463
|
+
],
|
|
16464
|
+
"declKind": "Struct",
|
|
16465
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
|
|
16466
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV",
|
|
16467
|
+
"moduleName": "ShortKitSDK",
|
|
16468
|
+
"declAttributes": [
|
|
16469
|
+
"AccessControl",
|
|
16470
|
+
"RawDocComment"
|
|
16471
|
+
],
|
|
16472
|
+
"conformances": [
|
|
16473
|
+
{
|
|
16474
|
+
"kind": "Conformance",
|
|
16475
|
+
"name": "Copyable",
|
|
16476
|
+
"printedName": "Copyable",
|
|
16477
|
+
"usr": "s:s8CopyableP",
|
|
16478
|
+
"mangledName": "$ss8CopyableP"
|
|
16479
|
+
},
|
|
16480
|
+
{
|
|
16481
|
+
"kind": "Conformance",
|
|
16482
|
+
"name": "Escapable",
|
|
16483
|
+
"printedName": "Escapable",
|
|
16484
|
+
"usr": "s:s9EscapableP",
|
|
16485
|
+
"mangledName": "$ss9EscapableP"
|
|
16486
|
+
}
|
|
16487
|
+
]
|
|
16488
|
+
},
|
|
16489
|
+
{
|
|
16490
|
+
"kind": "Var",
|
|
16491
|
+
"name": "onVideoCarouselCellTap",
|
|
16492
|
+
"printedName": "onVideoCarouselCellTap",
|
|
16493
|
+
"children": [
|
|
16494
|
+
{
|
|
16495
|
+
"kind": "TypeNominal",
|
|
16496
|
+
"name": "Optional",
|
|
16497
|
+
"printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
|
|
16498
|
+
"children": [
|
|
16499
|
+
{
|
|
16500
|
+
"kind": "TypeFunc",
|
|
16501
|
+
"name": "Function",
|
|
16502
|
+
"printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
|
|
16503
|
+
"children": [
|
|
16504
|
+
{
|
|
16505
|
+
"kind": "TypeNominal",
|
|
16506
|
+
"name": "Void",
|
|
16507
|
+
"printedName": "()"
|
|
16508
|
+
},
|
|
16509
|
+
{
|
|
16510
|
+
"kind": "TypeNominal",
|
|
16511
|
+
"name": "VideoCarouselCellTapPayload",
|
|
16512
|
+
"printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
|
|
16513
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
|
|
16514
|
+
}
|
|
16515
|
+
]
|
|
16516
|
+
}
|
|
16517
|
+
],
|
|
16518
|
+
"usr": "s:Sq"
|
|
16519
|
+
}
|
|
16520
|
+
],
|
|
16521
|
+
"declKind": "Var",
|
|
16522
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
|
|
16523
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvp",
|
|
16524
|
+
"moduleName": "ShortKitSDK",
|
|
16525
|
+
"declAttributes": [
|
|
16526
|
+
"HasInitialValue",
|
|
16527
|
+
"Preconcurrency",
|
|
16528
|
+
"Custom",
|
|
16529
|
+
"HasStorage",
|
|
16530
|
+
"AccessControl",
|
|
16531
|
+
"RawDocComment"
|
|
16532
|
+
],
|
|
16533
|
+
"hasStorage": true,
|
|
16534
|
+
"accessors": [
|
|
16535
|
+
{
|
|
16536
|
+
"kind": "Accessor",
|
|
16537
|
+
"name": "Get",
|
|
16538
|
+
"printedName": "Get()",
|
|
16539
|
+
"children": [
|
|
16540
|
+
{
|
|
16541
|
+
"kind": "TypeNominal",
|
|
16542
|
+
"name": "Optional",
|
|
16543
|
+
"printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
|
|
16544
|
+
"children": [
|
|
16545
|
+
{
|
|
16546
|
+
"kind": "TypeFunc",
|
|
16547
|
+
"name": "Function",
|
|
16548
|
+
"printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
|
|
16549
|
+
"children": [
|
|
16550
|
+
{
|
|
16551
|
+
"kind": "TypeNominal",
|
|
16552
|
+
"name": "Void",
|
|
16553
|
+
"printedName": "()"
|
|
16554
|
+
},
|
|
16555
|
+
{
|
|
16556
|
+
"kind": "TypeNominal",
|
|
16557
|
+
"name": "VideoCarouselCellTapPayload",
|
|
16558
|
+
"printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
|
|
16559
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
|
|
16560
|
+
}
|
|
16561
|
+
]
|
|
16562
|
+
}
|
|
16563
|
+
],
|
|
16564
|
+
"usr": "s:Sq"
|
|
16565
|
+
}
|
|
16566
|
+
],
|
|
16567
|
+
"declKind": "Accessor",
|
|
16568
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
|
|
16569
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvg",
|
|
16570
|
+
"moduleName": "ShortKitSDK",
|
|
16571
|
+
"implicit": true,
|
|
16572
|
+
"accessorKind": "get"
|
|
16573
|
+
},
|
|
16574
|
+
{
|
|
16575
|
+
"kind": "Accessor",
|
|
16576
|
+
"name": "Set",
|
|
16577
|
+
"printedName": "Set()",
|
|
16578
|
+
"children": [
|
|
16579
|
+
{
|
|
16580
|
+
"kind": "TypeNominal",
|
|
16581
|
+
"name": "Void",
|
|
16582
|
+
"printedName": "()"
|
|
16583
|
+
},
|
|
16584
|
+
{
|
|
16585
|
+
"kind": "TypeNominal",
|
|
16586
|
+
"name": "Optional",
|
|
16587
|
+
"printedName": "((ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ())?",
|
|
16588
|
+
"children": [
|
|
16589
|
+
{
|
|
16590
|
+
"kind": "TypeFunc",
|
|
16591
|
+
"name": "Function",
|
|
16592
|
+
"printedName": "(ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload) -> ()",
|
|
16593
|
+
"children": [
|
|
16594
|
+
{
|
|
16595
|
+
"kind": "TypeNominal",
|
|
16596
|
+
"name": "Void",
|
|
16597
|
+
"printedName": "()"
|
|
16598
|
+
},
|
|
16599
|
+
{
|
|
16600
|
+
"kind": "TypeNominal",
|
|
16601
|
+
"name": "VideoCarouselCellTapPayload",
|
|
16602
|
+
"printedName": "ShortKitSDK.ShortKitFeedViewController.VideoCarouselCellTapPayload",
|
|
16603
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC27VideoCarouselCellTapPayloadV"
|
|
16604
|
+
}
|
|
16605
|
+
]
|
|
16606
|
+
}
|
|
16607
|
+
],
|
|
16608
|
+
"usr": "s:Sq"
|
|
16609
|
+
}
|
|
16610
|
+
],
|
|
16611
|
+
"declKind": "Accessor",
|
|
16612
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
|
|
16613
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvs",
|
|
16614
|
+
"moduleName": "ShortKitSDK",
|
|
16615
|
+
"implicit": true,
|
|
16616
|
+
"accessorKind": "set"
|
|
16617
|
+
},
|
|
16618
|
+
{
|
|
16619
|
+
"kind": "Accessor",
|
|
16620
|
+
"name": "Modify",
|
|
16621
|
+
"printedName": "Modify()",
|
|
16622
|
+
"children": [
|
|
16623
|
+
{
|
|
16624
|
+
"kind": "TypeNominal",
|
|
16625
|
+
"name": "Void",
|
|
16626
|
+
"printedName": "()"
|
|
16627
|
+
}
|
|
16628
|
+
],
|
|
16629
|
+
"declKind": "Accessor",
|
|
16630
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
|
|
16631
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC22onVideoCarouselCellTapyAC0hijK7PayloadVcSgvM",
|
|
16632
|
+
"moduleName": "ShortKitSDK",
|
|
16633
|
+
"implicit": true,
|
|
16634
|
+
"accessorKind": "_modify"
|
|
16635
|
+
}
|
|
16636
|
+
]
|
|
16637
|
+
},
|
|
16638
|
+
{
|
|
16639
|
+
"kind": "Var",
|
|
16640
|
+
"name": "onRefreshStateChanged",
|
|
16641
|
+
"printedName": "onRefreshStateChanged",
|
|
16642
|
+
"children": [
|
|
16643
|
+
{
|
|
16644
|
+
"kind": "TypeNominal",
|
|
16645
|
+
"name": "Optional",
|
|
16646
|
+
"printedName": "((ShortKitSDK.ShortKitRefreshState) -> ())?",
|
|
16647
|
+
"children": [
|
|
16648
|
+
{
|
|
16649
|
+
"kind": "TypeFunc",
|
|
16650
|
+
"name": "Function",
|
|
16651
|
+
"printedName": "(ShortKitSDK.ShortKitRefreshState) -> ()",
|
|
16652
|
+
"children": [
|
|
16653
|
+
{
|
|
16654
|
+
"kind": "TypeNominal",
|
|
16655
|
+
"name": "Void",
|
|
16656
|
+
"printedName": "()"
|
|
16657
|
+
},
|
|
16658
|
+
{
|
|
16659
|
+
"kind": "TypeNominal",
|
|
16660
|
+
"name": "ShortKitRefreshState",
|
|
16661
|
+
"printedName": "ShortKitSDK.ShortKitRefreshState",
|
|
16662
|
+
"usr": "s:11ShortKitSDK0aB12RefreshStateO"
|
|
16663
|
+
}
|
|
16664
|
+
]
|
|
16665
|
+
}
|
|
16666
|
+
],
|
|
16667
|
+
"usr": "s:Sq"
|
|
16668
|
+
}
|
|
16669
|
+
],
|
|
16670
|
+
"declKind": "Var",
|
|
16671
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvp",
|
|
16672
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvp",
|
|
16673
|
+
"moduleName": "ShortKitSDK",
|
|
16674
|
+
"declAttributes": [
|
|
16675
|
+
"HasInitialValue",
|
|
16676
|
+
"Preconcurrency",
|
|
16677
|
+
"Custom",
|
|
16678
|
+
"HasStorage",
|
|
16679
|
+
"AccessControl",
|
|
16680
|
+
"RawDocComment"
|
|
16681
|
+
],
|
|
16682
|
+
"hasStorage": true,
|
|
16683
|
+
"accessors": [
|
|
16684
|
+
{
|
|
16685
|
+
"kind": "Accessor",
|
|
16686
|
+
"name": "Get",
|
|
16687
|
+
"printedName": "Get()",
|
|
16688
|
+
"children": [
|
|
16689
|
+
{
|
|
16690
|
+
"kind": "TypeNominal",
|
|
16691
|
+
"name": "Optional",
|
|
16692
|
+
"printedName": "((ShortKitSDK.ShortKitRefreshState) -> ())?",
|
|
16693
|
+
"children": [
|
|
16694
|
+
{
|
|
16695
|
+
"kind": "TypeFunc",
|
|
16696
|
+
"name": "Function",
|
|
16697
|
+
"printedName": "(ShortKitSDK.ShortKitRefreshState) -> ()",
|
|
16698
|
+
"children": [
|
|
16699
|
+
{
|
|
16700
|
+
"kind": "TypeNominal",
|
|
16701
|
+
"name": "Void",
|
|
16702
|
+
"printedName": "()"
|
|
16703
|
+
},
|
|
16704
|
+
{
|
|
16705
|
+
"kind": "TypeNominal",
|
|
16706
|
+
"name": "ShortKitRefreshState",
|
|
16707
|
+
"printedName": "ShortKitSDK.ShortKitRefreshState",
|
|
16708
|
+
"usr": "s:11ShortKitSDK0aB12RefreshStateO"
|
|
16709
|
+
}
|
|
16710
|
+
]
|
|
16711
|
+
}
|
|
16712
|
+
],
|
|
16713
|
+
"usr": "s:Sq"
|
|
16714
|
+
}
|
|
16715
|
+
],
|
|
16716
|
+
"declKind": "Accessor",
|
|
16717
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvg",
|
|
16718
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvg",
|
|
16719
|
+
"moduleName": "ShortKitSDK",
|
|
16720
|
+
"implicit": true,
|
|
16721
|
+
"accessorKind": "get"
|
|
16722
|
+
},
|
|
16723
|
+
{
|
|
16724
|
+
"kind": "Accessor",
|
|
16725
|
+
"name": "Set",
|
|
16726
|
+
"printedName": "Set()",
|
|
16727
|
+
"children": [
|
|
16728
|
+
{
|
|
16729
|
+
"kind": "TypeNominal",
|
|
16730
|
+
"name": "Void",
|
|
16731
|
+
"printedName": "()"
|
|
16732
|
+
},
|
|
16733
|
+
{
|
|
16734
|
+
"kind": "TypeNominal",
|
|
16735
|
+
"name": "Optional",
|
|
16736
|
+
"printedName": "((ShortKitSDK.ShortKitRefreshState) -> ())?",
|
|
16737
|
+
"children": [
|
|
16738
|
+
{
|
|
16739
|
+
"kind": "TypeFunc",
|
|
16740
|
+
"name": "Function",
|
|
16741
|
+
"printedName": "(ShortKitSDK.ShortKitRefreshState) -> ()",
|
|
16742
|
+
"children": [
|
|
16743
|
+
{
|
|
16744
|
+
"kind": "TypeNominal",
|
|
16745
|
+
"name": "Void",
|
|
16746
|
+
"printedName": "()"
|
|
16747
|
+
},
|
|
16748
|
+
{
|
|
16749
|
+
"kind": "TypeNominal",
|
|
16750
|
+
"name": "ShortKitRefreshState",
|
|
16751
|
+
"printedName": "ShortKitSDK.ShortKitRefreshState",
|
|
16752
|
+
"usr": "s:11ShortKitSDK0aB12RefreshStateO"
|
|
16753
|
+
}
|
|
16754
|
+
]
|
|
16755
|
+
}
|
|
16756
|
+
],
|
|
16757
|
+
"usr": "s:Sq"
|
|
16758
|
+
}
|
|
16759
|
+
],
|
|
16760
|
+
"declKind": "Accessor",
|
|
16761
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvs",
|
|
16762
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvs",
|
|
16763
|
+
"moduleName": "ShortKitSDK",
|
|
16764
|
+
"implicit": true,
|
|
16765
|
+
"accessorKind": "set"
|
|
16766
|
+
},
|
|
16767
|
+
{
|
|
16768
|
+
"kind": "Accessor",
|
|
16769
|
+
"name": "Modify",
|
|
16770
|
+
"printedName": "Modify()",
|
|
16771
|
+
"children": [
|
|
16772
|
+
{
|
|
16773
|
+
"kind": "TypeNominal",
|
|
16774
|
+
"name": "Void",
|
|
16775
|
+
"printedName": "()"
|
|
16776
|
+
}
|
|
16777
|
+
],
|
|
16778
|
+
"declKind": "Accessor",
|
|
16779
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvM",
|
|
16780
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC21onRefreshStateChangedyAA0abhI0OcSgvM",
|
|
16781
|
+
"moduleName": "ShortKitSDK",
|
|
16782
|
+
"implicit": true,
|
|
16783
|
+
"accessorKind": "_modify"
|
|
16784
|
+
}
|
|
16785
|
+
]
|
|
16786
|
+
},
|
|
16010
16787
|
{
|
|
16011
16788
|
"kind": "Var",
|
|
16012
16789
|
"name": "seedThumbnail",
|
|
@@ -16174,7 +16951,7 @@
|
|
|
16174
16951
|
{
|
|
16175
16952
|
"kind": "Function",
|
|
16176
16953
|
"name": "setFeedItems",
|
|
16177
|
-
"printedName": "setFeedItems(_:)",
|
|
16954
|
+
"printedName": "setFeedItems(_:startAtId:)",
|
|
16178
16955
|
"children": [
|
|
16179
16956
|
{
|
|
16180
16957
|
"kind": "TypeNominal",
|
|
@@ -16194,11 +16971,60 @@
|
|
|
16194
16971
|
}
|
|
16195
16972
|
],
|
|
16196
16973
|
"usr": "s:Sa"
|
|
16974
|
+
},
|
|
16975
|
+
{
|
|
16976
|
+
"kind": "TypeNominal",
|
|
16977
|
+
"name": "Optional",
|
|
16978
|
+
"printedName": "Swift.String?",
|
|
16979
|
+
"children": [
|
|
16980
|
+
{
|
|
16981
|
+
"kind": "TypeNominal",
|
|
16982
|
+
"name": "String",
|
|
16983
|
+
"printedName": "Swift.String",
|
|
16984
|
+
"usr": "s:SS"
|
|
16985
|
+
}
|
|
16986
|
+
],
|
|
16987
|
+
"hasDefaultArg": true,
|
|
16988
|
+
"usr": "s:Sq"
|
|
16989
|
+
}
|
|
16990
|
+
],
|
|
16991
|
+
"declKind": "Func",
|
|
16992
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC03setD5Items_9startAtIdySayAA0D5InputOG_SSSgtF",
|
|
16993
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC03setD5Items_9startAtIdySayAA0D5InputOG_SSSgtF",
|
|
16994
|
+
"moduleName": "ShortKitSDK",
|
|
16995
|
+
"declAttributes": [
|
|
16996
|
+
"AccessControl",
|
|
16997
|
+
"Custom",
|
|
16998
|
+
"RawDocComment"
|
|
16999
|
+
],
|
|
17000
|
+
"funcSelfKind": "NonMutating"
|
|
17001
|
+
},
|
|
17002
|
+
{
|
|
17003
|
+
"kind": "Function",
|
|
17004
|
+
"name": "scrollToItem",
|
|
17005
|
+
"printedName": "scrollToItem(id:animated:)",
|
|
17006
|
+
"children": [
|
|
17007
|
+
{
|
|
17008
|
+
"kind": "TypeNominal",
|
|
17009
|
+
"name": "Void",
|
|
17010
|
+
"printedName": "()"
|
|
17011
|
+
},
|
|
17012
|
+
{
|
|
17013
|
+
"kind": "TypeNominal",
|
|
17014
|
+
"name": "String",
|
|
17015
|
+
"printedName": "Swift.String",
|
|
17016
|
+
"usr": "s:SS"
|
|
17017
|
+
},
|
|
17018
|
+
{
|
|
17019
|
+
"kind": "TypeNominal",
|
|
17020
|
+
"name": "Bool",
|
|
17021
|
+
"printedName": "Swift.Bool",
|
|
17022
|
+
"usr": "s:Sb"
|
|
16197
17023
|
}
|
|
16198
17024
|
],
|
|
16199
17025
|
"declKind": "Func",
|
|
16200
|
-
"usr": "s:
|
|
16201
|
-
"mangledName": "$
|
|
17026
|
+
"usr": "s:11ShortKitSDK0aB18FeedViewControllerC12scrollToItem2id8animatedySS_SbtF",
|
|
17027
|
+
"mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC12scrollToItem2id8animatedySS_SbtF",
|
|
16202
17028
|
"moduleName": "ShortKitSDK",
|
|
16203
17029
|
"declAttributes": [
|
|
16204
17030
|
"AccessControl",
|
|
@@ -17356,6 +18182,34 @@
|
|
|
17356
18182
|
"declKind": "Import",
|
|
17357
18183
|
"moduleName": "ShortKitSDK"
|
|
17358
18184
|
},
|
|
18185
|
+
{
|
|
18186
|
+
"kind": "Import",
|
|
18187
|
+
"name": "AVFoundation",
|
|
18188
|
+
"printedName": "AVFoundation",
|
|
18189
|
+
"declKind": "Import",
|
|
18190
|
+
"moduleName": "ShortKitSDK"
|
|
18191
|
+
},
|
|
18192
|
+
{
|
|
18193
|
+
"kind": "Import",
|
|
18194
|
+
"name": "UIKit",
|
|
18195
|
+
"printedName": "UIKit",
|
|
18196
|
+
"declKind": "Import",
|
|
18197
|
+
"moduleName": "ShortKitSDK"
|
|
18198
|
+
},
|
|
18199
|
+
{
|
|
18200
|
+
"kind": "Import",
|
|
18201
|
+
"name": "UIKit",
|
|
18202
|
+
"printedName": "UIKit",
|
|
18203
|
+
"declKind": "Import",
|
|
18204
|
+
"moduleName": "ShortKitSDK"
|
|
18205
|
+
},
|
|
18206
|
+
{
|
|
18207
|
+
"kind": "Import",
|
|
18208
|
+
"name": "Foundation",
|
|
18209
|
+
"printedName": "Foundation",
|
|
18210
|
+
"declKind": "Import",
|
|
18211
|
+
"moduleName": "ShortKitSDK"
|
|
18212
|
+
},
|
|
17359
18213
|
{
|
|
17360
18214
|
"kind": "Import",
|
|
17361
18215
|
"name": "Foundation",
|
|
@@ -21860,10 +22714,97 @@
|
|
|
21860
22714
|
}
|
|
21861
22715
|
]
|
|
21862
22716
|
},
|
|
22717
|
+
{
|
|
22718
|
+
"kind": "Var",
|
|
22719
|
+
"name": "currentViewers",
|
|
22720
|
+
"printedName": "currentViewers",
|
|
22721
|
+
"children": [
|
|
22722
|
+
{
|
|
22723
|
+
"kind": "TypeNominal",
|
|
22724
|
+
"name": "Int",
|
|
22725
|
+
"printedName": "Swift.Int",
|
|
22726
|
+
"usr": "s:Si"
|
|
22727
|
+
}
|
|
22728
|
+
],
|
|
22729
|
+
"declKind": "Var",
|
|
22730
|
+
"usr": "s:11ShortKitSDK11ContentItemV14currentViewersSivp",
|
|
22731
|
+
"mangledName": "$s11ShortKitSDK11ContentItemV14currentViewersSivp",
|
|
22732
|
+
"moduleName": "ShortKitSDK",
|
|
22733
|
+
"declAttributes": [
|
|
22734
|
+
"HasInitialValue",
|
|
22735
|
+
"HasStorage",
|
|
22736
|
+
"AccessControl",
|
|
22737
|
+
"RawDocComment"
|
|
22738
|
+
],
|
|
22739
|
+
"hasStorage": true,
|
|
22740
|
+
"accessors": [
|
|
22741
|
+
{
|
|
22742
|
+
"kind": "Accessor",
|
|
22743
|
+
"name": "Get",
|
|
22744
|
+
"printedName": "Get()",
|
|
22745
|
+
"children": [
|
|
22746
|
+
{
|
|
22747
|
+
"kind": "TypeNominal",
|
|
22748
|
+
"name": "Int",
|
|
22749
|
+
"printedName": "Swift.Int",
|
|
22750
|
+
"usr": "s:Si"
|
|
22751
|
+
}
|
|
22752
|
+
],
|
|
22753
|
+
"declKind": "Accessor",
|
|
22754
|
+
"usr": "s:11ShortKitSDK11ContentItemV14currentViewersSivg",
|
|
22755
|
+
"mangledName": "$s11ShortKitSDK11ContentItemV14currentViewersSivg",
|
|
22756
|
+
"moduleName": "ShortKitSDK",
|
|
22757
|
+
"implicit": true,
|
|
22758
|
+
"accessorKind": "get"
|
|
22759
|
+
},
|
|
22760
|
+
{
|
|
22761
|
+
"kind": "Accessor",
|
|
22762
|
+
"name": "Set",
|
|
22763
|
+
"printedName": "Set()",
|
|
22764
|
+
"children": [
|
|
22765
|
+
{
|
|
22766
|
+
"kind": "TypeNominal",
|
|
22767
|
+
"name": "Void",
|
|
22768
|
+
"printedName": "()"
|
|
22769
|
+
},
|
|
22770
|
+
{
|
|
22771
|
+
"kind": "TypeNominal",
|
|
22772
|
+
"name": "Int",
|
|
22773
|
+
"printedName": "Swift.Int",
|
|
22774
|
+
"usr": "s:Si"
|
|
22775
|
+
}
|
|
22776
|
+
],
|
|
22777
|
+
"declKind": "Accessor",
|
|
22778
|
+
"usr": "s:11ShortKitSDK11ContentItemV14currentViewersSivs",
|
|
22779
|
+
"mangledName": "$s11ShortKitSDK11ContentItemV14currentViewersSivs",
|
|
22780
|
+
"moduleName": "ShortKitSDK",
|
|
22781
|
+
"implicit": true,
|
|
22782
|
+
"accessorKind": "set"
|
|
22783
|
+
},
|
|
22784
|
+
{
|
|
22785
|
+
"kind": "Accessor",
|
|
22786
|
+
"name": "Modify",
|
|
22787
|
+
"printedName": "Modify()",
|
|
22788
|
+
"children": [
|
|
22789
|
+
{
|
|
22790
|
+
"kind": "TypeNominal",
|
|
22791
|
+
"name": "Void",
|
|
22792
|
+
"printedName": "()"
|
|
22793
|
+
}
|
|
22794
|
+
],
|
|
22795
|
+
"declKind": "Accessor",
|
|
22796
|
+
"usr": "s:11ShortKitSDK11ContentItemV14currentViewersSivM",
|
|
22797
|
+
"mangledName": "$s11ShortKitSDK11ContentItemV14currentViewersSivM",
|
|
22798
|
+
"moduleName": "ShortKitSDK",
|
|
22799
|
+
"implicit": true,
|
|
22800
|
+
"accessorKind": "_modify"
|
|
22801
|
+
}
|
|
22802
|
+
]
|
|
22803
|
+
},
|
|
21863
22804
|
{
|
|
21864
22805
|
"kind": "Constructor",
|
|
21865
22806
|
"name": "init",
|
|
21866
|
-
"printedName": "init(id:playbackId:title:description:duration:streamingUrl:thumbnailUrl:captionTracks:customMetadata:author:articleUrl:commentCount:fallbackUrl:downloadUrl:isLive:liveStreamId:liveStreamStatus:startedAt:)",
|
|
22807
|
+
"printedName": "init(id:playbackId:title:description:duration:streamingUrl:thumbnailUrl:captionTracks:customMetadata:author:articleUrl:commentCount:fallbackUrl:downloadUrl:isLive:liveStreamId:liveStreamStatus:startedAt:currentViewers:)",
|
|
21867
22808
|
"children": [
|
|
21868
22809
|
{
|
|
21869
22810
|
"kind": "TypeNominal",
|
|
@@ -22101,11 +23042,18 @@
|
|
|
22101
23042
|
],
|
|
22102
23043
|
"hasDefaultArg": true,
|
|
22103
23044
|
"usr": "s:Sq"
|
|
23045
|
+
},
|
|
23046
|
+
{
|
|
23047
|
+
"kind": "TypeNominal",
|
|
23048
|
+
"name": "Int",
|
|
23049
|
+
"printedName": "Swift.Int",
|
|
23050
|
+
"hasDefaultArg": true,
|
|
23051
|
+
"usr": "s:Si"
|
|
22104
23052
|
}
|
|
22105
23053
|
],
|
|
22106
23054
|
"declKind": "Constructor",
|
|
22107
|
-
"usr": "s:
|
|
22108
|
-
"mangledName": "$
|
|
23055
|
+
"usr": "s:11ShortKitSDK11ContentItemV2id10playbackId5title11description8duration12streamingUrl09thumbnailM013captionTracks14customMetadata6author07articleM012commentCount08fallbackM008downloadM06isLive010liveStreamH016liveStreamStatus9startedAt14currentViewersACSS_SSSgSSAWSdS2SSayAA12CaptionTrackVGSDySSAA9JSONValueOGSgA2WSiSgA2WSbAwA0Z12StreamStatusOSgAWSitcfc",
|
|
23056
|
+
"mangledName": "$s11ShortKitSDK11ContentItemV2id10playbackId5title11description8duration12streamingUrl09thumbnailM013captionTracks14customMetadata6author07articleM012commentCount08fallbackM008downloadM06isLive010liveStreamH016liveStreamStatus9startedAt14currentViewersACSS_SSSgSSAWSdS2SSayAA12CaptionTrackVGSDySSAA9JSONValueOGSgA2WSiSgA2WSbAwA0Z12StreamStatusOSgAWSitcfc",
|
|
22109
23057
|
"moduleName": "ShortKitSDK",
|
|
22110
23058
|
"declAttributes": [
|
|
22111
23059
|
"AccessControl",
|
|
@@ -31237,8 +32185,62 @@
|
|
|
31237
32185
|
},
|
|
31238
32186
|
{
|
|
31239
32187
|
"kind": "Function",
|
|
31240
|
-
"name": "
|
|
31241
|
-
"printedName": "
|
|
32188
|
+
"name": "liveStreamStatusDidChange",
|
|
32189
|
+
"printedName": "liveStreamStatusDidChange(to:)",
|
|
32190
|
+
"children": [
|
|
32191
|
+
{
|
|
32192
|
+
"kind": "TypeNominal",
|
|
32193
|
+
"name": "Void",
|
|
32194
|
+
"printedName": "()"
|
|
32195
|
+
},
|
|
32196
|
+
{
|
|
32197
|
+
"kind": "TypeNominal",
|
|
32198
|
+
"name": "LiveStreamStatus",
|
|
32199
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
32200
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
32201
|
+
}
|
|
32202
|
+
],
|
|
32203
|
+
"declKind": "Func",
|
|
32204
|
+
"usr": "s:11ShortKitSDK11LiveOverlayP25liveStreamStatusDidChange2toyAA0dgH0O_tF",
|
|
32205
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayP25liveStreamStatusDidChange2toyAA0dgH0O_tF",
|
|
32206
|
+
"moduleName": "ShortKitSDK",
|
|
32207
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
32208
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
32209
|
+
"protocolReq": true,
|
|
32210
|
+
"declAttributes": [
|
|
32211
|
+
"RawDocComment"
|
|
32212
|
+
],
|
|
32213
|
+
"reqNewWitnessTableEntry": true,
|
|
32214
|
+
"funcSelfKind": "NonMutating"
|
|
32215
|
+
},
|
|
32216
|
+
{
|
|
32217
|
+
"kind": "Function",
|
|
32218
|
+
"name": "expand",
|
|
32219
|
+
"printedName": "expand()",
|
|
32220
|
+
"children": [
|
|
32221
|
+
{
|
|
32222
|
+
"kind": "TypeNominal",
|
|
32223
|
+
"name": "Void",
|
|
32224
|
+
"printedName": "()"
|
|
32225
|
+
}
|
|
32226
|
+
],
|
|
32227
|
+
"declKind": "Func",
|
|
32228
|
+
"usr": "s:11ShortKitSDK11LiveOverlayP6expandyyF",
|
|
32229
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayP6expandyyF",
|
|
32230
|
+
"moduleName": "ShortKitSDK",
|
|
32231
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
32232
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
32233
|
+
"protocolReq": true,
|
|
32234
|
+
"declAttributes": [
|
|
32235
|
+
"RawDocComment"
|
|
32236
|
+
],
|
|
32237
|
+
"reqNewWitnessTableEntry": true,
|
|
32238
|
+
"funcSelfKind": "NonMutating"
|
|
32239
|
+
},
|
|
32240
|
+
{
|
|
32241
|
+
"kind": "Function",
|
|
32242
|
+
"name": "collapse",
|
|
32243
|
+
"printedName": "collapse()",
|
|
31242
32244
|
"children": [
|
|
31243
32245
|
{
|
|
31244
32246
|
"kind": "TypeNominal",
|
|
@@ -31247,8 +32249,8 @@
|
|
|
31247
32249
|
}
|
|
31248
32250
|
],
|
|
31249
32251
|
"declKind": "Func",
|
|
31250
|
-
"usr": "s:
|
|
31251
|
-
"mangledName": "$
|
|
32252
|
+
"usr": "s:11ShortKitSDK11LiveOverlayP8collapseyyF",
|
|
32253
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayP8collapseyyF",
|
|
31252
32254
|
"moduleName": "ShortKitSDK",
|
|
31253
32255
|
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
31254
32256
|
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
@@ -31261,8 +32263,60 @@
|
|
|
31261
32263
|
},
|
|
31262
32264
|
{
|
|
31263
32265
|
"kind": "Function",
|
|
31264
|
-
"name": "
|
|
31265
|
-
"printedName": "
|
|
32266
|
+
"name": "liveStreamStatusDidChange",
|
|
32267
|
+
"printedName": "liveStreamStatusDidChange(to:)",
|
|
32268
|
+
"children": [
|
|
32269
|
+
{
|
|
32270
|
+
"kind": "TypeNominal",
|
|
32271
|
+
"name": "Void",
|
|
32272
|
+
"printedName": "()"
|
|
32273
|
+
},
|
|
32274
|
+
{
|
|
32275
|
+
"kind": "TypeNominal",
|
|
32276
|
+
"name": "LiveStreamStatus",
|
|
32277
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
32278
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
32279
|
+
}
|
|
32280
|
+
],
|
|
32281
|
+
"declKind": "Func",
|
|
32282
|
+
"usr": "s:11ShortKitSDK11LiveOverlayPAAE25liveStreamStatusDidChange2toyAA0dgH0O_tF",
|
|
32283
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayPAAE25liveStreamStatusDidChange2toyAA0dgH0O_tF",
|
|
32284
|
+
"moduleName": "ShortKitSDK",
|
|
32285
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
32286
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
32287
|
+
"declAttributes": [
|
|
32288
|
+
"AccessControl"
|
|
32289
|
+
],
|
|
32290
|
+
"isFromExtension": true,
|
|
32291
|
+
"funcSelfKind": "NonMutating"
|
|
32292
|
+
},
|
|
32293
|
+
{
|
|
32294
|
+
"kind": "Function",
|
|
32295
|
+
"name": "expand",
|
|
32296
|
+
"printedName": "expand()",
|
|
32297
|
+
"children": [
|
|
32298
|
+
{
|
|
32299
|
+
"kind": "TypeNominal",
|
|
32300
|
+
"name": "Void",
|
|
32301
|
+
"printedName": "()"
|
|
32302
|
+
}
|
|
32303
|
+
],
|
|
32304
|
+
"declKind": "Func",
|
|
32305
|
+
"usr": "s:11ShortKitSDK11LiveOverlayPAAE6expandyyF",
|
|
32306
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayPAAE6expandyyF",
|
|
32307
|
+
"moduleName": "ShortKitSDK",
|
|
32308
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
32309
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
32310
|
+
"declAttributes": [
|
|
32311
|
+
"AccessControl"
|
|
32312
|
+
],
|
|
32313
|
+
"isFromExtension": true,
|
|
32314
|
+
"funcSelfKind": "NonMutating"
|
|
32315
|
+
},
|
|
32316
|
+
{
|
|
32317
|
+
"kind": "Function",
|
|
32318
|
+
"name": "collapse",
|
|
32319
|
+
"printedName": "collapse()",
|
|
31266
32320
|
"children": [
|
|
31267
32321
|
{
|
|
31268
32322
|
"kind": "TypeNominal",
|
|
@@ -31271,8 +32325,8 @@
|
|
|
31271
32325
|
}
|
|
31272
32326
|
],
|
|
31273
32327
|
"declKind": "Func",
|
|
31274
|
-
"usr": "s:
|
|
31275
|
-
"mangledName": "$
|
|
32328
|
+
"usr": "s:11ShortKitSDK11LiveOverlayPAAE8collapseyyF",
|
|
32329
|
+
"mangledName": "$s11ShortKitSDK11LiveOverlayPAAE8collapseyyF",
|
|
31276
32330
|
"moduleName": "ShortKitSDK",
|
|
31277
32331
|
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveOverlay>",
|
|
31278
32332
|
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveOverlay>",
|
|
@@ -31317,6 +32371,198 @@
|
|
|
31317
32371
|
"declKind": "Import",
|
|
31318
32372
|
"moduleName": "ShortKitSDK"
|
|
31319
32373
|
},
|
|
32374
|
+
{
|
|
32375
|
+
"kind": "TypeDecl",
|
|
32376
|
+
"name": "LiveRoomMask",
|
|
32377
|
+
"printedName": "LiveRoomMask",
|
|
32378
|
+
"children": [
|
|
32379
|
+
{
|
|
32380
|
+
"kind": "Var",
|
|
32381
|
+
"name": "liveRegion",
|
|
32382
|
+
"printedName": "liveRegion",
|
|
32383
|
+
"children": [
|
|
32384
|
+
{
|
|
32385
|
+
"kind": "TypeNominal",
|
|
32386
|
+
"name": "UIView",
|
|
32387
|
+
"printedName": "UIKit.UIView",
|
|
32388
|
+
"usr": "c:objc(cs)UIView"
|
|
32389
|
+
}
|
|
32390
|
+
],
|
|
32391
|
+
"declKind": "Var",
|
|
32392
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP10liveRegionSo6UIViewCvp",
|
|
32393
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP10liveRegionSo6UIViewCvp",
|
|
32394
|
+
"moduleName": "ShortKitSDK",
|
|
32395
|
+
"protocolReq": true,
|
|
32396
|
+
"declAttributes": [
|
|
32397
|
+
"RawDocComment"
|
|
32398
|
+
],
|
|
32399
|
+
"accessors": [
|
|
32400
|
+
{
|
|
32401
|
+
"kind": "Accessor",
|
|
32402
|
+
"name": "Get",
|
|
32403
|
+
"printedName": "Get()",
|
|
32404
|
+
"children": [
|
|
32405
|
+
{
|
|
32406
|
+
"kind": "TypeNominal",
|
|
32407
|
+
"name": "UIView",
|
|
32408
|
+
"printedName": "UIKit.UIView",
|
|
32409
|
+
"usr": "c:objc(cs)UIView"
|
|
32410
|
+
}
|
|
32411
|
+
],
|
|
32412
|
+
"declKind": "Accessor",
|
|
32413
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP10liveRegionSo6UIViewCvg",
|
|
32414
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP10liveRegionSo6UIViewCvg",
|
|
32415
|
+
"moduleName": "ShortKitSDK",
|
|
32416
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveRoomMask>",
|
|
32417
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveRoomMask>",
|
|
32418
|
+
"protocolReq": true,
|
|
32419
|
+
"reqNewWitnessTableEntry": true,
|
|
32420
|
+
"accessorKind": "get"
|
|
32421
|
+
}
|
|
32422
|
+
]
|
|
32423
|
+
},
|
|
32424
|
+
{
|
|
32425
|
+
"kind": "Function",
|
|
32426
|
+
"name": "attach",
|
|
32427
|
+
"printedName": "attach(player:)",
|
|
32428
|
+
"children": [
|
|
32429
|
+
{
|
|
32430
|
+
"kind": "TypeNominal",
|
|
32431
|
+
"name": "Void",
|
|
32432
|
+
"printedName": "()"
|
|
32433
|
+
},
|
|
32434
|
+
{
|
|
32435
|
+
"kind": "TypeNominal",
|
|
32436
|
+
"name": "ShortKitPlayer",
|
|
32437
|
+
"printedName": "ShortKitSDK.ShortKitPlayer",
|
|
32438
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC"
|
|
32439
|
+
}
|
|
32440
|
+
],
|
|
32441
|
+
"declKind": "Func",
|
|
32442
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP6attach6playeryAA0aB6PlayerC_tF",
|
|
32443
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP6attach6playeryAA0aB6PlayerC_tF",
|
|
32444
|
+
"moduleName": "ShortKitSDK",
|
|
32445
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveRoomMask>",
|
|
32446
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveRoomMask>",
|
|
32447
|
+
"protocolReq": true,
|
|
32448
|
+
"declAttributes": [
|
|
32449
|
+
"RawDocComment"
|
|
32450
|
+
],
|
|
32451
|
+
"reqNewWitnessTableEntry": true,
|
|
32452
|
+
"funcSelfKind": "NonMutating"
|
|
32453
|
+
},
|
|
32454
|
+
{
|
|
32455
|
+
"kind": "Function",
|
|
32456
|
+
"name": "configure",
|
|
32457
|
+
"printedName": "configure(with:)",
|
|
32458
|
+
"children": [
|
|
32459
|
+
{
|
|
32460
|
+
"kind": "TypeNominal",
|
|
32461
|
+
"name": "Void",
|
|
32462
|
+
"printedName": "()"
|
|
32463
|
+
},
|
|
32464
|
+
{
|
|
32465
|
+
"kind": "TypeNominal",
|
|
32466
|
+
"name": "ContentItem",
|
|
32467
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
32468
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
32469
|
+
}
|
|
32470
|
+
],
|
|
32471
|
+
"declKind": "Func",
|
|
32472
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP9configure4withyAA11ContentItemV_tF",
|
|
32473
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP9configure4withyAA11ContentItemV_tF",
|
|
32474
|
+
"moduleName": "ShortKitSDK",
|
|
32475
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveRoomMask>",
|
|
32476
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveRoomMask>",
|
|
32477
|
+
"protocolReq": true,
|
|
32478
|
+
"declAttributes": [
|
|
32479
|
+
"RawDocComment"
|
|
32480
|
+
],
|
|
32481
|
+
"reqNewWitnessTableEntry": true,
|
|
32482
|
+
"funcSelfKind": "NonMutating"
|
|
32483
|
+
},
|
|
32484
|
+
{
|
|
32485
|
+
"kind": "Function",
|
|
32486
|
+
"name": "willDismiss",
|
|
32487
|
+
"printedName": "willDismiss()",
|
|
32488
|
+
"children": [
|
|
32489
|
+
{
|
|
32490
|
+
"kind": "TypeNominal",
|
|
32491
|
+
"name": "Void",
|
|
32492
|
+
"printedName": "()"
|
|
32493
|
+
}
|
|
32494
|
+
],
|
|
32495
|
+
"declKind": "Func",
|
|
32496
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP11willDismissyyF",
|
|
32497
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP11willDismissyyF",
|
|
32498
|
+
"moduleName": "ShortKitSDK",
|
|
32499
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveRoomMask>",
|
|
32500
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveRoomMask>",
|
|
32501
|
+
"protocolReq": true,
|
|
32502
|
+
"declAttributes": [
|
|
32503
|
+
"RawDocComment"
|
|
32504
|
+
],
|
|
32505
|
+
"reqNewWitnessTableEntry": true,
|
|
32506
|
+
"funcSelfKind": "NonMutating"
|
|
32507
|
+
},
|
|
32508
|
+
{
|
|
32509
|
+
"kind": "Function",
|
|
32510
|
+
"name": "willDismiss",
|
|
32511
|
+
"printedName": "willDismiss()",
|
|
32512
|
+
"children": [
|
|
32513
|
+
{
|
|
32514
|
+
"kind": "TypeNominal",
|
|
32515
|
+
"name": "Void",
|
|
32516
|
+
"printedName": "()"
|
|
32517
|
+
}
|
|
32518
|
+
],
|
|
32519
|
+
"declKind": "Func",
|
|
32520
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskPAAE11willDismissyyF",
|
|
32521
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskPAAE11willDismissyyF",
|
|
32522
|
+
"moduleName": "ShortKitSDK",
|
|
32523
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.LiveRoomMask>",
|
|
32524
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.LiveRoomMask>",
|
|
32525
|
+
"declAttributes": [
|
|
32526
|
+
"AccessControl"
|
|
32527
|
+
],
|
|
32528
|
+
"isFromExtension": true,
|
|
32529
|
+
"funcSelfKind": "NonMutating"
|
|
32530
|
+
}
|
|
32531
|
+
],
|
|
32532
|
+
"declKind": "Protocol",
|
|
32533
|
+
"usr": "s:11ShortKitSDK12LiveRoomMaskP",
|
|
32534
|
+
"mangledName": "$s11ShortKitSDK12LiveRoomMaskP",
|
|
32535
|
+
"moduleName": "ShortKitSDK",
|
|
32536
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
32537
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
32538
|
+
"declAttributes": [
|
|
32539
|
+
"AccessControl",
|
|
32540
|
+
"RawDocComment"
|
|
32541
|
+
],
|
|
32542
|
+
"conformances": [
|
|
32543
|
+
{
|
|
32544
|
+
"kind": "Conformance",
|
|
32545
|
+
"name": "Escapable",
|
|
32546
|
+
"printedName": "Escapable",
|
|
32547
|
+
"usr": "s:s9EscapableP",
|
|
32548
|
+
"mangledName": "$ss9EscapableP"
|
|
32549
|
+
},
|
|
32550
|
+
{
|
|
32551
|
+
"kind": "Conformance",
|
|
32552
|
+
"name": "Copyable",
|
|
32553
|
+
"printedName": "Copyable",
|
|
32554
|
+
"usr": "s:s8CopyableP",
|
|
32555
|
+
"mangledName": "$ss8CopyableP"
|
|
32556
|
+
}
|
|
32557
|
+
]
|
|
32558
|
+
},
|
|
32559
|
+
{
|
|
32560
|
+
"kind": "Import",
|
|
32561
|
+
"name": "UIKit",
|
|
32562
|
+
"printedName": "UIKit",
|
|
32563
|
+
"declKind": "Import",
|
|
32564
|
+
"moduleName": "ShortKitSDK"
|
|
32565
|
+
},
|
|
31320
32566
|
{
|
|
31321
32567
|
"kind": "TypeDecl",
|
|
31322
32568
|
"name": "SurveyOverlay",
|
|
@@ -35195,8 +36441,405 @@
|
|
|
35195
36441
|
}
|
|
35196
36442
|
],
|
|
35197
36443
|
"declKind": "Accessor",
|
|
35198
|
-
"usr": "s:11ShortKitSDK0aB6PlayerC15captionsEnabled7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
35199
|
-
"mangledName": "$s11ShortKitSDK0aB6PlayerC15captionsEnabled7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
36444
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC15captionsEnabled7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
36445
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC15captionsEnabled7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
36446
|
+
"moduleName": "ShortKitSDK",
|
|
36447
|
+
"declAttributes": [
|
|
36448
|
+
"Final"
|
|
36449
|
+
],
|
|
36450
|
+
"accessorKind": "get"
|
|
36451
|
+
}
|
|
36452
|
+
]
|
|
36453
|
+
},
|
|
36454
|
+
{
|
|
36455
|
+
"kind": "Var",
|
|
36456
|
+
"name": "activeCaptionTrack",
|
|
36457
|
+
"printedName": "activeCaptionTrack",
|
|
36458
|
+
"children": [
|
|
36459
|
+
{
|
|
36460
|
+
"kind": "TypeNominal",
|
|
36461
|
+
"name": "AnyPublisher",
|
|
36462
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.CaptionTrack?, Swift.Never>",
|
|
36463
|
+
"children": [
|
|
36464
|
+
{
|
|
36465
|
+
"kind": "TypeNominal",
|
|
36466
|
+
"name": "Optional",
|
|
36467
|
+
"printedName": "ShortKitSDK.CaptionTrack?",
|
|
36468
|
+
"children": [
|
|
36469
|
+
{
|
|
36470
|
+
"kind": "TypeNominal",
|
|
36471
|
+
"name": "CaptionTrack",
|
|
36472
|
+
"printedName": "ShortKitSDK.CaptionTrack",
|
|
36473
|
+
"usr": "s:11ShortKitSDK12CaptionTrackV"
|
|
36474
|
+
}
|
|
36475
|
+
],
|
|
36476
|
+
"usr": "s:Sq"
|
|
36477
|
+
},
|
|
36478
|
+
{
|
|
36479
|
+
"kind": "TypeNominal",
|
|
36480
|
+
"name": "Never",
|
|
36481
|
+
"printedName": "Swift.Never",
|
|
36482
|
+
"usr": "s:s5NeverO"
|
|
36483
|
+
}
|
|
36484
|
+
],
|
|
36485
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36486
|
+
}
|
|
36487
|
+
],
|
|
36488
|
+
"declKind": "Var",
|
|
36489
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC18activeCaptionTrack7Combine12AnyPublisherVyAA0fG0VSgs5NeverOGvp",
|
|
36490
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC18activeCaptionTrack7Combine12AnyPublisherVyAA0fG0VSgs5NeverOGvp",
|
|
36491
|
+
"moduleName": "ShortKitSDK",
|
|
36492
|
+
"declAttributes": [
|
|
36493
|
+
"Final",
|
|
36494
|
+
"AccessControl",
|
|
36495
|
+
"RawDocComment"
|
|
36496
|
+
],
|
|
36497
|
+
"accessors": [
|
|
36498
|
+
{
|
|
36499
|
+
"kind": "Accessor",
|
|
36500
|
+
"name": "Get",
|
|
36501
|
+
"printedName": "Get()",
|
|
36502
|
+
"children": [
|
|
36503
|
+
{
|
|
36504
|
+
"kind": "TypeNominal",
|
|
36505
|
+
"name": "AnyPublisher",
|
|
36506
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.CaptionTrack?, Swift.Never>",
|
|
36507
|
+
"children": [
|
|
36508
|
+
{
|
|
36509
|
+
"kind": "TypeNominal",
|
|
36510
|
+
"name": "Optional",
|
|
36511
|
+
"printedName": "ShortKitSDK.CaptionTrack?",
|
|
36512
|
+
"children": [
|
|
36513
|
+
{
|
|
36514
|
+
"kind": "TypeNominal",
|
|
36515
|
+
"name": "CaptionTrack",
|
|
36516
|
+
"printedName": "ShortKitSDK.CaptionTrack",
|
|
36517
|
+
"usr": "s:11ShortKitSDK12CaptionTrackV"
|
|
36518
|
+
}
|
|
36519
|
+
],
|
|
36520
|
+
"usr": "s:Sq"
|
|
36521
|
+
},
|
|
36522
|
+
{
|
|
36523
|
+
"kind": "TypeNominal",
|
|
36524
|
+
"name": "Never",
|
|
36525
|
+
"printedName": "Swift.Never",
|
|
36526
|
+
"usr": "s:s5NeverO"
|
|
36527
|
+
}
|
|
36528
|
+
],
|
|
36529
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36530
|
+
}
|
|
36531
|
+
],
|
|
36532
|
+
"declKind": "Accessor",
|
|
36533
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC18activeCaptionTrack7Combine12AnyPublisherVyAA0fG0VSgs5NeverOGvg",
|
|
36534
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC18activeCaptionTrack7Combine12AnyPublisherVyAA0fG0VSgs5NeverOGvg",
|
|
36535
|
+
"moduleName": "ShortKitSDK",
|
|
36536
|
+
"declAttributes": [
|
|
36537
|
+
"Final"
|
|
36538
|
+
],
|
|
36539
|
+
"accessorKind": "get"
|
|
36540
|
+
}
|
|
36541
|
+
]
|
|
36542
|
+
},
|
|
36543
|
+
{
|
|
36544
|
+
"kind": "Var",
|
|
36545
|
+
"name": "activeCue",
|
|
36546
|
+
"printedName": "activeCue",
|
|
36547
|
+
"children": [
|
|
36548
|
+
{
|
|
36549
|
+
"kind": "TypeNominal",
|
|
36550
|
+
"name": "AnyPublisher",
|
|
36551
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.VTTCue?, Swift.Never>",
|
|
36552
|
+
"children": [
|
|
36553
|
+
{
|
|
36554
|
+
"kind": "TypeNominal",
|
|
36555
|
+
"name": "Optional",
|
|
36556
|
+
"printedName": "ShortKitSDK.VTTCue?",
|
|
36557
|
+
"children": [
|
|
36558
|
+
{
|
|
36559
|
+
"kind": "TypeNominal",
|
|
36560
|
+
"name": "VTTCue",
|
|
36561
|
+
"printedName": "ShortKitSDK.VTTCue",
|
|
36562
|
+
"usr": "s:11ShortKitSDK6VTTCueV"
|
|
36563
|
+
}
|
|
36564
|
+
],
|
|
36565
|
+
"usr": "s:Sq"
|
|
36566
|
+
},
|
|
36567
|
+
{
|
|
36568
|
+
"kind": "TypeNominal",
|
|
36569
|
+
"name": "Never",
|
|
36570
|
+
"printedName": "Swift.Never",
|
|
36571
|
+
"usr": "s:s5NeverO"
|
|
36572
|
+
}
|
|
36573
|
+
],
|
|
36574
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36575
|
+
}
|
|
36576
|
+
],
|
|
36577
|
+
"declKind": "Var",
|
|
36578
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC9activeCue7Combine12AnyPublisherVyAA6VTTCueVSgs5NeverOGvp",
|
|
36579
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC9activeCue7Combine12AnyPublisherVyAA6VTTCueVSgs5NeverOGvp",
|
|
36580
|
+
"moduleName": "ShortKitSDK",
|
|
36581
|
+
"declAttributes": [
|
|
36582
|
+
"Final",
|
|
36583
|
+
"AccessControl",
|
|
36584
|
+
"RawDocComment"
|
|
36585
|
+
],
|
|
36586
|
+
"accessors": [
|
|
36587
|
+
{
|
|
36588
|
+
"kind": "Accessor",
|
|
36589
|
+
"name": "Get",
|
|
36590
|
+
"printedName": "Get()",
|
|
36591
|
+
"children": [
|
|
36592
|
+
{
|
|
36593
|
+
"kind": "TypeNominal",
|
|
36594
|
+
"name": "AnyPublisher",
|
|
36595
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.VTTCue?, Swift.Never>",
|
|
36596
|
+
"children": [
|
|
36597
|
+
{
|
|
36598
|
+
"kind": "TypeNominal",
|
|
36599
|
+
"name": "Optional",
|
|
36600
|
+
"printedName": "ShortKitSDK.VTTCue?",
|
|
36601
|
+
"children": [
|
|
36602
|
+
{
|
|
36603
|
+
"kind": "TypeNominal",
|
|
36604
|
+
"name": "VTTCue",
|
|
36605
|
+
"printedName": "ShortKitSDK.VTTCue",
|
|
36606
|
+
"usr": "s:11ShortKitSDK6VTTCueV"
|
|
36607
|
+
}
|
|
36608
|
+
],
|
|
36609
|
+
"usr": "s:Sq"
|
|
36610
|
+
},
|
|
36611
|
+
{
|
|
36612
|
+
"kind": "TypeNominal",
|
|
36613
|
+
"name": "Never",
|
|
36614
|
+
"printedName": "Swift.Never",
|
|
36615
|
+
"usr": "s:s5NeverO"
|
|
36616
|
+
}
|
|
36617
|
+
],
|
|
36618
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36619
|
+
}
|
|
36620
|
+
],
|
|
36621
|
+
"declKind": "Accessor",
|
|
36622
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC9activeCue7Combine12AnyPublisherVyAA6VTTCueVSgs5NeverOGvg",
|
|
36623
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC9activeCue7Combine12AnyPublisherVyAA6VTTCueVSgs5NeverOGvg",
|
|
36624
|
+
"moduleName": "ShortKitSDK",
|
|
36625
|
+
"declAttributes": [
|
|
36626
|
+
"Final"
|
|
36627
|
+
],
|
|
36628
|
+
"accessorKind": "get"
|
|
36629
|
+
}
|
|
36630
|
+
]
|
|
36631
|
+
},
|
|
36632
|
+
{
|
|
36633
|
+
"kind": "Var",
|
|
36634
|
+
"name": "prefetchedAheadCount",
|
|
36635
|
+
"printedName": "prefetchedAheadCount",
|
|
36636
|
+
"children": [
|
|
36637
|
+
{
|
|
36638
|
+
"kind": "TypeNominal",
|
|
36639
|
+
"name": "AnyPublisher",
|
|
36640
|
+
"printedName": "Combine.AnyPublisher<Swift.Int, Swift.Never>",
|
|
36641
|
+
"children": [
|
|
36642
|
+
{
|
|
36643
|
+
"kind": "TypeNominal",
|
|
36644
|
+
"name": "Int",
|
|
36645
|
+
"printedName": "Swift.Int",
|
|
36646
|
+
"usr": "s:Si"
|
|
36647
|
+
},
|
|
36648
|
+
{
|
|
36649
|
+
"kind": "TypeNominal",
|
|
36650
|
+
"name": "Never",
|
|
36651
|
+
"printedName": "Swift.Never",
|
|
36652
|
+
"usr": "s:s5NeverO"
|
|
36653
|
+
}
|
|
36654
|
+
],
|
|
36655
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36656
|
+
}
|
|
36657
|
+
],
|
|
36658
|
+
"declKind": "Var",
|
|
36659
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC20prefetchedAheadCount7Combine12AnyPublisherVySis5NeverOGvp",
|
|
36660
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC20prefetchedAheadCount7Combine12AnyPublisherVySis5NeverOGvp",
|
|
36661
|
+
"moduleName": "ShortKitSDK",
|
|
36662
|
+
"declAttributes": [
|
|
36663
|
+
"Final",
|
|
36664
|
+
"AccessControl",
|
|
36665
|
+
"RawDocComment"
|
|
36666
|
+
],
|
|
36667
|
+
"accessors": [
|
|
36668
|
+
{
|
|
36669
|
+
"kind": "Accessor",
|
|
36670
|
+
"name": "Get",
|
|
36671
|
+
"printedName": "Get()",
|
|
36672
|
+
"children": [
|
|
36673
|
+
{
|
|
36674
|
+
"kind": "TypeNominal",
|
|
36675
|
+
"name": "AnyPublisher",
|
|
36676
|
+
"printedName": "Combine.AnyPublisher<Swift.Int, Swift.Never>",
|
|
36677
|
+
"children": [
|
|
36678
|
+
{
|
|
36679
|
+
"kind": "TypeNominal",
|
|
36680
|
+
"name": "Int",
|
|
36681
|
+
"printedName": "Swift.Int",
|
|
36682
|
+
"usr": "s:Si"
|
|
36683
|
+
},
|
|
36684
|
+
{
|
|
36685
|
+
"kind": "TypeNominal",
|
|
36686
|
+
"name": "Never",
|
|
36687
|
+
"printedName": "Swift.Never",
|
|
36688
|
+
"usr": "s:s5NeverO"
|
|
36689
|
+
}
|
|
36690
|
+
],
|
|
36691
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36692
|
+
}
|
|
36693
|
+
],
|
|
36694
|
+
"declKind": "Accessor",
|
|
36695
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC20prefetchedAheadCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
36696
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC20prefetchedAheadCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
36697
|
+
"moduleName": "ShortKitSDK",
|
|
36698
|
+
"declAttributes": [
|
|
36699
|
+
"Final"
|
|
36700
|
+
],
|
|
36701
|
+
"accessorKind": "get"
|
|
36702
|
+
}
|
|
36703
|
+
]
|
|
36704
|
+
},
|
|
36705
|
+
{
|
|
36706
|
+
"kind": "Var",
|
|
36707
|
+
"name": "remainingContentCount",
|
|
36708
|
+
"printedName": "remainingContentCount",
|
|
36709
|
+
"children": [
|
|
36710
|
+
{
|
|
36711
|
+
"kind": "TypeNominal",
|
|
36712
|
+
"name": "AnyPublisher",
|
|
36713
|
+
"printedName": "Combine.AnyPublisher<Swift.Int, Swift.Never>",
|
|
36714
|
+
"children": [
|
|
36715
|
+
{
|
|
36716
|
+
"kind": "TypeNominal",
|
|
36717
|
+
"name": "Int",
|
|
36718
|
+
"printedName": "Swift.Int",
|
|
36719
|
+
"usr": "s:Si"
|
|
36720
|
+
},
|
|
36721
|
+
{
|
|
36722
|
+
"kind": "TypeNominal",
|
|
36723
|
+
"name": "Never",
|
|
36724
|
+
"printedName": "Swift.Never",
|
|
36725
|
+
"usr": "s:s5NeverO"
|
|
36726
|
+
}
|
|
36727
|
+
],
|
|
36728
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36729
|
+
}
|
|
36730
|
+
],
|
|
36731
|
+
"declKind": "Var",
|
|
36732
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvp",
|
|
36733
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvp",
|
|
36734
|
+
"moduleName": "ShortKitSDK",
|
|
36735
|
+
"declAttributes": [
|
|
36736
|
+
"Final",
|
|
36737
|
+
"AccessControl",
|
|
36738
|
+
"RawDocComment"
|
|
36739
|
+
],
|
|
36740
|
+
"accessors": [
|
|
36741
|
+
{
|
|
36742
|
+
"kind": "Accessor",
|
|
36743
|
+
"name": "Get",
|
|
36744
|
+
"printedName": "Get()",
|
|
36745
|
+
"children": [
|
|
36746
|
+
{
|
|
36747
|
+
"kind": "TypeNominal",
|
|
36748
|
+
"name": "AnyPublisher",
|
|
36749
|
+
"printedName": "Combine.AnyPublisher<Swift.Int, Swift.Never>",
|
|
36750
|
+
"children": [
|
|
36751
|
+
{
|
|
36752
|
+
"kind": "TypeNominal",
|
|
36753
|
+
"name": "Int",
|
|
36754
|
+
"printedName": "Swift.Int",
|
|
36755
|
+
"usr": "s:Si"
|
|
36756
|
+
},
|
|
36757
|
+
{
|
|
36758
|
+
"kind": "TypeNominal",
|
|
36759
|
+
"name": "Never",
|
|
36760
|
+
"printedName": "Swift.Never",
|
|
36761
|
+
"usr": "s:s5NeverO"
|
|
36762
|
+
}
|
|
36763
|
+
],
|
|
36764
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36765
|
+
}
|
|
36766
|
+
],
|
|
36767
|
+
"declKind": "Accessor",
|
|
36768
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
36769
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
36770
|
+
"moduleName": "ShortKitSDK",
|
|
36771
|
+
"declAttributes": [
|
|
36772
|
+
"Final"
|
|
36773
|
+
],
|
|
36774
|
+
"accessorKind": "get"
|
|
36775
|
+
}
|
|
36776
|
+
]
|
|
36777
|
+
},
|
|
36778
|
+
{
|
|
36779
|
+
"kind": "Var",
|
|
36780
|
+
"name": "isLiveRoomExpanded",
|
|
36781
|
+
"printedName": "isLiveRoomExpanded",
|
|
36782
|
+
"children": [
|
|
36783
|
+
{
|
|
36784
|
+
"kind": "TypeNominal",
|
|
36785
|
+
"name": "AnyPublisher",
|
|
36786
|
+
"printedName": "Combine.AnyPublisher<Swift.Bool, Swift.Never>",
|
|
36787
|
+
"children": [
|
|
36788
|
+
{
|
|
36789
|
+
"kind": "TypeNominal",
|
|
36790
|
+
"name": "Bool",
|
|
36791
|
+
"printedName": "Swift.Bool",
|
|
36792
|
+
"usr": "s:Sb"
|
|
36793
|
+
},
|
|
36794
|
+
{
|
|
36795
|
+
"kind": "TypeNominal",
|
|
36796
|
+
"name": "Never",
|
|
36797
|
+
"printedName": "Swift.Never",
|
|
36798
|
+
"usr": "s:s5NeverO"
|
|
36799
|
+
}
|
|
36800
|
+
],
|
|
36801
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36802
|
+
}
|
|
36803
|
+
],
|
|
36804
|
+
"declKind": "Var",
|
|
36805
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC18isLiveRoomExpanded7Combine12AnyPublisherVySbs5NeverOGvp",
|
|
36806
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC18isLiveRoomExpanded7Combine12AnyPublisherVySbs5NeverOGvp",
|
|
36807
|
+
"moduleName": "ShortKitSDK",
|
|
36808
|
+
"declAttributes": [
|
|
36809
|
+
"Final",
|
|
36810
|
+
"AccessControl",
|
|
36811
|
+
"RawDocComment"
|
|
36812
|
+
],
|
|
36813
|
+
"accessors": [
|
|
36814
|
+
{
|
|
36815
|
+
"kind": "Accessor",
|
|
36816
|
+
"name": "Get",
|
|
36817
|
+
"printedName": "Get()",
|
|
36818
|
+
"children": [
|
|
36819
|
+
{
|
|
36820
|
+
"kind": "TypeNominal",
|
|
36821
|
+
"name": "AnyPublisher",
|
|
36822
|
+
"printedName": "Combine.AnyPublisher<Swift.Bool, Swift.Never>",
|
|
36823
|
+
"children": [
|
|
36824
|
+
{
|
|
36825
|
+
"kind": "TypeNominal",
|
|
36826
|
+
"name": "Bool",
|
|
36827
|
+
"printedName": "Swift.Bool",
|
|
36828
|
+
"usr": "s:Sb"
|
|
36829
|
+
},
|
|
36830
|
+
{
|
|
36831
|
+
"kind": "TypeNominal",
|
|
36832
|
+
"name": "Never",
|
|
36833
|
+
"printedName": "Swift.Never",
|
|
36834
|
+
"usr": "s:s5NeverO"
|
|
36835
|
+
}
|
|
36836
|
+
],
|
|
36837
|
+
"usr": "s:7Combine12AnyPublisherV"
|
|
36838
|
+
}
|
|
36839
|
+
],
|
|
36840
|
+
"declKind": "Accessor",
|
|
36841
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC18isLiveRoomExpanded7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
36842
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC18isLiveRoomExpanded7Combine12AnyPublisherVySbs5NeverOGvg",
|
|
35200
36843
|
"moduleName": "ShortKitSDK",
|
|
35201
36844
|
"declAttributes": [
|
|
35202
36845
|
"Final"
|
|
@@ -35207,41 +36850,19 @@
|
|
|
35207
36850
|
},
|
|
35208
36851
|
{
|
|
35209
36852
|
"kind": "Var",
|
|
35210
|
-
"name": "
|
|
35211
|
-
"printedName": "
|
|
36853
|
+
"name": "isLiveRoomExpandedValue",
|
|
36854
|
+
"printedName": "isLiveRoomExpandedValue",
|
|
35212
36855
|
"children": [
|
|
35213
36856
|
{
|
|
35214
36857
|
"kind": "TypeNominal",
|
|
35215
|
-
"name": "
|
|
35216
|
-
"printedName": "
|
|
35217
|
-
"
|
|
35218
|
-
{
|
|
35219
|
-
"kind": "TypeNominal",
|
|
35220
|
-
"name": "Optional",
|
|
35221
|
-
"printedName": "ShortKitSDK.CaptionTrack?",
|
|
35222
|
-
"children": [
|
|
35223
|
-
{
|
|
35224
|
-
"kind": "TypeNominal",
|
|
35225
|
-
"name": "CaptionTrack",
|
|
35226
|
-
"printedName": "ShortKitSDK.CaptionTrack",
|
|
35227
|
-
"usr": "s:11ShortKitSDK12CaptionTrackV"
|
|
35228
|
-
}
|
|
35229
|
-
],
|
|
35230
|
-
"usr": "s:Sq"
|
|
35231
|
-
},
|
|
35232
|
-
{
|
|
35233
|
-
"kind": "TypeNominal",
|
|
35234
|
-
"name": "Never",
|
|
35235
|
-
"printedName": "Swift.Never",
|
|
35236
|
-
"usr": "s:s5NeverO"
|
|
35237
|
-
}
|
|
35238
|
-
],
|
|
35239
|
-
"usr": "s:7Combine12AnyPublisherV"
|
|
36858
|
+
"name": "Bool",
|
|
36859
|
+
"printedName": "Swift.Bool",
|
|
36860
|
+
"usr": "s:Sb"
|
|
35240
36861
|
}
|
|
35241
36862
|
],
|
|
35242
36863
|
"declKind": "Var",
|
|
35243
|
-
"usr": "s:
|
|
35244
|
-
"mangledName": "$
|
|
36864
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC23isLiveRoomExpandedValueSbvp",
|
|
36865
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC23isLiveRoomExpandedValueSbvp",
|
|
35245
36866
|
"moduleName": "ShortKitSDK",
|
|
35246
36867
|
"declAttributes": [
|
|
35247
36868
|
"Final",
|
|
@@ -35256,36 +36877,14 @@
|
|
|
35256
36877
|
"children": [
|
|
35257
36878
|
{
|
|
35258
36879
|
"kind": "TypeNominal",
|
|
35259
|
-
"name": "
|
|
35260
|
-
"printedName": "
|
|
35261
|
-
"
|
|
35262
|
-
{
|
|
35263
|
-
"kind": "TypeNominal",
|
|
35264
|
-
"name": "Optional",
|
|
35265
|
-
"printedName": "ShortKitSDK.CaptionTrack?",
|
|
35266
|
-
"children": [
|
|
35267
|
-
{
|
|
35268
|
-
"kind": "TypeNominal",
|
|
35269
|
-
"name": "CaptionTrack",
|
|
35270
|
-
"printedName": "ShortKitSDK.CaptionTrack",
|
|
35271
|
-
"usr": "s:11ShortKitSDK12CaptionTrackV"
|
|
35272
|
-
}
|
|
35273
|
-
],
|
|
35274
|
-
"usr": "s:Sq"
|
|
35275
|
-
},
|
|
35276
|
-
{
|
|
35277
|
-
"kind": "TypeNominal",
|
|
35278
|
-
"name": "Never",
|
|
35279
|
-
"printedName": "Swift.Never",
|
|
35280
|
-
"usr": "s:s5NeverO"
|
|
35281
|
-
}
|
|
35282
|
-
],
|
|
35283
|
-
"usr": "s:7Combine12AnyPublisherV"
|
|
36880
|
+
"name": "Bool",
|
|
36881
|
+
"printedName": "Swift.Bool",
|
|
36882
|
+
"usr": "s:Sb"
|
|
35284
36883
|
}
|
|
35285
36884
|
],
|
|
35286
36885
|
"declKind": "Accessor",
|
|
35287
|
-
"usr": "s:
|
|
35288
|
-
"mangledName": "$
|
|
36886
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC23isLiveRoomExpandedValueSbvg",
|
|
36887
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC23isLiveRoomExpandedValueSbvg",
|
|
35289
36888
|
"moduleName": "ShortKitSDK",
|
|
35290
36889
|
"declAttributes": [
|
|
35291
36890
|
"Final"
|
|
@@ -35296,24 +36895,24 @@
|
|
|
35296
36895
|
},
|
|
35297
36896
|
{
|
|
35298
36897
|
"kind": "Var",
|
|
35299
|
-
"name": "
|
|
35300
|
-
"printedName": "
|
|
36898
|
+
"name": "liveStreamStatus",
|
|
36899
|
+
"printedName": "liveStreamStatus",
|
|
35301
36900
|
"children": [
|
|
35302
36901
|
{
|
|
35303
36902
|
"kind": "TypeNominal",
|
|
35304
36903
|
"name": "AnyPublisher",
|
|
35305
|
-
"printedName": "Combine.AnyPublisher<ShortKitSDK.
|
|
36904
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.LiveStreamStatus?, Swift.Never>",
|
|
35306
36905
|
"children": [
|
|
35307
36906
|
{
|
|
35308
36907
|
"kind": "TypeNominal",
|
|
35309
36908
|
"name": "Optional",
|
|
35310
|
-
"printedName": "ShortKitSDK.
|
|
36909
|
+
"printedName": "ShortKitSDK.LiveStreamStatus?",
|
|
35311
36910
|
"children": [
|
|
35312
36911
|
{
|
|
35313
36912
|
"kind": "TypeNominal",
|
|
35314
|
-
"name": "
|
|
35315
|
-
"printedName": "ShortKitSDK.
|
|
35316
|
-
"usr": "s:
|
|
36913
|
+
"name": "LiveStreamStatus",
|
|
36914
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
36915
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
35317
36916
|
}
|
|
35318
36917
|
],
|
|
35319
36918
|
"usr": "s:Sq"
|
|
@@ -35329,8 +36928,8 @@
|
|
|
35329
36928
|
}
|
|
35330
36929
|
],
|
|
35331
36930
|
"declKind": "Var",
|
|
35332
|
-
"usr": "s:
|
|
35333
|
-
"mangledName": "$
|
|
36931
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC16liveStreamStatus7Combine12AnyPublisherVyAA04LivefG0OSgs5NeverOGvp",
|
|
36932
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC16liveStreamStatus7Combine12AnyPublisherVyAA04LivefG0OSgs5NeverOGvp",
|
|
35334
36933
|
"moduleName": "ShortKitSDK",
|
|
35335
36934
|
"declAttributes": [
|
|
35336
36935
|
"Final",
|
|
@@ -35346,18 +36945,18 @@
|
|
|
35346
36945
|
{
|
|
35347
36946
|
"kind": "TypeNominal",
|
|
35348
36947
|
"name": "AnyPublisher",
|
|
35349
|
-
"printedName": "Combine.AnyPublisher<ShortKitSDK.
|
|
36948
|
+
"printedName": "Combine.AnyPublisher<ShortKitSDK.LiveStreamStatus?, Swift.Never>",
|
|
35350
36949
|
"children": [
|
|
35351
36950
|
{
|
|
35352
36951
|
"kind": "TypeNominal",
|
|
35353
36952
|
"name": "Optional",
|
|
35354
|
-
"printedName": "ShortKitSDK.
|
|
36953
|
+
"printedName": "ShortKitSDK.LiveStreamStatus?",
|
|
35355
36954
|
"children": [
|
|
35356
36955
|
{
|
|
35357
36956
|
"kind": "TypeNominal",
|
|
35358
|
-
"name": "
|
|
35359
|
-
"printedName": "ShortKitSDK.
|
|
35360
|
-
"usr": "s:
|
|
36957
|
+
"name": "LiveStreamStatus",
|
|
36958
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
36959
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
35361
36960
|
}
|
|
35362
36961
|
],
|
|
35363
36962
|
"usr": "s:Sq"
|
|
@@ -35373,8 +36972,8 @@
|
|
|
35373
36972
|
}
|
|
35374
36973
|
],
|
|
35375
36974
|
"declKind": "Accessor",
|
|
35376
|
-
"usr": "s:
|
|
35377
|
-
"mangledName": "$
|
|
36975
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC16liveStreamStatus7Combine12AnyPublisherVyAA04LivefG0OSgs5NeverOGvg",
|
|
36976
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC16liveStreamStatus7Combine12AnyPublisherVyAA04LivefG0OSgs5NeverOGvg",
|
|
35378
36977
|
"moduleName": "ShortKitSDK",
|
|
35379
36978
|
"declAttributes": [
|
|
35380
36979
|
"Final"
|
|
@@ -35385,33 +36984,27 @@
|
|
|
35385
36984
|
},
|
|
35386
36985
|
{
|
|
35387
36986
|
"kind": "Var",
|
|
35388
|
-
"name": "
|
|
35389
|
-
"printedName": "
|
|
36987
|
+
"name": "liveStreamStatusValue",
|
|
36988
|
+
"printedName": "liveStreamStatusValue",
|
|
35390
36989
|
"children": [
|
|
35391
36990
|
{
|
|
35392
36991
|
"kind": "TypeNominal",
|
|
35393
|
-
"name": "
|
|
35394
|
-
"printedName": "
|
|
36992
|
+
"name": "Optional",
|
|
36993
|
+
"printedName": "ShortKitSDK.LiveStreamStatus?",
|
|
35395
36994
|
"children": [
|
|
35396
36995
|
{
|
|
35397
36996
|
"kind": "TypeNominal",
|
|
35398
|
-
"name": "
|
|
35399
|
-
"printedName": "
|
|
35400
|
-
"usr": "s:
|
|
35401
|
-
},
|
|
35402
|
-
{
|
|
35403
|
-
"kind": "TypeNominal",
|
|
35404
|
-
"name": "Never",
|
|
35405
|
-
"printedName": "Swift.Never",
|
|
35406
|
-
"usr": "s:s5NeverO"
|
|
36997
|
+
"name": "LiveStreamStatus",
|
|
36998
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
36999
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
35407
37000
|
}
|
|
35408
37001
|
],
|
|
35409
|
-
"usr": "s:
|
|
37002
|
+
"usr": "s:Sq"
|
|
35410
37003
|
}
|
|
35411
37004
|
],
|
|
35412
37005
|
"declKind": "Var",
|
|
35413
|
-
"usr": "s:
|
|
35414
|
-
"mangledName": "$
|
|
37006
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC21liveStreamStatusValueAA04LivefG0OSgvp",
|
|
37007
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC21liveStreamStatusValueAA04LivefG0OSgvp",
|
|
35415
37008
|
"moduleName": "ShortKitSDK",
|
|
35416
37009
|
"declAttributes": [
|
|
35417
37010
|
"Final",
|
|
@@ -35426,28 +37019,22 @@
|
|
|
35426
37019
|
"children": [
|
|
35427
37020
|
{
|
|
35428
37021
|
"kind": "TypeNominal",
|
|
35429
|
-
"name": "
|
|
35430
|
-
"printedName": "
|
|
37022
|
+
"name": "Optional",
|
|
37023
|
+
"printedName": "ShortKitSDK.LiveStreamStatus?",
|
|
35431
37024
|
"children": [
|
|
35432
37025
|
{
|
|
35433
37026
|
"kind": "TypeNominal",
|
|
35434
|
-
"name": "
|
|
35435
|
-
"printedName": "
|
|
35436
|
-
"usr": "s:
|
|
35437
|
-
},
|
|
35438
|
-
{
|
|
35439
|
-
"kind": "TypeNominal",
|
|
35440
|
-
"name": "Never",
|
|
35441
|
-
"printedName": "Swift.Never",
|
|
35442
|
-
"usr": "s:s5NeverO"
|
|
37027
|
+
"name": "LiveStreamStatus",
|
|
37028
|
+
"printedName": "ShortKitSDK.LiveStreamStatus",
|
|
37029
|
+
"usr": "s:11ShortKitSDK16LiveStreamStatusO"
|
|
35443
37030
|
}
|
|
35444
37031
|
],
|
|
35445
|
-
"usr": "s:
|
|
37032
|
+
"usr": "s:Sq"
|
|
35446
37033
|
}
|
|
35447
37034
|
],
|
|
35448
37035
|
"declKind": "Accessor",
|
|
35449
|
-
"usr": "s:
|
|
35450
|
-
"mangledName": "$
|
|
37036
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC21liveStreamStatusValueAA04LivefG0OSgvg",
|
|
37037
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC21liveStreamStatusValueAA04LivefG0OSgvg",
|
|
35451
37038
|
"moduleName": "ShortKitSDK",
|
|
35452
37039
|
"declAttributes": [
|
|
35453
37040
|
"Final"
|
|
@@ -35457,77 +37044,35 @@
|
|
|
35457
37044
|
]
|
|
35458
37045
|
},
|
|
35459
37046
|
{
|
|
35460
|
-
"kind": "
|
|
35461
|
-
"name": "
|
|
35462
|
-
"printedName": "
|
|
37047
|
+
"kind": "Function",
|
|
37048
|
+
"name": "currentProgramDate",
|
|
37049
|
+
"printedName": "currentProgramDate()",
|
|
35463
37050
|
"children": [
|
|
35464
37051
|
{
|
|
35465
37052
|
"kind": "TypeNominal",
|
|
35466
|
-
"name": "
|
|
35467
|
-
"printedName": "
|
|
37053
|
+
"name": "Optional",
|
|
37054
|
+
"printedName": "Foundation.Date?",
|
|
35468
37055
|
"children": [
|
|
35469
37056
|
{
|
|
35470
37057
|
"kind": "TypeNominal",
|
|
35471
|
-
"name": "
|
|
35472
|
-
"printedName": "
|
|
35473
|
-
"usr": "s:
|
|
35474
|
-
},
|
|
35475
|
-
{
|
|
35476
|
-
"kind": "TypeNominal",
|
|
35477
|
-
"name": "Never",
|
|
35478
|
-
"printedName": "Swift.Never",
|
|
35479
|
-
"usr": "s:s5NeverO"
|
|
37058
|
+
"name": "Date",
|
|
37059
|
+
"printedName": "Foundation.Date",
|
|
37060
|
+
"usr": "s:10Foundation4DateV"
|
|
35480
37061
|
}
|
|
35481
37062
|
],
|
|
35482
|
-
"usr": "s:
|
|
37063
|
+
"usr": "s:Sq"
|
|
35483
37064
|
}
|
|
35484
37065
|
],
|
|
35485
|
-
"declKind": "
|
|
35486
|
-
"usr": "s:
|
|
35487
|
-
"mangledName": "$
|
|
37066
|
+
"declKind": "Func",
|
|
37067
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC18currentProgramDate10Foundation0G0VSgyF",
|
|
37068
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC18currentProgramDate10Foundation0G0VSgyF",
|
|
35488
37069
|
"moduleName": "ShortKitSDK",
|
|
35489
37070
|
"declAttributes": [
|
|
35490
37071
|
"Final",
|
|
35491
37072
|
"AccessControl",
|
|
35492
37073
|
"RawDocComment"
|
|
35493
37074
|
],
|
|
35494
|
-
"
|
|
35495
|
-
{
|
|
35496
|
-
"kind": "Accessor",
|
|
35497
|
-
"name": "Get",
|
|
35498
|
-
"printedName": "Get()",
|
|
35499
|
-
"children": [
|
|
35500
|
-
{
|
|
35501
|
-
"kind": "TypeNominal",
|
|
35502
|
-
"name": "AnyPublisher",
|
|
35503
|
-
"printedName": "Combine.AnyPublisher<Swift.Int, Swift.Never>",
|
|
35504
|
-
"children": [
|
|
35505
|
-
{
|
|
35506
|
-
"kind": "TypeNominal",
|
|
35507
|
-
"name": "Int",
|
|
35508
|
-
"printedName": "Swift.Int",
|
|
35509
|
-
"usr": "s:Si"
|
|
35510
|
-
},
|
|
35511
|
-
{
|
|
35512
|
-
"kind": "TypeNominal",
|
|
35513
|
-
"name": "Never",
|
|
35514
|
-
"printedName": "Swift.Never",
|
|
35515
|
-
"usr": "s:s5NeverO"
|
|
35516
|
-
}
|
|
35517
|
-
],
|
|
35518
|
-
"usr": "s:7Combine12AnyPublisherV"
|
|
35519
|
-
}
|
|
35520
|
-
],
|
|
35521
|
-
"declKind": "Accessor",
|
|
35522
|
-
"usr": "s:11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
35523
|
-
"mangledName": "$s11ShortKitSDK0aB6PlayerC21remainingContentCount7Combine12AnyPublisherVySis5NeverOGvg",
|
|
35524
|
-
"moduleName": "ShortKitSDK",
|
|
35525
|
-
"declAttributes": [
|
|
35526
|
-
"Final"
|
|
35527
|
-
],
|
|
35528
|
-
"accessorKind": "get"
|
|
35529
|
-
}
|
|
35530
|
-
]
|
|
37075
|
+
"funcSelfKind": "NonMutating"
|
|
35531
37076
|
},
|
|
35532
37077
|
{
|
|
35533
37078
|
"kind": "Var",
|
|
@@ -35936,6 +37481,28 @@
|
|
|
35936
37481
|
],
|
|
35937
37482
|
"funcSelfKind": "NonMutating"
|
|
35938
37483
|
},
|
|
37484
|
+
{
|
|
37485
|
+
"kind": "Function",
|
|
37486
|
+
"name": "dismissLiveRoom",
|
|
37487
|
+
"printedName": "dismissLiveRoom()",
|
|
37488
|
+
"children": [
|
|
37489
|
+
{
|
|
37490
|
+
"kind": "TypeNominal",
|
|
37491
|
+
"name": "Void",
|
|
37492
|
+
"printedName": "()"
|
|
37493
|
+
}
|
|
37494
|
+
],
|
|
37495
|
+
"declKind": "Func",
|
|
37496
|
+
"usr": "s:11ShortKitSDK0aB6PlayerC15dismissLiveRoomyyF",
|
|
37497
|
+
"mangledName": "$s11ShortKitSDK0aB6PlayerC15dismissLiveRoomyyF",
|
|
37498
|
+
"moduleName": "ShortKitSDK",
|
|
37499
|
+
"declAttributes": [
|
|
37500
|
+
"Final",
|
|
37501
|
+
"AccessControl",
|
|
37502
|
+
"RawDocComment"
|
|
37503
|
+
],
|
|
37504
|
+
"funcSelfKind": "NonMutating"
|
|
37505
|
+
},
|
|
35939
37506
|
{
|
|
35940
37507
|
"kind": "Function",
|
|
35941
37508
|
"name": "seekThumbnail",
|
|
@@ -40023,6 +41590,20 @@
|
|
|
40023
41590
|
"declKind": "Import",
|
|
40024
41591
|
"moduleName": "ShortKitSDK"
|
|
40025
41592
|
},
|
|
41593
|
+
{
|
|
41594
|
+
"kind": "Import",
|
|
41595
|
+
"name": "UIKit",
|
|
41596
|
+
"printedName": "UIKit",
|
|
41597
|
+
"declKind": "Import",
|
|
41598
|
+
"moduleName": "ShortKitSDK"
|
|
41599
|
+
},
|
|
41600
|
+
{
|
|
41601
|
+
"kind": "Import",
|
|
41602
|
+
"name": "UIKit",
|
|
41603
|
+
"printedName": "UIKit",
|
|
41604
|
+
"declKind": "Import",
|
|
41605
|
+
"moduleName": "ShortKitSDK"
|
|
41606
|
+
},
|
|
40026
41607
|
{
|
|
40027
41608
|
"kind": "Import",
|
|
40028
41609
|
"name": "AVFoundation",
|
|
@@ -42292,28 +43873,28 @@
|
|
|
42292
43873
|
{
|
|
42293
43874
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
42294
43875
|
"kind": "BooleanLiteral",
|
|
42295
|
-
"offset":
|
|
43876
|
+
"offset": 2943,
|
|
42296
43877
|
"length": 4,
|
|
42297
43878
|
"value": "true"
|
|
42298
43879
|
},
|
|
42299
43880
|
{
|
|
42300
43881
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
42301
43882
|
"kind": "BooleanLiteral",
|
|
42302
|
-
"offset":
|
|
43883
|
+
"offset": 2974,
|
|
42303
43884
|
"length": 4,
|
|
42304
43885
|
"value": "true"
|
|
42305
43886
|
},
|
|
42306
43887
|
{
|
|
42307
43888
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
42308
43889
|
"kind": "BooleanLiteral",
|
|
42309
|
-
"offset":
|
|
43890
|
+
"offset": 3060,
|
|
42310
43891
|
"length": 5,
|
|
42311
43892
|
"value": "false"
|
|
42312
43893
|
},
|
|
42313
43894
|
{
|
|
42314
43895
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
|
|
42315
43896
|
"kind": "BooleanLiteral",
|
|
42316
|
-
"offset":
|
|
43897
|
+
"offset": 3104,
|
|
42317
43898
|
"length": 4,
|
|
42318
43899
|
"value": "true"
|
|
42319
43900
|
},
|
|
@@ -42502,14 +44083,14 @@
|
|
|
42502
44083
|
{
|
|
42503
44084
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
42504
44085
|
"kind": "IntegerLiteral",
|
|
42505
|
-
"offset":
|
|
44086
|
+
"offset": 7732,
|
|
42506
44087
|
"length": 1,
|
|
42507
44088
|
"value": "0"
|
|
42508
44089
|
},
|
|
42509
44090
|
{
|
|
42510
44091
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
42511
44092
|
"kind": "StringLiteral",
|
|
42512
|
-
"offset":
|
|
44093
|
+
"offset": 10653,
|
|
42513
44094
|
"length": 3,
|
|
42514
44095
|
"value": "\"?\""
|
|
42515
44096
|
},
|
|
@@ -42579,157 +44160,192 @@
|
|
|
42579
44160
|
{
|
|
42580
44161
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42581
44162
|
"kind": "BooleanLiteral",
|
|
42582
|
-
"offset":
|
|
44163
|
+
"offset": 1189,
|
|
42583
44164
|
"length": 5,
|
|
42584
44165
|
"value": "false"
|
|
42585
44166
|
},
|
|
42586
44167
|
{
|
|
42587
44168
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42588
44169
|
"kind": "BooleanLiteral",
|
|
42589
|
-
"offset":
|
|
44170
|
+
"offset": 2952,
|
|
42590
44171
|
"length": 5,
|
|
42591
44172
|
"value": "false"
|
|
42592
44173
|
},
|
|
42593
44174
|
{
|
|
42594
44175
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42595
44176
|
"kind": "BooleanLiteral",
|
|
42596
|
-
"offset":
|
|
44177
|
+
"offset": 3501,
|
|
44178
|
+
"length": 5,
|
|
44179
|
+
"value": "false"
|
|
44180
|
+
},
|
|
44181
|
+
{
|
|
44182
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44183
|
+
"kind": "BooleanLiteral",
|
|
44184
|
+
"offset": 3668,
|
|
42597
44185
|
"length": 4,
|
|
42598
44186
|
"value": "true"
|
|
42599
44187
|
},
|
|
42600
44188
|
{
|
|
42601
44189
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42602
44190
|
"kind": "FloatLiteral",
|
|
42603
|
-
"offset":
|
|
44191
|
+
"offset": 3727,
|
|
42604
44192
|
"length": 3,
|
|
42605
44193
|
"value": "0.8"
|
|
42606
44194
|
},
|
|
42607
44195
|
{
|
|
42608
44196
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42609
44197
|
"kind": "FloatLiteral",
|
|
42610
|
-
"offset":
|
|
44198
|
+
"offset": 3735,
|
|
42611
44199
|
"length": 3,
|
|
42612
44200
|
"value": "0.8"
|
|
42613
44201
|
},
|
|
42614
44202
|
{
|
|
42615
44203
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42616
44204
|
"kind": "BooleanLiteral",
|
|
42617
|
-
"offset":
|
|
44205
|
+
"offset": 3800,
|
|
42618
44206
|
"length": 5,
|
|
42619
44207
|
"value": "false"
|
|
42620
44208
|
},
|
|
42621
44209
|
{
|
|
42622
44210
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42623
44211
|
"kind": "BooleanLiteral",
|
|
42624
|
-
"offset":
|
|
44212
|
+
"offset": 6593,
|
|
42625
44213
|
"length": 5,
|
|
42626
44214
|
"value": "false"
|
|
42627
44215
|
},
|
|
42628
44216
|
{
|
|
42629
44217
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42630
44218
|
"kind": "BooleanLiteral",
|
|
42631
|
-
"offset":
|
|
44219
|
+
"offset": 7238,
|
|
42632
44220
|
"length": 5,
|
|
42633
44221
|
"value": "false"
|
|
42634
44222
|
},
|
|
42635
44223
|
{
|
|
42636
44224
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42637
44225
|
"kind": "IntegerLiteral",
|
|
42638
|
-
"offset":
|
|
44226
|
+
"offset": 7303,
|
|
42639
44227
|
"length": 1,
|
|
42640
44228
|
"value": "0"
|
|
42641
44229
|
},
|
|
42642
44230
|
{
|
|
42643
44231
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42644
44232
|
"kind": "IntegerLiteral",
|
|
42645
|
-
"offset":
|
|
44233
|
+
"offset": 7337,
|
|
42646
44234
|
"length": 1,
|
|
42647
44235
|
"value": "0"
|
|
42648
44236
|
},
|
|
42649
44237
|
{
|
|
42650
44238
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42651
44239
|
"kind": "BooleanLiteral",
|
|
42652
|
-
"offset":
|
|
44240
|
+
"offset": 7536,
|
|
42653
44241
|
"length": 4,
|
|
42654
44242
|
"value": "true"
|
|
42655
44243
|
},
|
|
42656
44244
|
{
|
|
42657
44245
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42658
44246
|
"kind": "BooleanLiteral",
|
|
42659
|
-
"offset":
|
|
44247
|
+
"offset": 7569,
|
|
42660
44248
|
"length": 4,
|
|
42661
44249
|
"value": "true"
|
|
42662
44250
|
},
|
|
42663
44251
|
{
|
|
42664
44252
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42665
44253
|
"kind": "IntegerLiteral",
|
|
42666
|
-
"offset":
|
|
44254
|
+
"offset": 7611,
|
|
42667
44255
|
"length": 1,
|
|
42668
44256
|
"value": "0"
|
|
42669
44257
|
},
|
|
44258
|
+
{
|
|
44259
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
44260
|
+
"kind": "BooleanLiteral",
|
|
44261
|
+
"offset": 8785,
|
|
44262
|
+
"length": 5,
|
|
44263
|
+
"value": "false"
|
|
44264
|
+
},
|
|
42670
44265
|
{
|
|
42671
44266
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42672
44267
|
"kind": "IntegerLiteral",
|
|
42673
|
-
"offset":
|
|
44268
|
+
"offset": 8967,
|
|
42674
44269
|
"length": 2,
|
|
42675
44270
|
"value": "-1"
|
|
42676
44271
|
},
|
|
42677
44272
|
{
|
|
42678
44273
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42679
44274
|
"kind": "IntegerLiteral",
|
|
42680
|
-
"offset":
|
|
44275
|
+
"offset": 9215,
|
|
42681
44276
|
"length": 1,
|
|
42682
44277
|
"value": "0"
|
|
42683
44278
|
},
|
|
42684
44279
|
{
|
|
42685
44280
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42686
44281
|
"kind": "IntegerLiteral",
|
|
42687
|
-
"offset":
|
|
44282
|
+
"offset": 9265,
|
|
42688
44283
|
"length": 1,
|
|
42689
44284
|
"value": "0"
|
|
42690
44285
|
},
|
|
42691
44286
|
{
|
|
42692
44287
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42693
44288
|
"kind": "IntegerLiteral",
|
|
42694
|
-
"offset":
|
|
44289
|
+
"offset": 9319,
|
|
42695
44290
|
"length": 1,
|
|
42696
44291
|
"value": "0"
|
|
42697
44292
|
},
|
|
42698
44293
|
{
|
|
42699
44294
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42700
44295
|
"kind": "FloatLiteral",
|
|
42701
|
-
"offset":
|
|
44296
|
+
"offset": 9379,
|
|
42702
44297
|
"length": 3,
|
|
42703
44298
|
"value": "0.2"
|
|
42704
44299
|
},
|
|
42705
44300
|
{
|
|
42706
44301
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42707
44302
|
"kind": "IntegerLiteral",
|
|
42708
|
-
"offset":
|
|
44303
|
+
"offset": 10814,
|
|
42709
44304
|
"length": 2,
|
|
42710
44305
|
"value": "24"
|
|
42711
44306
|
},
|
|
42712
44307
|
{
|
|
42713
44308
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42714
44309
|
"kind": "BooleanLiteral",
|
|
42715
|
-
"offset":
|
|
44310
|
+
"offset": 25761,
|
|
42716
44311
|
"length": 5,
|
|
42717
44312
|
"value": "false"
|
|
42718
44313
|
},
|
|
42719
44314
|
{
|
|
42720
44315
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42721
44316
|
"kind": "BooleanLiteral",
|
|
42722
|
-
"offset":
|
|
44317
|
+
"offset": 86573,
|
|
42723
44318
|
"length": 5,
|
|
42724
44319
|
"value": "false"
|
|
42725
44320
|
},
|
|
42726
44321
|
{
|
|
42727
44322
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
42728
44323
|
"kind": "BooleanLiteral",
|
|
42729
|
-
"offset":
|
|
44324
|
+
"offset": 197685,
|
|
44325
|
+
"length": 5,
|
|
44326
|
+
"value": "false"
|
|
44327
|
+
},
|
|
44328
|
+
{
|
|
44329
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/LiveRoomContainerViewController.swift",
|
|
44330
|
+
"kind": "BooleanLiteral",
|
|
44331
|
+
"offset": 406,
|
|
42730
44332
|
"length": 5,
|
|
42731
44333
|
"value": "false"
|
|
42732
44334
|
},
|
|
44335
|
+
{
|
|
44336
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/LiveRoomContainerViewController.swift",
|
|
44337
|
+
"kind": "BooleanLiteral",
|
|
44338
|
+
"offset": 1586,
|
|
44339
|
+
"length": 4,
|
|
44340
|
+
"value": "true"
|
|
44341
|
+
},
|
|
44342
|
+
{
|
|
44343
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/LiveRoomViewController.swift",
|
|
44344
|
+
"kind": "BooleanLiteral",
|
|
44345
|
+
"offset": 2575,
|
|
44346
|
+
"length": 4,
|
|
44347
|
+
"value": "true"
|
|
44348
|
+
},
|
|
42733
44349
|
{
|
|
42734
44350
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/LiveStreamMonitor.swift",
|
|
42735
44351
|
"kind": "Array",
|
|
@@ -42772,6 +44388,13 @@
|
|
|
42772
44388
|
"length": 4,
|
|
42773
44389
|
"value": "30.0"
|
|
42774
44390
|
},
|
|
44391
|
+
{
|
|
44392
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/LiveViewerHeartbeat.swift",
|
|
44393
|
+
"kind": "IntegerLiteral",
|
|
44394
|
+
"offset": 1152,
|
|
44395
|
+
"length": 2,
|
|
44396
|
+
"value": "30"
|
|
44397
|
+
},
|
|
42775
44398
|
{
|
|
42776
44399
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
|
|
42777
44400
|
"kind": "IntegerLiteral",
|
|
@@ -42803,42 +44426,42 @@
|
|
|
42803
44426
|
{
|
|
42804
44427
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42805
44428
|
"kind": "Array",
|
|
42806
|
-
"offset":
|
|
44429
|
+
"offset": 1021,
|
|
42807
44430
|
"length": 2,
|
|
42808
44431
|
"value": "[]"
|
|
42809
44432
|
},
|
|
42810
44433
|
{
|
|
42811
44434
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42812
44435
|
"kind": "IntegerLiteral",
|
|
42813
|
-
"offset":
|
|
44436
|
+
"offset": 1069,
|
|
42814
44437
|
"length": 1,
|
|
42815
44438
|
"value": "0"
|
|
42816
44439
|
},
|
|
42817
44440
|
{
|
|
42818
44441
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42819
44442
|
"kind": "Array",
|
|
42820
|
-
"offset":
|
|
44443
|
+
"offset": 1815,
|
|
42821
44444
|
"length": 2,
|
|
42822
44445
|
"value": "[]"
|
|
42823
44446
|
},
|
|
42824
44447
|
{
|
|
42825
44448
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42826
44449
|
"kind": "Dictionary",
|
|
42827
|
-
"offset":
|
|
44450
|
+
"offset": 2143,
|
|
42828
44451
|
"length": 3,
|
|
42829
44452
|
"value": "[]"
|
|
42830
44453
|
},
|
|
42831
44454
|
{
|
|
42832
44455
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42833
44456
|
"kind": "BooleanLiteral",
|
|
42834
|
-
"offset":
|
|
44457
|
+
"offset": 23921,
|
|
42835
44458
|
"length": 4,
|
|
42836
44459
|
"value": "true"
|
|
42837
44460
|
},
|
|
42838
44461
|
{
|
|
42839
44462
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
42840
44463
|
"kind": "IntegerLiteral",
|
|
42841
|
-
"offset":
|
|
44464
|
+
"offset": 30895,
|
|
42842
44465
|
"length": 1,
|
|
42843
44466
|
"value": "0"
|
|
42844
44467
|
},
|
|
@@ -42863,20 +44486,34 @@
|
|
|
42863
44486
|
"length": 5,
|
|
42864
44487
|
"value": "false"
|
|
42865
44488
|
},
|
|
44489
|
+
{
|
|
44490
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentItem.swift",
|
|
44491
|
+
"kind": "IntegerLiteral",
|
|
44492
|
+
"offset": 1787,
|
|
44493
|
+
"length": 1,
|
|
44494
|
+
"value": "0"
|
|
44495
|
+
},
|
|
42866
44496
|
{
|
|
42867
44497
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentItem.swift",
|
|
42868
44498
|
"kind": "Array",
|
|
42869
|
-
"offset":
|
|
44499
|
+
"offset": 2068,
|
|
42870
44500
|
"length": 2,
|
|
42871
44501
|
"value": "[]"
|
|
42872
44502
|
},
|
|
42873
44503
|
{
|
|
42874
44504
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentItem.swift",
|
|
42875
44505
|
"kind": "BooleanLiteral",
|
|
42876
|
-
"offset":
|
|
44506
|
+
"offset": 2319,
|
|
42877
44507
|
"length": 5,
|
|
42878
44508
|
"value": "false"
|
|
42879
44509
|
},
|
|
44510
|
+
{
|
|
44511
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentItem.swift",
|
|
44512
|
+
"kind": "IntegerLiteral",
|
|
44513
|
+
"offset": 2478,
|
|
44514
|
+
"length": 1,
|
|
44515
|
+
"value": "0"
|
|
44516
|
+
},
|
|
42880
44517
|
{
|
|
42881
44518
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentOrigin.swift",
|
|
42882
44519
|
"kind": "StringLiteral",
|
|
@@ -43290,10 +44927,17 @@
|
|
|
43290
44927
|
"length": 2,
|
|
43291
44928
|
"value": "[]"
|
|
43292
44929
|
},
|
|
44930
|
+
{
|
|
44931
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
44932
|
+
"kind": "FloatLiteral",
|
|
44933
|
+
"offset": 3323,
|
|
44934
|
+
"length": 3,
|
|
44935
|
+
"value": "1.0"
|
|
44936
|
+
},
|
|
43293
44937
|
{
|
|
43294
44938
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
43295
44939
|
"kind": "BooleanLiteral",
|
|
43296
|
-
"offset":
|
|
44940
|
+
"offset": 13098,
|
|
43297
44941
|
"length": 5,
|
|
43298
44942
|
"value": "false"
|
|
43299
44943
|
},
|
|
@@ -43409,6 +45053,13 @@
|
|
|
43409
45053
|
"length": 1,
|
|
43410
45054
|
"value": "0"
|
|
43411
45055
|
},
|
|
45056
|
+
{
|
|
45057
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/ShortKitPlayer.swift",
|
|
45058
|
+
"kind": "BooleanLiteral",
|
|
45059
|
+
"offset": 1524,
|
|
45060
|
+
"length": 5,
|
|
45061
|
+
"value": "false"
|
|
45062
|
+
},
|
|
43412
45063
|
{
|
|
43413
45064
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/StoryboardProvider.swift",
|
|
43414
45065
|
"kind": "StringLiteral",
|
|
@@ -43470,26 +45121,26 @@
|
|
|
43470
45121
|
"kind": "StringLiteral",
|
|
43471
45122
|
"offset": 124,
|
|
43472
45123
|
"length": 8,
|
|
43473
|
-
"value": "\"0.2.
|
|
45124
|
+
"value": "\"0.2.27\""
|
|
43474
45125
|
},
|
|
43475
45126
|
{
|
|
43476
45127
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
43477
45128
|
"kind": "BooleanLiteral",
|
|
43478
|
-
"offset":
|
|
45129
|
+
"offset": 4709,
|
|
43479
45130
|
"length": 5,
|
|
43480
45131
|
"value": "false"
|
|
43481
45132
|
},
|
|
43482
45133
|
{
|
|
43483
45134
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
43484
45135
|
"kind": "IntegerLiteral",
|
|
43485
|
-
"offset":
|
|
45136
|
+
"offset": 17546,
|
|
43486
45137
|
"length": 2,
|
|
43487
45138
|
"value": "10"
|
|
43488
45139
|
},
|
|
43489
45140
|
{
|
|
43490
45141
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
43491
45142
|
"kind": "IntegerLiteral",
|
|
43492
|
-
"offset":
|
|
45143
|
+
"offset": 18667,
|
|
43493
45144
|
"length": 2,
|
|
43494
45145
|
"value": "10"
|
|
43495
45146
|
},
|
|
@@ -43689,6 +45340,90 @@
|
|
|
43689
45340
|
"length": 2,
|
|
43690
45341
|
"value": "12"
|
|
43691
45342
|
},
|
|
45343
|
+
{
|
|
45344
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45345
|
+
"kind": "StringLiteral",
|
|
45346
|
+
"offset": 444,
|
|
45347
|
+
"length": 21,
|
|
45348
|
+
"value": "\"displayCornerRadius\""
|
|
45349
|
+
},
|
|
45350
|
+
{
|
|
45351
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45352
|
+
"kind": "IntegerLiteral",
|
|
45353
|
+
"offset": 483,
|
|
45354
|
+
"length": 1,
|
|
45355
|
+
"value": "0"
|
|
45356
|
+
},
|
|
45357
|
+
{
|
|
45358
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45359
|
+
"kind": "FloatLiteral",
|
|
45360
|
+
"offset": 538,
|
|
45361
|
+
"length": 4,
|
|
45362
|
+
"value": "0.92"
|
|
45363
|
+
},
|
|
45364
|
+
{
|
|
45365
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45366
|
+
"kind": "IntegerLiteral",
|
|
45367
|
+
"offset": 594,
|
|
45368
|
+
"length": 2,
|
|
45369
|
+
"value": "32"
|
|
45370
|
+
},
|
|
45371
|
+
{
|
|
45372
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45373
|
+
"kind": "FloatLiteral",
|
|
45374
|
+
"offset": 655,
|
|
45375
|
+
"length": 4,
|
|
45376
|
+
"value": "0.35"
|
|
45377
|
+
},
|
|
45378
|
+
{
|
|
45379
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45380
|
+
"kind": "IntegerLiteral",
|
|
45381
|
+
"offset": 718,
|
|
45382
|
+
"length": 3,
|
|
45383
|
+
"value": "800"
|
|
45384
|
+
},
|
|
45385
|
+
{
|
|
45386
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45387
|
+
"kind": "BooleanLiteral",
|
|
45388
|
+
"offset": 888,
|
|
45389
|
+
"length": 5,
|
|
45390
|
+
"value": "false"
|
|
45391
|
+
},
|
|
45392
|
+
{
|
|
45393
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomDismissController.swift",
|
|
45394
|
+
"kind": "IntegerLiteral",
|
|
45395
|
+
"offset": 1329,
|
|
45396
|
+
"length": 1,
|
|
45397
|
+
"value": "0"
|
|
45398
|
+
},
|
|
45399
|
+
{
|
|
45400
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomTransition.swift",
|
|
45401
|
+
"kind": "StringLiteral",
|
|
45402
|
+
"offset": 423,
|
|
45403
|
+
"length": 21,
|
|
45404
|
+
"value": "\"displayCornerRadius\""
|
|
45405
|
+
},
|
|
45406
|
+
{
|
|
45407
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomTransition.swift",
|
|
45408
|
+
"kind": "IntegerLiteral",
|
|
45409
|
+
"offset": 462,
|
|
45410
|
+
"length": 1,
|
|
45411
|
+
"value": "0"
|
|
45412
|
+
},
|
|
45413
|
+
{
|
|
45414
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomTransition.swift",
|
|
45415
|
+
"kind": "IntegerLiteral",
|
|
45416
|
+
"offset": 566,
|
|
45417
|
+
"length": 1,
|
|
45418
|
+
"value": "0"
|
|
45419
|
+
},
|
|
45420
|
+
{
|
|
45421
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/LiveRoomTransition.swift",
|
|
45422
|
+
"kind": "Array",
|
|
45423
|
+
"offset": 1336,
|
|
45424
|
+
"length": 2,
|
|
45425
|
+
"value": "[]"
|
|
45426
|
+
},
|
|
43692
45427
|
{
|
|
43693
45428
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Transitions\/SlotToFeedTransition.swift",
|
|
43694
45429
|
"kind": "StringLiteral",
|