Const
Create a OptiView Ads connector bound to a React Native player (native platforms). On react-native-web the platform-split entry (index.web.ts) replaces this with a direct @dolby-optiview/ads-sdk delegation.
index.web.ts
@dolby-optiview/ads-sdk
The host player component's native handle.
The bridge-safe SDK configuration.
The connector for this player; call OptiViewAdsConnector.destroy before the view unmounts.
Create a OptiView Ads connector bound to a React Native player (native platforms). On react-native-web the platform-split entry (
index.web.ts) replaces this with a direct@dolby-optiview/ads-sdkdelegation.