UNPKG

bitmovin-player-react-native

Version:

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

5 lines (4 loc) 122 B
/** @internal */ export interface CustomMessageSender { sendMessage(message: string, data: string | undefined): void; }