UNPKG

bitmovin-player-react-native

Version:

Official React Native bindings for Bitmovin's mobile Player SDKs.

11 lines 571 B
import { NativeModule } from 'expo-modules-core'; export type BitmovinCastManagerModuleEvents = Record<string, any>; declare class BitmovinCastManagerModule extends NativeModule<BitmovinCastManagerModuleEvents> { isInitialized(): Promise<boolean>; initializeCastManager(options?: Record<string, any>): Promise<void>; sendMessage(message: string, messageNamespace?: string): Promise<void>; updateContext?(): Promise<void>; } declare const _default: BitmovinCastManagerModule; export default _default; //# sourceMappingURL=BitmovinCastManagerModule.d.ts.map