@bluebillywig/react-native-bb-player 8.45.14 → 8.45.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/android/build.gradle +4 -0
  2. package/ios/BBPlayer-Bridging-Header.h +1 -0
  3. package/ios/BBPlayerModule.swift +7 -1
  4. package/ios/Frameworks/BBNativePlayerKit.xcframework/Info.plist +44 -0
  5. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Assets.car +0 -0
  6. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/BBNativePlayerKit +0 -0
  7. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Headers/BBNativePlayerKit-Swift.h +760 -0
  8. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Headers/BBNativePlayerKit.h +19 -0
  9. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Headers/UMPBridge.h +124 -0
  10. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Info.plist +0 -0
  11. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Lato-Black.ttf +0 -0
  12. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Lato-Bold.ttf +0 -0
  13. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Lato-Regular.ttf +0 -0
  14. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.abi.json +18288 -0
  15. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.private.swiftinterface +347 -0
  16. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  17. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.swiftinterface +347 -0
  18. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/module.modulemap +11 -0
  19. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Assets.car +0 -0
  20. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/BBNativePlayerKit +0 -0
  21. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Headers/BBNativePlayerKit-Swift.h +1516 -0
  22. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Headers/BBNativePlayerKit.h +19 -0
  23. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Headers/UMPBridge.h +124 -0
  24. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Info.plist +0 -0
  25. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Lato-Black.ttf +0 -0
  26. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Lato-Bold.ttf +0 -0
  27. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Lato-Regular.ttf +0 -0
  28. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.abi.json +18288 -0
  29. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +347 -0
  30. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +347 -0
  32. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +18288 -0
  33. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +347 -0
  34. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  35. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +347 -0
  36. package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/module.modulemap +11 -0
  37. package/ios/Frameworks/bbnativeshared.xcframework/Info.plist +48 -0
  38. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/bbnativeshared.framework/Headers/bbnativeshared.h +3525 -0
  39. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/bbnativeshared.framework/Info.plist +35 -0
  40. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/bbnativeshared.framework/Modules/module.modulemap +8 -0
  41. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/bbnativeshared.framework/bbnativeshared +0 -0
  42. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/dSYMs/bbnativeshared.framework.dSYM/Contents/Info.plist +20 -0
  43. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/DWARF/bbnativeshared +0 -0
  44. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/Relocations/aarch64/bbnativeshared.yml +13523 -0
  45. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/bbnativeshared.framework/Headers/bbnativeshared.h +3525 -0
  46. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/bbnativeshared.framework/Info.plist +31 -0
  47. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/bbnativeshared.framework/Modules/module.modulemap +5 -0
  48. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/bbnativeshared.framework/bbnativeshared +0 -0
  49. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/dSYMs/bbnativeshared.framework.dSYM/Contents/Info.plist +20 -0
  50. package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/DWARF/bbnativeshared +0 -0
  51. package/lib/commonjs/BBModalPlayer.js +30 -3
  52. package/lib/commonjs/BBModalPlayer.js.map +1 -1
  53. package/lib/module/BBModalPlayer.js +32 -4
  54. package/lib/module/BBModalPlayer.js.map +1 -1
  55. package/lib/typescript/src/BBModalPlayer.d.ts +6 -1
  56. package/lib/typescript/src/BBModalPlayer.d.ts.map +1 -1
  57. package/package.json +2 -1
  58. package/react-native-bb-player.podspec +13 -6
  59. package/src/BBModalPlayer.ts +40 -5
@@ -0,0 +1,347 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3
+ // swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name BBNativePlayerKit
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
5
+ import AVFoundation
6
+ import AVKit
7
+ @_exported import BBNativePlayerKit
8
+ import CoreData
9
+ import DeveloperToolsSupport
10
+ import Foundation
11
+ import GoogleCast
12
+ import GoogleInteractiveMediaAds
13
+ import Swift
14
+ import SwiftUI
15
+ import UIKit.UIDevice
16
+ import UIKit
17
+ import WebKit
18
+ import _Concurrency
19
+ import _StringProcessing
20
+ import _SwiftConcurrencyShims
21
+ import bbnativeshared
22
+ import os
23
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativePlayerViewController : UIKit.UIViewController {
24
+ @_Concurrency.MainActor @preconcurrency weak public var inViewController: bbnativeshared.InViewController?
25
+ @_Concurrency.MainActor @preconcurrency weak public var chromeCastViewController: BBNativePlayerKit.ChromeCastViewController?
26
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
27
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
28
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
29
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillDisappear(_ animated: Swift.Bool)
30
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidDisappear(_ animated: Swift.Bool)
31
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public var shouldAutorotate: Swift.Bool {
32
+ @objc get
33
+ }
34
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public var supportedInterfaceOrientations: UIKit.UIInterfaceOrientationMask {
35
+ @objc get
36
+ }
37
+ @_Concurrency.MainActor @preconcurrency public func __destruct()
38
+ @objc deinit
39
+ }
40
+ extension BBNativePlayerKit.BBNativePlayerViewController : UIKit.UIGestureRecognizerDelegate {
41
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
42
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
43
+ }
44
+ extension BBNativePlayerKit.BBNativePlayerViewController : bbnativeshared.EventListenerInterface {
45
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
46
+ }
47
+ extension BBNativePlayerKit.BBNativePlayerViewController : GoogleCast.GCKDiscoveryManagerListener {
48
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func didUpdateDeviceList()
49
+ }
50
+ extension BBNativePlayerKit.BBNativePlayerView {
51
+ @_Concurrency.MainActor @preconcurrency public func callApiMethod(method: bbnativeshared.ApiMethod, args: [Swift.String : Any?]?)
52
+ @_Concurrency.MainActor @preconcurrency public func setApiProperty(property: bbnativeshared.ApiProperty, value: Any?)
53
+ @_Concurrency.MainActor @preconcurrency public func getApiProperty(property: bbnativeshared.ApiProperty) -> Any?
54
+ @_Concurrency.MainActor @preconcurrency public func destroy()
55
+ }
56
+ @objc public protocol BBNativePlayerViewDelegate {
57
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
58
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didFailWithError error: Swift.String?)
59
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerMediaClipLoaded data: bbnativeshared.MediaClip)
60
+ @objc optional func bbNativePlayerView(didTriggerApiReady playerView: BBNativePlayerKit.BBNativePlayerView)
61
+ @objc optional func bbNativePlayerView(didTriggerViewStarted playerView: BBNativePlayerKit.BBNativePlayerView)
62
+ @objc optional func bbNativePlayerView(didTriggerViewFinished playerView: BBNativePlayerKit.BBNativePlayerView)
63
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerProjectLoaded data: bbnativeshared.Project)
64
+ @objc optional func bbNativePlayerView(didTriggerCanPlay playerView: BBNativePlayerKit.BBNativePlayerView)
65
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerDurationChange duration: Swift.Double)
66
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerVolumeChange volume: Swift.Double)
67
+ @objc optional func bbNativePlayerView(didTriggerPlay playerView: BBNativePlayerKit.BBNativePlayerView)
68
+ @objc optional func bbNativePlayerView(didTriggerPause playerView: BBNativePlayerKit.BBNativePlayerView)
69
+ @objc optional func bbNativePlayerView(didTriggerAutoPause playerView: BBNativePlayerKit.BBNativePlayerView)
70
+ @objc optional func bbNativePlayerView(didTriggerAutoPausePlay playerView: BBNativePlayerKit.BBNativePlayerView)
71
+ @objc optional func bbNativePlayerView(didTriggerPlaying playerView: BBNativePlayerKit.BBNativePlayerView)
72
+ @objc optional func bbNativePlayerView(didTriggerEnded playerView: BBNativePlayerKit.BBNativePlayerView)
73
+ @objc optional func bbNativePlayerView(didTriggerSeeking playerView: BBNativePlayerKit.BBNativePlayerView)
74
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerSeeked seekOffset: Swift.Double)
75
+ @objc optional func bbNativePlayerView(didTriggerStall playerView: BBNativePlayerKit.BBNativePlayerView)
76
+ @objc optional func bbNativePlayerView(didTriggerMediaClipFailed playerView: BBNativePlayerKit.BBNativePlayerView)
77
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerPhaseChange phase: bbnativeshared.Phase?)
78
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerStateChange state: bbnativeshared.State?)
79
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerModeChange mode: Swift.String?)
80
+ @objc optional func bbNativePlayerView(didTriggerFullscreen playerView: BBNativePlayerKit.BBNativePlayerView)
81
+ @objc optional func bbNativePlayerView(didTriggerRetractFullscreen playerView: BBNativePlayerKit.BBNativePlayerView)
82
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerCustomStatistics ident: Swift.String, ev: Swift.String, aux: [Swift.String : Swift.String])
83
+ @objc optional func bbNativePlayerView(didRequestCollapse playerView: BBNativePlayerKit.BBNativePlayerView)
84
+ @objc optional func bbNativePlayerView(didRequestExpand playerView: BBNativePlayerKit.BBNativePlayerView)
85
+ @objc optional func bbNativePlayerView(didTriggerAdLoaded playerView: BBNativePlayerKit.BBNativePlayerView)
86
+ @objc optional func bbNativePlayerView(didTriggerAdNotFound playerView: BBNativePlayerKit.BBNativePlayerView)
87
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerAdError error: Swift.String?)
88
+ @objc optional func bbNativePlayerView(didTriggerAdStarted playerView: BBNativePlayerKit.BBNativePlayerView)
89
+ @objc optional func bbNativePlayerView(didTriggerAdQuartile1 playerView: BBNativePlayerKit.BBNativePlayerView)
90
+ @objc optional func bbNativePlayerView(didTriggerAdQuartile2 playerView: BBNativePlayerKit.BBNativePlayerView)
91
+ @objc optional func bbNativePlayerView(didTriggerAdQuartile3 playerView: BBNativePlayerKit.BBNativePlayerView)
92
+ @objc optional func bbNativePlayerView(didTriggerAdFinished playerView: BBNativePlayerKit.BBNativePlayerView)
93
+ @objc optional func bbNativePlayerView(didTriggerAllAdsCompleted playerView: BBNativePlayerKit.BBNativePlayerView)
94
+ @objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerResize width: Swift.Int, height: Swift.Int)
95
+ @objc optional func bbNativePlayerView(didTriggerAdSwipeLeft playerView: BBNativePlayerKit.BBNativePlayerView)
96
+ @objc optional func bbNativePlayerView(didTriggerAdSwipeRight playerView: BBNativePlayerKit.BBNativePlayerView)
97
+ @objc optional func bbNativePlayerView(didTriggerAdSwipeUp playerView: BBNativePlayerKit.BBNativePlayerView)
98
+ @objc optional func bbNativePlayerView(didTriggerAdSwipeDown playerView: BBNativePlayerKit.BBNativePlayerView)
99
+ @objc optional func bbNativePlayerView(didTriggerUIPanGesture playerView: BBNativePlayerKit.BBNativePlayerView, translation: CoreFoundation.CGPoint, velocity: CoreFoundation.CGPoint, location: CoreFoundation.CGPoint, state: UIKit.UIGestureRecognizer.State)
100
+ @objc optional func bbNativePlayerView(didCloseModalPlayer playerView: BBNativePlayerKit.BBNativePlayerView)
101
+ }
102
+ extension BBNativePlayerKit.BBNativePlayerView : bbnativeshared.EventListenerInterface {
103
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
104
+ }
105
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativePlayerView : UIKit.UIView {
106
+ @_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)?
107
+ @_Concurrency.MainActor @preconcurrency public var player: BBNativePlayerKit.BBNativePlayerAPI
108
+ @_Concurrency.MainActor @preconcurrency public var showBackArrow: Swift.Bool
109
+ @_Concurrency.MainActor @preconcurrency public func setupWithJsonUrl(jsonUrl: Swift.String, options: [Swift.String : Any]?)
110
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSublayers(of layer: QuartzCore.CALayer)
111
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
112
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?)
113
+ @_Concurrency.MainActor @preconcurrency public func presentModal(uiViewContoller: UIKit.UIViewController, animated: Swift.Bool)
114
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
115
+ @objc deinit
116
+ }
117
+ extension BBNativePlayerKit.BBNativePlayerView : AVKit.AVPlayerViewControllerDelegate {
118
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func playerViewController(_ playerViewController: AVKit.AVPlayerViewController, willBeginFullScreenPresentationWithAnimationCoordinator coordinator: any UIKit.UIViewControllerTransitionCoordinator)
119
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func playerViewController(_ playerViewController: AVKit.AVPlayerViewController, willEndFullScreenPresentationWithAnimationCoordinator coordinator: any UIKit.UIViewControllerTransitionCoordinator)
120
+ }
121
+ extension BBNativePlayerKit.BBNativePlayerView : AVKit.AVRoutePickerViewDelegate {
122
+ }
123
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeShortsViewController : UIKit.UIViewController {
124
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
125
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
126
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
127
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillDisappear(_ animated: Swift.Bool)
128
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidDisappear(_ animated: Swift.Bool)
129
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public var shouldAutorotate: Swift.Bool {
130
+ @objc get
131
+ }
132
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public var supportedInterfaceOrientations: UIKit.UIInterfaceOrientationMask {
133
+ @objc get
134
+ }
135
+ @_Concurrency.MainActor @preconcurrency public func __destruct()
136
+ @objc deinit
137
+ }
138
+ extension BBNativePlayerKit.BBNativeShortsViewController : UIKit.UIGestureRecognizerDelegate {
139
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
140
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
141
+ }
142
+ extension BBNativePlayerKit.BBNativeShortsViewController : bbnativeshared.EventListenerInterface {
143
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
144
+ }
145
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeShortsView : UIKit.UIView {
146
+ @_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativeShortsViewDelegate)?
147
+ @_Concurrency.MainActor @preconcurrency public func destroy()
148
+ @_Concurrency.MainActor @preconcurrency public var playerViewDelegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)? {
149
+ get
150
+ set
151
+ }
152
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
153
+ @objc deinit
154
+ }
155
+ extension BBNativePlayerKit.BBNativeShortsView : bbnativeshared.EventListenerInterface {
156
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
157
+ }
158
+ extension BBNativePlayerKit.BBNativeShortsView : BBNativePlayerKit.BBNativePlayerViewDelegate {
159
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
160
+ }
161
+ @objc public protocol BBNativeRendererViewDelegate {
162
+ @objc optional func bbNativeRendererView(rendererView: BBNativePlayerKit.BBNativeRendererView, didSetupWithJsonUrl url: Swift.String?)
163
+ @objc optional func bbNativeRendererView(rendererView: BBNativePlayerKit.BBNativeRendererView, didFailWithError error: Swift.String?)
164
+ }
165
+ @_hasMissingDesignatedInitializers public class BBNativePlayerAPI : bbnativeshared.EventListenerInterface {
166
+ @objc public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
167
+ public func closeModalPlayer()
168
+ public func getModalPlayerView() -> UIKit.UIView?
169
+ public func loadWithClipId(clipId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
170
+ public func loadWithClipListId(clipListId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil, listOffset: Swift.Int? = nil)
171
+ public func loadWithProjectId(projectId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
172
+ public func loadWithClipJson(clipJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
173
+ public func loadWithClipListJson(clipListJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
174
+ public func loadWithProjectJson(projectJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
175
+ public func updatePlayoutWithJson(playoutJson: Swift.String)
176
+ public func play()
177
+ public func pause()
178
+ public func seek(offsetInSeconds: Foundation.NSNumber)
179
+ public func seekRelative(offsetInSeconds: Foundation.NSNumber)
180
+ public func autoPlayNextCancel()
181
+ public func collapse()
182
+ public func expand()
183
+ public func enterFullScreen()
184
+ public func exitFullScreen()
185
+ public var phase: bbnativeshared.Phase? {
186
+ get
187
+ }
188
+ public var state: bbnativeshared.State? {
189
+ get
190
+ }
191
+ public var mode: Swift.String? {
192
+ get
193
+ }
194
+ public var playoutData: bbnativeshared.Playout? {
195
+ get
196
+ }
197
+ public var projectData: bbnativeshared.Project? {
198
+ get
199
+ }
200
+ public var clipData: bbnativeshared.MediaClip? {
201
+ get
202
+ }
203
+ public var relatedItems: [any bbnativeshared.ContentItemInterface]? {
204
+ get
205
+ set
206
+ }
207
+ public var volume: Swift.Float? {
208
+ get
209
+ set
210
+ }
211
+ public func setVolume(volume: Swift.Double, userAction: Swift.Bool = false)
212
+ public var muted: Swift.Bool? {
213
+ get
214
+ set
215
+ }
216
+ public func setMuted(muted: Swift.Bool, userAction: Swift.Bool = false)
217
+ public var inView: Swift.Bool? {
218
+ get
219
+ set
220
+ }
221
+ public var isCasting: Swift.Bool? {
222
+ get
223
+ }
224
+ public var duration: Swift.Double? {
225
+ get
226
+ }
227
+ public var createChromeCastButton: GoogleCast.GCKUICastButton? {
228
+ get
229
+ }
230
+ public var getChromeCastMiniControlsView: UIKit.UIView? {
231
+ get
232
+ }
233
+ public var adMediaWidth: Swift.Int? {
234
+ get
235
+ }
236
+ public var adMediaHeight: Swift.Int? {
237
+ get
238
+ }
239
+ public var fullscreen: Swift.Bool? {
240
+ get
241
+ }
242
+ @objc deinit
243
+ }
244
+ @_hasMissingDesignatedInitializers public class ChromeCastHelper {
245
+ public static let shared: BBNativePlayerKit.ChromeCastHelper
246
+ public var initialized: Swift.Bool
247
+ public func createChromeCastButton(frame: CoreFoundation.CGRect) -> GoogleCast.GCKUICastButton?
248
+ @objc deinit
249
+ }
250
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeRendererView : UIKit.UIView {
251
+ @_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativeRendererViewDelegate)?
252
+ @_Concurrency.MainActor @preconcurrency public func __destruct()
253
+ @_Concurrency.MainActor @preconcurrency public func destroy()
254
+ @_Concurrency.MainActor @preconcurrency public var playerViewDelegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)? {
255
+ get
256
+ set
257
+ }
258
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
259
+ @_Concurrency.MainActor @preconcurrency public func bootstrap(config: [Swift.String : Swift.String], element: UIKit.UIView? = nil, playoutOverrides: [Swift.String : Any]?)
260
+ @objc deinit
261
+ }
262
+ extension BBNativePlayerKit.BBNativeRendererView : bbnativeshared.EventListenerInterface {
263
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
264
+ }
265
+ extension BBNativePlayerKit.BBNativeRendererView : BBNativePlayerKit.BBNativePlayerViewDelegate {
266
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
267
+ }
268
+ @_hasMissingDesignatedInitializers public class BBNativePlayer {
269
+ public static func createPlayerView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativePlayerView
270
+ public static func createPlayerView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativePlayerView
271
+ public static func createModalPlayerView(uiViewContoller: UIKit.UIViewController, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativePlayerView
272
+ public static func createModalPlayerView(uiViewContoller: UIKit.UIViewController, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativePlayerView
273
+ public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
274
+ @objc deinit
275
+ }
276
+ @objc public protocol BBNativeShortsViewDelegate {
277
+ @objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didSetupWithJsonUrl url: Swift.String?)
278
+ @objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didFailWithError error: Swift.String?)
279
+ @objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didTriggerResize width: Swift.Int, height: Swift.Int)
280
+ }
281
+ @_hasMissingDesignatedInitializers public class BBNativeRenderer {
282
+ public static func createRendererView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativeRendererView
283
+ public static func createRendererView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativeRendererView
284
+ public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
285
+ @objc deinit
286
+ }
287
+ @_hasMissingDesignatedInitializers public class BBNativeShorts {
288
+ public static func createShortsView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativeShortsView
289
+ public static func createShortsView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativeShortsView
290
+ public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
291
+ @objc deinit
292
+ }
293
+ @_inheritsConvenienceInitializers @objc(MediaViewController) @_Concurrency.MainActor @preconcurrency public class ChromeCastViewController : UIKit.UIViewController, GoogleCast.GCKSessionManagerListener, GoogleCast.GCKRemoteMediaClientListener, GoogleCast.GCKLoggerDelegate, GoogleCast.GCKRequestDelegate, GoogleCast.GCKUIMiniMediaControlsViewControllerDelegate {
294
+ @_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.ChromeCastViewControllerDelegate)?
295
+ @_Concurrency.MainActor @preconcurrency public var sessionManager: GoogleCast.GCKSessionManager!
296
+ @_Concurrency.MainActor @preconcurrency public var castButton: GoogleCast.GCKUICastButton!
297
+ @_Concurrency.MainActor @preconcurrency public var miniMediaControlsContainerView: UIKit.UIView!
298
+ @_Concurrency.MainActor @preconcurrency public var miniMediaControlsUsedExternaly: Swift.Bool
299
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
300
+ @_Concurrency.MainActor @preconcurrency public func enable(showMiniControls: Swift.Bool)
301
+ @_Concurrency.MainActor @preconcurrency public func disable()
302
+ @_Concurrency.MainActor @preconcurrency public func pauseCastSession()
303
+ @_Concurrency.MainActor @preconcurrency public func resumeCastSession()
304
+ @_Concurrency.MainActor @preconcurrency public func checkRunningSession()
305
+ @_Concurrency.MainActor @preconcurrency public func setIgnoreCastUI(to: Swift.Bool)
306
+ @_Concurrency.MainActor @preconcurrency public func hasActivePlayingSession() -> Swift.Bool
307
+ @_Concurrency.MainActor @preconcurrency public func __destruct()
308
+ @_Concurrency.MainActor @preconcurrency public func play()
309
+ @_Concurrency.MainActor @preconcurrency public func pause()
310
+ @_Concurrency.MainActor @preconcurrency public func seekTo(time: Swift.Double)
311
+ @_Concurrency.MainActor @preconcurrency public func mute()
312
+ @_Concurrency.MainActor @preconcurrency public func unMute()
313
+ @_Concurrency.MainActor @preconcurrency public func setMessageLabel(deviceName: Swift.String?, isThisPlayer: Swift.Bool)
314
+ @_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, willStart session: GoogleCast.GCKSession)
315
+ @_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didStart session: GoogleCast.GCKSession)
316
+ @_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didResumeSession session: GoogleCast.GCKSession)
317
+ @_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didEnd _: GoogleCast.GCKSession, withError error: (any Swift.Error)?)
318
+ @_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didStart session: GoogleCast.GCKCastSession)
319
+ @_Concurrency.MainActor @preconcurrency @objc public func logMessage(_ message: Swift.String, at level: GoogleCast.GCKLoggerLevel, fromFunction function: Swift.String, location: Swift.String)
320
+ @_Concurrency.MainActor @preconcurrency @objc public func requestDidComplete(_ request: GoogleCast.GCKRequest)
321
+ @_Concurrency.MainActor @preconcurrency @objc public func miniMediaControlsViewController(_ miniMediaControlsViewController: GoogleCast.GCKUIMiniMediaControlsViewController, shouldAppear: Swift.Bool)
322
+ @_Concurrency.MainActor @preconcurrency @objc public func remoteMediaClient(_: GoogleCast.GCKRemoteMediaClient, didUpdate mediaStatus: GoogleCast.GCKMediaStatus?)
323
+ @_Concurrency.MainActor @preconcurrency public func playerIsModal()
324
+ @objc deinit
325
+ @_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
326
+ @_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
327
+ }
328
+ @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeRendererViewController : UIKit.UIViewController {
329
+ @objc deinit
330
+ }
331
+ extension BBNativePlayerKit.BBNativeRendererViewController : bbnativeshared.EventListenerInterface {
332
+ @_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
333
+ }
334
+ @objc public protocol ChromeCastViewControllerDelegate {
335
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionStarted session: GoogleCast.GCKSession)
336
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionResumed session: GoogleCast.GCKSession)
337
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionEnded resumeInAVPlayer: Swift.Bool, withError: (any Swift.Error)?)
338
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionFailedToStart withError: (any Swift.Error)?)
339
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionFailedToResume withError: (any Swift.Error)?)
340
+ @objc func chromeCastViewController(mediaStatusStarted chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionId: Swift.String)
341
+ @objc func chromeCastViewController(mediaStatusFinished chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
342
+ @objc func chromeCastViewController(mediaStatusError chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
343
+ @objc func chromeCastViewController(mediaStatusPlaying chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
344
+ @objc func chromeCastViewController(mediaStatusPaused chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
345
+ @objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, mediaProgress position: Swift.Float)
346
+ @objc func chromeCastViewController(didRequestDirectCast chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
347
+ }
@@ -0,0 +1,11 @@
1
+ framework module BBNativePlayerKit {
2
+ umbrella header "BBNativePlayerKit.h"
3
+ export *
4
+
5
+ module * { export * }
6
+ }
7
+
8
+ module BBNativePlayerKit.Swift {
9
+ header "BBNativePlayerKit-Swift.h"
10
+ requires objc
11
+ }
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>AvailableLibraries</key>
6
+ <array>
7
+ <dict>
8
+ <key>BinaryPath</key>
9
+ <string>bbnativeshared.framework/bbnativeshared</string>
10
+ <key>DebugSymbolsPath</key>
11
+ <string>dSYMs</string>
12
+ <key>LibraryIdentifier</key>
13
+ <string>ios-arm64_x86_64-simulator</string>
14
+ <key>LibraryPath</key>
15
+ <string>bbnativeshared.framework</string>
16
+ <key>SupportedArchitectures</key>
17
+ <array>
18
+ <string>arm64</string>
19
+ <string>x86_64</string>
20
+ </array>
21
+ <key>SupportedPlatform</key>
22
+ <string>ios</string>
23
+ <key>SupportedPlatformVariant</key>
24
+ <string>simulator</string>
25
+ </dict>
26
+ <dict>
27
+ <key>BinaryPath</key>
28
+ <string>bbnativeshared.framework/bbnativeshared</string>
29
+ <key>DebugSymbolsPath</key>
30
+ <string>dSYMs</string>
31
+ <key>LibraryIdentifier</key>
32
+ <string>ios-arm64</string>
33
+ <key>LibraryPath</key>
34
+ <string>bbnativeshared.framework</string>
35
+ <key>SupportedArchitectures</key>
36
+ <array>
37
+ <string>arm64</string>
38
+ </array>
39
+ <key>SupportedPlatform</key>
40
+ <string>ios</string>
41
+ </dict>
42
+ </array>
43
+ <key>CFBundlePackageType</key>
44
+ <string>XFWK</string>
45
+ <key>XCFrameworkFormatVersion</key>
46
+ <string>1.0</string>
47
+ </dict>
48
+ </plist>