UNPKG

@theoplayer/react-native-engage

Version:
12 lines (10 loc) 170 B
export enum PlatformType { unspecified, AndroidTV, AndroidMobile, iOS, } export interface PlatformUri { playbackUri?: string; platformType?: PlatformType; }