UNPKG

react-native-track-player

Version:
7 lines (6 loc) 172 B
export interface PlayerErrorEvent { /** The error code */ code: 'android-foreground-service-start-not-allowed'; /** The error message */ message: string; }