react-native-apple-shazamkit
Version:
🎵 Powerful music recognition for React Native using Apple's ShazamKit. Identify songs, get metadata, and integrate with Apple Music seamlessly.
11 lines • 471 B
TypeScript
import { MatchedItem } from "./ExpoShazamKit.types";
export declare function isAvailable(): boolean;
export declare function hello(): string;
export declare function helloWithName(name: string): string;
export declare function startListening(token?: string): Promise<MatchedItem[]>;
export declare function stopListening(): void;
export declare function addToShazamLibrary(): Promise<{
success: boolean;
}>;
export { MatchedItem };
//# sourceMappingURL=index.d.ts.map