fieldnotesai
Preparing search index...
src/services/sessionNotesService
getSessionNotes
Function getSessionNotes
getSessionNotes
(
recordingId
:
string
|
null
|
undefined
)
:
Promise
<
SessionNote
[]
>
Load session notes for a recording.
Try Supabase first (source of truth).
Fall back to AsyncStorage if offline. Returns array of notes (empty if none).
Parameters
recordingId
:
string
|
null
|
undefined
Returns
Promise
<
SessionNote
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Load session notes for a recording.