nativescript-spotify
Version:
Spotify for your NativeScript app.
13 lines (12 loc) • 464 B
TypeScript
export declare class TNSSpotifyNotificationObserver extends NSObject {
private _onReceiveCallback;
static new(): TNSSpotifyNotificationObserver;
initWithCallback(onReceiveCallback: (notification: NSNotification) => void): TNSSpotifyNotificationObserver;
onReceive(notification: NSNotification): void;
static ObjCExposedMethods: {
"onReceive": {
returns: any;
params: typeof NSNotification[];
};
};
}