mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-18 11:44:44 +02:00
couple of queue fixes
This commit is contained in:
@@ -50,6 +50,12 @@ type AstraQueueEvents = {
|
||||
declare class AstraQueueModuleType extends NativeModule<AstraQueueEvents> {
|
||||
present(options: NativeQueuePresentationOptions): Promise<void>;
|
||||
dismiss(): void;
|
||||
/**
|
||||
* Re-theme an already-presented sheet. The palette given to `present` is only
|
||||
* correct until the next track change, because the accent is derived from
|
||||
* cover art.
|
||||
*/
|
||||
updatePalette(palette: NativeQueuePalette): void;
|
||||
resolvePlaybackRequest(
|
||||
requestId: string,
|
||||
success: boolean,
|
||||
|
||||
Reference in New Issue
Block a user