atmo.rsvp
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

add notify

Florian c80bce9e 3569eef6

+1
+1
src/app.d.ts
··· 47 47 notifyResize(heightPx: number): void; 48 48 notifyNavigate(url: string): void; 49 49 promptLogin(): void; 50 + notify(name: string, payload?: unknown): void; 50 51 } 51 52 52 53 type BlentoErrorCode =